Searched refs:OsGetDeviceHandle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/ |
H A 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()
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | linux_adapter.c | 71 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function 944 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()
|
H A D | liteos_adapter.c | 214 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function 1120 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()
|