Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h85 static int32_t UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandle,
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp291 int32_t UsbdDispatcher::UsbdRequestSyncInitwithLength(HostDevice *port, UsbInterfaceHandle *ifHandl… in UsbdRequestSyncInitwithLength() function in OHOS::HDI::Usb::V1_1::UsbdDispatcher
H A Dusb_impl.cpp451 ret = UsbdDispatcher::UsbdRequestSyncInitwithLength(port, ifHandle, &pipe, length, requestSync); in UsbdFindRequestSyncAndCreatwithLength()