Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_protocol.h25 int32_t UsbProtocalFillControlSetup(const unsigned char *setup, const struct UsbControlRequest *ctrlReq);
/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h52 * It will be filled in the corresponding field in {@link UsbControlRequest}.
68 * It will be filled in the corresponding field in {@link UsbControlRequest}.
82 * It will be filled in the corresponding field in {@link UsbControlRequest} or {@link UsbRequestParamsData}.
227 struct UsbControlRequest { struct
261 * @brief Defines a USB request parameter object, which can be {@link UsbControlRequest} (control request parameter)
281 /** Control request parameter. For details, see {@link UsbControlRequest}. */
282 struct UsbControlRequest ctrlReq;
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h73 static int32_t UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq);
/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()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c22 int32_t UsbProtocalFillControlSetup(const unsigned char *setup, const struct UsbControlRequest *ctrlReq) in UsbProtocalFillControlSetup()
H A Dusb_interface_pool.c477 struct UsbControlRequest ctrlReq = params->ctrlReq; in IfFillControlRequest()
/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c212 static struct UsbControlRequest EcmUsbControlMsg(const struct EcmControlParams * const controlParams) in EcmUsbControlMsg()
214 struct UsbControlRequest dr; in EcmUsbControlMsg()
/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()
/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()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq) in UsbControlSetUp()

Completed in 18 milliseconds