Lines Matching defs:handle
74 struct UsbDeviceHandle *handle = NULL; in OsGetDeviceHandle() local
94 struct UsbDeviceHandle *handle = NULL; in OsCallocDeviceHandle() local
107 static struct UsbDevice *OsAllocDevice(struct UsbSession *session, struct UsbDeviceHandle *handle) in OsAllocDevice()
368 static int32_t AdapterUsbControlMsg(const struct UsbDeviceHandle *handle, struct UsbControlRequestD… in AdapterUsbControlMsg()
378 static int32_t AdapterGetUsbSpeed(const struct UsbDeviceHandle *handle) in AdapterGetUsbSpeed()
937 struct UsbDeviceHandle *handle = NULL; in AdapterOpenDevice() local
979 static void AdapterCloseDevice(struct UsbDeviceHandle *handle) in AdapterCloseDevice()
1048 static int32_t AdapterGetConfiguration(const struct UsbDeviceHandle *handle, uint8_t *activeConfig) in AdapterGetConfiguration()
1068 static int32_t AdapterSetConfiguration(struct UsbDeviceHandle *handle, int32_t activeConfig) in AdapterSetConfiguration()
1090 static int32_t AdapterClaimInterface(const struct UsbDeviceHandle *handle, unsigned int interfaceNu… in AdapterClaimInterface()
1108 static int32_t AdapterDetachKernelDriver(const struct UsbDeviceHandle *handle, uint8_t interfaceNum… in AdapterDetachKernelDriver()
1126 static int32_t AdapterAttachKernelDriver(const struct UsbDeviceHandle *handle, uint8_t interfaceNum… in AdapterAttachKernelDriver()
1144 static int32_t AdapterDetachKernelDriverAndClaim(const struct UsbDeviceHandle *handle, uint32_t int… in AdapterDetachKernelDriverAndClaim()
1188 static int32_t AdapterReleaseInterface(const struct UsbDeviceHandle *handle, unsigned int interface… in AdapterReleaseInterface()
1209 static int32_t AdapterSetInterface(const struct UsbDeviceHandle *handle, uint8_t interface, uint8_t… in AdapterSetInterface()
1230 static int32_t AdapterClearHalt(const struct UsbDeviceHandle *handle, unsigned int endPoint) in AdapterClearHalt()
1248 static int32_t AdapterResetDevice(const struct UsbDeviceHandle *handle) in AdapterResetDevice()
1273 static struct UsbHostRequest *AdapterAllocRequest(const struct UsbDeviceHandle *handle, int32_t iso… in AdapterAllocRequest()
1314 const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t len) in AdapterAllocRequestByMmap()