Searched refs:IfFindInterfacePool (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_interface_pool.c | 379 static struct UsbInterfacePool *IfFindInterfacePool( in IfFindInterfacePool() function 809 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in IfGetInterfacePool() 1000 struct UsbInterfacePool *interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in UsbGetDeviceMemMapFd() 1030 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in ClaimInterface() 1086 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in UsbManageInterface() 1172 …struct UsbInterfacePool *interfacePool = IfFindInterfacePool(interfaceSdk->session, queryPara, fal… in UsbReleaseInterface() 1212 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, false); in UsbAddOrRemoveInterface() 1272 …struct UsbInterfacePool *interfacePool = IfFindInterfacePool(interfaceSdk->session, poolQueryPara,… in UsbOpenInterface() 1936 interfacePool = IfFindInterfacePool(realSession, poolQueryPara, true); in UsbGetInterfaceActiveStatus()
|