Home
last modified time | relevance | path

Searched refs:OsGetDeviceHandle (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/usb/test/unittest/mock/src/
Dmock_linux_adapter.cpp91 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/
Dlinux_adapter.c69 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function
913 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()
Dliteos_adapter.c212 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function
1116 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()