Home
last modified time | relevance | path

Searched refs:requestCmd (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h126 uint8_t requestCmd; member
/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h74 uint8_t requestCmd; member
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp428 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in AcmRawFillCtrlReq()
497 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in HWTEST_F()
525 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in HWTEST_F()
567 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in HWTEST_F()
595 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in HWTEST_F()
H A Dusb_raw_sdk_if_test.cpp1975 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in HWTEST_F()
2033 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in HWTEST_F()
/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp317 params.ctrlReq.request = setup.requestCmd; in SendControlReadRequest()
372 params.ctrlReq.request = setup.requestCmd; in SendControlWriteRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_test.c1160 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in CheckRawSdkIfFillControlSetup001()
1228 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in CheckRawSdkIfFillControlSetup004()
1267 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in CheckRawSdkIfSendControlRequest001()
1294 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in CheckRawSdkIfSendControlRequest002()
1334 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in CheckRawSdkIfSendControlRequest004()
1361 ctrlReq.requestCmd = USB_DDK_CDC_REQ_SET_LINE_CODING; in CheckRawSdkIfSendControlRequest005()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c1318 ctrlReq.requestCmd = cmd; in UsbnetHostWriteCmdSync()
1334 ctrlReq.requestCmd, ctrlReq.requestType, ctrlReq.value, ctrlReq.index, ctrlReq.length, *(ctrlReq.data)); in UsbnetHostWriteCmdSync()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp397 int32_t requestCmd; in CtrlTransferParamInit() local
398 if (!HdfSbufReadInt32(data, &requestCmd)) { in CtrlTransferParamInit()
399 HDF_LOGE("%{public}s:Failed to read the requestCmd from data", __func__); in CtrlTransferParamInit()
420 pCtrParams->request = static_cast<uint8_t>(requestCmd); in CtrlTransferParamInit()
H A Dusb_impl.cpp1595 controlParams.request = static_cast<uint8_t>(ctrl.requestCmd); in ControlTransferRead()
1637 controlParams.request = static_cast<uint8_t>(ctrl.requestCmd); in ControlTransferWrite()
1672 controlParams.request = static_cast<uint8_t>(ctrlParams.requestCmd); in ControlTransferReadwithLength()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1008 setupData->request = requestData->requestCmd; in RawFillControlSetup()
1359 requestData.requestCmd = USB_REQUEST_GET_DESCRIPTOR; in RawGetDescriptor()
H A Dlinux_adapter.c352 ctrlData.requestCmd = USB_REQUEST_GET_CONFIGURATION; in OsGetActiveConfig()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c479 ctrlReq.requestCmd = request; in SerialSendCtrlMsg()

Completed in 22 milliseconds