Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h73 static int32_t UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq);
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c227 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp() function
268 parmas.ctrlReq = UsbControlSetUp(&controlParams); in UsbGetDescriptor()
326 parmas.ctrlReq = UsbControlSetUp(&controlParams); in UsbGetStatus()
374 parmas.ctrlReq = UsbControlSetUp(&controlParams); in UsbGetInterface()
413 parmas.ctrlReq = UsbControlSetUp(&controlParams); in UsbGetConfig()
462 parmas.ctrlReq = UsbControlSetUp(&controlParams); in SerialCtrlMsg()
504 parmas.ctrlReq = UsbControlSetUp(&controlParams); in SerialCtrlAsyncMsg()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq) in UsbControlSetUp() function in OHOS::HDI::Usb::V1_1::UsbdDispatcher
H A Dusb_impl.cpp181 int32_t ret = UsbdDispatcher::UsbControlSetUp(ctrParams, &params.ctrlReq); in UsbControlTransferEx()

Completed in 9 milliseconds