Home
last modified time | relevance | path

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

/drivers/peripheral/usb/test/unittest/mock/src/
Dmock_linux_adapter.cpp122 static UsbDevice *OsAllocDevice(UsbSession *session, UsbDeviceHandle *handle) in OsAllocDevice() function
232 g_dev = OsAllocDevice(session, g_usbHandle); in FuncAdapterOpenDevice()
/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c105 static struct UsbDevice *OsAllocDevice(struct UsbSession *session, struct UsbDeviceHandle *handle) in OsAllocDevice() function
923 dev = OsAllocDevice(session, handle); in AdapterOpenDevice()
Dliteos_adapter.c248 static struct UsbDevice *OsAllocDevice(struct UsbSession *session, struct UsbDeviceHandle *handle) in OsAllocDevice() function
1125 dev = OsAllocDevice(session, handle); in AdapterOpenDevice()