Home
last modified time | relevance | path

Searched refs:poolQueryPara (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c789 struct UsbPoolQueryPara poolQueryPara; in IfGetInterfacePool() local
806 poolQueryPara.type = USB_POOL_NORMAL_TYPE; in IfGetInterfacePool()
807 poolQueryPara.busNum = busNum; in IfGetInterfacePool()
808 poolQueryPara.usbAddr = usbAddr; in IfGetInterfacePool()
809 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in IfGetInterfacePool()
982 static void SetPoolQueryPara(struct UsbPoolQueryPara *poolQueryPara, uint8_t busNum, uint8_t usbAddr) in SetPoolQueryPara() argument
984 poolQueryPara->type = USB_POOL_NORMAL_TYPE; in SetPoolQueryPara()
985 poolQueryPara->busNum = busNum; in SetPoolQueryPara()
986 poolQueryPara->usbAddr = usbAddr; in SetPoolQueryPara()
991 struct UsbPoolQueryPara poolQueryPara in UsbGetDeviceMemMapFd() local
1015 struct UsbPoolQueryPara poolQueryPara = {0}; ClaimInterface() local
1073 struct UsbPoolQueryPara poolQueryPara = {0}; UsbManageInterface() local
1202 struct UsbPoolQueryPara poolQueryPara; UsbAddOrRemoveInterface() local
1269 struct UsbPoolQueryPara poolQueryPara; UsbOpenInterface() local
1322 struct UsbPoolQueryPara poolQueryPara; UsbResetDevice() local
1965 struct UsbPoolQueryPara poolQueryPara = {0}; UsbGetInterfaceActiveStatus() local
[all...]

Completed in 3 milliseconds