Searched refs:UsbControlRequest (Results 1 – 11 of 11) sorted by relevance
227 struct UsbControlRequest { struct282 struct UsbControlRequest ctrlReq;
25 int32_t UsbProtocalFillControlSetup(const unsigned char *setup, const struct UsbControlRequest *ctr…
110 static struct UsbControlRequest UsbControlMsg(struct TestControlMsgData msgData) in UsbControlMsg()112 struct UsbControlRequest dr; in UsbControlMsg()
182 static struct UsbControlRequest UsbControlMsg(struct TestControlMsgData msgData) in UsbControlMsg()184 struct UsbControlRequest dr; in UsbControlMsg()
73 static int32_t UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq);
22 int32_t UsbProtocalFillControlSetup(const unsigned char *setup, const struct UsbControlRequest *ctr… in UsbProtocalFillControlSetup()
477 struct UsbControlRequest ctrlReq = params->ctrlReq; in IfFillControlRequest()
212 static struct UsbControlRequest EcmUsbControlMsg(const struct EcmControlParams * const controlParam… in EcmUsbControlMsg()214 struct UsbControlRequest dr; in EcmUsbControlMsg()
141 static struct UsbControlRequest UsbControlMsg(struct TestControlMsgData msgData) in UsbControlMsg()143 struct UsbControlRequest dr; in UsbControlMsg()
227 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp()229 struct UsbControlRequest dr; in UsbControlSetUp()
80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *control… in UsbControlSetUp()