Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_io_manage.h30 HDF_STATUS UsbIoCreateQueue(const struct UsbInterfacePool *interfacePool);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c169 HDF_STATUS UsbIoCreateQueue(const struct UsbInterfacePool *interfacePool) in UsbIoCreateQueue() function
H A Dusb_interface_pool.c153 return UsbIoCreateQueue(interfacePool); in IfInterfacePoolInit()