Home
last modified time | relevance | path

Searched refs:UsbControlRequest (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h227 struct UsbControlRequest { struct
282 struct UsbControlRequest ctrlReq;
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_protocol.h25 int32_t UsbProtocalFillControlSetup(const unsigned char *setup, const struct UsbControlRequest *ctr…
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp110 static struct UsbControlRequest UsbControlMsg(struct TestControlMsgData msgData) in UsbControlMsg()
112 struct UsbControlRequest dr; in UsbControlMsg()
H A Dusb_host_sdk_if_test.cpp182 static struct UsbControlRequest UsbControlMsg(struct TestControlMsgData msgData) in UsbControlMsg()
184 struct UsbControlRequest dr; in UsbControlMsg()
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h73 static int32_t UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c22 int32_t UsbProtocalFillControlSetup(const unsigned char *setup, const struct UsbControlRequest *ctr… in UsbProtocalFillControlSetup()
H A Dusb_interface_pool.c477 struct UsbControlRequest ctrlReq = params->ctrlReq; in IfFillControlRequest()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c212 static struct UsbControlRequest EcmUsbControlMsg(const struct EcmControlParams * const controlParam… in EcmUsbControlMsg()
214 struct UsbControlRequest dr; in EcmUsbControlMsg()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c141 static struct UsbControlRequest UsbControlMsg(struct TestControlMsgData msgData) in UsbControlMsg()
143 struct UsbControlRequest dr; in UsbControlMsg()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c227 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp()
229 struct UsbControlRequest dr; in UsbControlSetUp()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *control… in UsbControlSetUp()