Searched defs:controlParams (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 227 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp() 244 struct UsbControlParams controlParams = {}; in UsbGetDescriptor() local 305 struct UsbControlParams controlParams = {}; in UsbGetStatus() local 353 struct UsbControlParams controlParams = {}; in UsbGetInterface() local 392 struct UsbControlParams controlParams = {}; in UsbGetConfig() local 436 struct UsbControlParams controlParams = {}; in SerialCtrlMsg() local 483 struct UsbControlParams controlParams = {}; in SerialCtrlAsyncMsg() local
|
/ohos5.0/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 122 … UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeUsbControlParams() 140 … UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeGetActiveUsbControlParams() 216 … UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeSetActiveUsbControlParams() 1150 UsbControlParams controlParams = {0}; in GetDeviceDescriptor() local 1172 UsbControlParams controlParams = {0}; in GetStringDescriptor() local 1197 UsbControlParams controlParams = {0}; in GetConfigDescriptor() local 1274 UsbControlParams controlParams; in SetConfig() local 1323 UsbControlParams controlParams; in GetConfig() local 1625 UsbControlParams controlParams; in ControlTransferRead() local 1667 UsbControlParams controlParams; in ControlTransferWrite() local [all …]
|
H A D | usbd_dispatcher.cpp | 80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *control… in UsbControlSetUp()
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 212 static struct UsbControlRequest EcmUsbControlMsg(const struct EcmControlParams * const controlParam… in EcmUsbControlMsg() 231 struct EcmControlParams controlParams; in EcmCtrlMsg() local
|