Lines Matching refs:UsbDeviceHandle

174 static int32_t OsReapUrb(const struct UsbDeviceHandle *handle, struct Async **urb)
214 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_t usbAddr)
217 struct UsbDeviceHandle *handle = NULL;
235 static struct UsbDeviceHandle *OsCallocDeviceHandle(void)
237 struct UsbDeviceHandle *handle = NULL;
250 static struct UsbDevice *OsAllocDevice(struct UsbSession *session, struct UsbDeviceHandle *handle)
555 struct UsbDeviceHandle *handle = request->devHandle;
713 struct UsbDeviceHandle *handle = request->devHandle;
1114 static struct UsbDeviceHandle *AdapterOpenDevice(struct UsbSession *session, uint8_t busNum, uint8_t usbAddr)
1118 struct UsbDeviceHandle *handle = NULL;
1152 static void AdapterCloseDevice(struct UsbDeviceHandle *handle)
1212 static int32_t AdapterGetConfiguration(const struct UsbDeviceHandle *handle, uint8_t *activeConfig)
1225 static int32_t AdapterSetConfiguration(struct UsbDeviceHandle *handle, int32_t activeConfig)
1247 static int32_t AdapterClaimInterface(const struct UsbDeviceHandle *handle, unsigned int interfaceNumber)
1254 static int32_t AdapterReleaseInterface(const struct UsbDeviceHandle *handle, unsigned int interfaceNumber)
1261 static int32_t AdapterSetInterface(const struct UsbDeviceHandle *handle, uint8_t interface, uint8_t altSetting)
1278 static int32_t AdapterClearHalt(const struct UsbDeviceHandle *handle, unsigned int endPoint)
1293 static int32_t AdapterResetDevice(const struct UsbDeviceHandle *handle)
1300 const struct UsbDeviceHandle *handle, int32_t isoPackets, size_t length)
1384 static int32_t AdapterUrbCompleteHandle(const struct UsbDeviceHandle *devHandle)
1459 int32_t UsbAdapterKillSignal(struct UsbDeviceHandle *handle, UsbRawTidType tid)