H A D | usb_impl.cpp | 121 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index)
in MakeUsbControlParams() 123 if (controlParams == nullptr || buffer == nullptr) {
in MakeUsbControlParams() 124 HDF_LOGE("%{public}s: %{public}d controlParams or buffer is nullptr", __func__, __LINE__);
in MakeUsbControlParams() 128 controlParams->request = USB_DDK_REQ_GET_DESCRIPTOR;
in MakeUsbControlParams() 129 controlParams->target = USB_REQUEST_TARGET_DEVICE;
in MakeUsbControlParams() 130 controlParams->reqType = USB_PARAM_REQTYPE;
in MakeUsbControlParams() 131 controlParams->directon = USB_REQUEST_DIR_FROM_DEVICE;
in MakeUsbControlParams() 132 controlParams->value = value;
in MakeUsbControlParams() 133 controlParams->index = index;
in MakeUsbControlParams() 134 controlParams in MakeUsbControlParams() 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...] |