Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h98 static int32_t UsbdBulkASyncListReleasePort(HostDevice *port);
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp335 int32_t UsbImpl::UsbdBulkASyncListReleasePort(HostDevice *port) in UsbdBulkASyncListReleasePort() function in OHOS::HDI::Usb::V1_1::UsbImpl
1416 int32_t ret = UsbdBulkASyncListReleasePort(port); in ReleaseInterface()
1458 int32_t ret = UsbdBulkASyncListReleasePort(port); in ReleaseInterfaceByPort()
1499 UsbdBulkASyncListReleasePort(port); in SetInterface()
H A Dusbd_dispatcher.cpp659 UsbImpl::UsbdBulkASyncListReleasePort(dev); in UsbdRelease()