Searched refs:OsGetDeviceHandle (Results 1 – 3 of 3) sorted by relevance
/drivers/peripheral/usb/test/unittest/mock/src/ |
D | mock_linux_adapter.cpp | 91 static UsbDeviceHandle *OsGetDeviceHandle(UsbSession *session, uint8_t busNum, uint8_t usbAddr) in OsGetDeviceHandle() function 222 g_usbHandle = OsGetDeviceHandle(session, busNum, usbAddr); in FuncAdapterOpenDevice()
|
/drivers/peripheral/usb/ddk/host/src/ |
D | linux_adapter.c | 69 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function 913 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()
|
D | liteos_adapter.c | 212 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function 1116 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()
|