Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h121 int32_t UsbIfCreatInterfacePool(const struct UsbSession *session, uint8_t busNum, uint8_t devAddr,
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c243 ret = UsbIfCreatInterfacePool(devHandle->dev->session, busNum, devAddr, &interfacePool); in UsbProtocalParseDescriptor()
H A Dusb_interface_pool.c935 int32_t UsbIfCreatInterfacePool( in UsbIfCreatInterfacePool() function