Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A 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()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c71 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function
944 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()
H A Dliteos_adapter.c214 static struct UsbDeviceHandle *OsGetDeviceHandle(struct UsbSession *session, uint8_t busNum, uint8_… in OsGetDeviceHandle() function
1120 handle = OsGetDeviceHandle(session, busNum, usbAddr); in AdapterOpenDevice()