Searched defs:controlParams (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 212 static struct UsbControlRequest EcmUsbControlMsg(const struct EcmControlParams * const controlParams) in EcmUsbControlMsg() argument 231 struct EcmControlParams controlParams; in EcmCtrlMsg() local [all...] |
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_dispatcher.cpp | 80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq)
in UsbControlSetUp() argument [all...] |
H A D | usb_impl.cpp | 120 MakeUsbControlParams( UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) MakeUsbControlParams() argument 138 MakeGetActiveUsbControlParams( UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) MakeGetActiveUsbControlParams() argument 214 MakeSetActiveUsbControlParams( UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) MakeSetActiveUsbControlParams() argument 1153 UsbControlParams controlParams = {0}; GetDeviceDescriptor() local 1175 UsbControlParams controlParams = {0}; GetStringDescriptor() local 1200 UsbControlParams controlParams = {0}; GetConfigDescriptor() local 1277 UsbControlParams controlParams; SetConfig() local 1326 UsbControlParams controlParams; GetConfig() local 1590 UsbControlParams controlParams; ControlTransferRead() local 1632 UsbControlParams controlParams; ControlTransferWrite() local 1667 UsbControlParams controlParams; ControlTransferReadwithLength() local [all...] |
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 227 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp() argument 244 struct UsbControlParams controlParams in UsbGetDescriptor() local 305 struct UsbControlParams controlParams = {}; UsbGetStatus() local 353 struct UsbControlParams controlParams = {}; UsbGetInterface() local 392 struct UsbControlParams controlParams = {}; UsbGetConfig() local 436 struct UsbControlParams controlParams = {}; SerialCtrlMsg() local 483 struct UsbControlParams controlParams = {}; SerialCtrlAsyncMsg() local [all...] |
Completed in 6 milliseconds