Searched defs:controlParams (Results 1 – 4 of 4) sorted by relevance
| /drivers/peripheral/usb/hdi_service/src/ |
| D | usb_impl.cpp | 100 … UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeUsbControlParams() 118 … UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeGetActiveUsbControlParams() 194 … UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeSetActiveUsbControlParams() 1017 UsbControlParams controlParams = {0}; in GetDeviceDescriptor() local 1039 UsbControlParams controlParams = {0}; in GetStringDescriptor() local 1063 UsbControlParams controlParams = {0}; in GetConfigDescriptor() local 1121 UsbControlParams controlParams; in SetConfig() local 1168 UsbControlParams controlParams; in GetConfig() local 1356 UsbControlParams controlParams; in ControlTransferRead() local 1399 UsbControlParams controlParams; in ControlTransferWrite() local
|
| D | usbd_dispatcher.cpp | 79 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *control… in UsbControlSetUp()
|
| /drivers/peripheral/usb/serial/src/ |
| D | usb_serial.c | 228 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp() 245 struct UsbControlParams controlParams = {}; in UsbGetDescriptor() local 306 struct UsbControlParams controlParams = {}; in UsbGetStatus() local 354 struct UsbControlParams controlParams = {}; in UsbGetInterface() local 393 struct UsbControlParams controlParams = {}; in UsbGetConfig() local 437 struct UsbControlParams controlParams = {}; in SerialCtrlMsg() local 484 struct UsbControlParams controlParams = {}; in SerialCtrlAsyncMsg() local
|
| /drivers/peripheral/usb/net/src/ |
| D | cdc_ether.c | 204 static struct UsbControlRequest EcmUsbControlMsg(const struct EcmControlParams * const controlParam… in EcmUsbControlMsg() 223 struct EcmControlParams controlParams; in EcmCtrlMsg() local
|