Home
last modified time | relevance | path

Searched refs:UsbControlParams (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_dispatcher.h73 static int32_t UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq);
89 static int32_t CtrlTranParamGetReqType(HdfSBuf *data, UsbControlParams *pCtrParams, uint32_t requestType);
90 static int32_t CtrlTransferParamInit(HdfSBuf *data, UsbControlParams *pCtrParams, int32_t *timeout);
H A Dusb_impl.h114 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index);
116 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index);
117 int32_t UsbControlTransferEx(HostDevice *dev, UsbControlParams *ctrParams, int32_t timeout);
119 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index);
H A Dusbd.h122 struct UsbControlParams { struct
/drivers/peripheral/usb/serial/include/
H A Dusb_serial.h140 struct UsbControlParams { struct
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp121 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeUsbControlParams()
139 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeGetActiveUsbControlParams()
156 int32_t UsbImpl::UsbControlTransferEx(HostDevice *dev, UsbControlParams *ctrParams, int32_t timeout) in UsbControlTransferEx()
215 UsbControlParams *controlParams, uint8_t *buffer, uint16_t length, uint16_t value, uint16_t index) in MakeSetActiveUsbControlParams()
1153 UsbControlParams controlParams = {0}; in GetDeviceDescriptor()
1175 UsbControlParams controlParams = {0}; in GetStringDescriptor()
1200 UsbControlParams controlParams = {0}; in GetConfigDescriptor()
1277 UsbControlParams controlParams; in SetConfig()
1326 UsbControlParams controlParams; in GetConfig()
1590 UsbControlParams controlParam in ControlTransferRead()
[all...]
H A Dusbd_dispatcher.cpp80 int32_t UsbdDispatcher::UsbControlSetUp(UsbControlParams *controlParams, UsbControlRequest *controlReq) in UsbControlSetUp()
351 int32_t UsbdDispatcher::CtrlTranParamGetReqType(HdfSBuf *data, UsbControlParams *pCtrParams, uint32_t requestType) in CtrlTranParamGetReqType()
384 int32_t UsbdDispatcher::CtrlTransferParamInit(HdfSBuf *data, UsbControlParams *pCtrParams, int32_t *timeout) in CtrlTransferParamInit()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c227 static struct UsbControlRequest UsbControlSetUp(struct UsbControlParams *controlParams) in UsbControlSetUp()
244 struct UsbControlParams controlParams = {}; in UsbGetDescriptor()
305 struct UsbControlParams controlParams = {}; in UsbGetStatus()
353 struct UsbControlParams controlParams = {}; in UsbGetInterface()
392 struct UsbControlParams controlParams = {}; in UsbGetConfig()
436 struct UsbControlParams controlParams = {}; in SerialCtrlMsg()
483 struct UsbControlParams controlParams = {}; in SerialCtrlAsyncMsg()

Completed in 10 milliseconds