Home
last modified time | relevance | path

Searched refs:cmdCode (Results 1 - 21 of 21) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/core/
H A Dhdf_io_service.h45 int32_t cmdCode; member
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h106 const char *cmdCode; member
H A Dhdf_touch.c880 cmd.cmdCode = HdfSbufReadString(data); in TouchRunExtraCmd()
881 if (cmd.cmdCode == NULL) { in TouchRunExtraCmd()
891 HDF_LOGD("%s: extra cmd code is %s, cmd value is %s", __func__, cmd.cmdCode, cmd.cmdValue); in TouchRunExtraCmd()
/drivers/peripheral/input/test/fuzztest/runextracommand_fuzzer/
H A Drunextracommand_fuzzer.cpp30 extraCmd.cmdCode = "WakeUpMode"; in RunExtraCommandFuzzTest()
/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevhost_service_full.c59 static int DevHostServiceFullOpsDevice(struct IDevHostService *devHostService, uintptr_t parm, int cmdCode) in DevHostServiceFullOpsDevice() argument
73 message->messageId = cmdCode; in DevHostServiceFullOpsDevice()
/drivers/hdf_core/framework/model/storage/include/mmc/
H A Dmmc_corex.h94 int32_t (*tune)(struct MmcCntlr *cntlr, uint32_t cmdCode);
177 int32_t MmcCntlrTune(struct MmcCntlr *cntlr, uint32_t cmdCode);
258 uint32_t cmdCode; member
306 int32_t MmcSendTuning(struct MmcCntlr *cntlr, uint32_t cmdCode, bool sendStop);
/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_protocol.c122 cmd.cmdCode = GO_IDLE_STATE; in MmcGoIdleState()
141 cmd.cmdCode = SEND_OP_COND; in MmcSendOpCond()
180 cmd.cmdCode = ALL_SEND_CID; in MmcAllSendCid()
207 cmd.cmdCode = SET_RELATIVE_ADDR; in MmcSetRelativeAddr()
223 cmd.cmdCode = SELECT_CARD; in MmcSelectCard()
235 cmd.cmdCode = SEND_EXT_CSD; in MmcSendExtCsd()
259 cmd.cmdCode = SEND_CSD; in MmcSendCsd()
285 cmd.cmdCode = SEND_STATUS; in MmcSendStatus()
305 cmd.cmdCode = SWITCH; in MmcSwitch()
357 cmd.cmdCode in MmcAppCmd()
430 MmcSendTuning(struct MmcCntlr *cntlr, uint32_t cmdCode, bool sendStop) MmcSendTuning() argument
[all...]
H A Dmmc_core.c445 int32_t MmcCntlrTune(struct MmcCntlr *cntlr, uint32_t cmdCode) in MmcCntlrTune() argument
451 return cntlr->ops->tune(cntlr, cmdCode); in MmcCntlrTune()
/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h287 const char *cmdCode; /**< Command code */ member
/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c113 (void)listener->onReceive(listener, &adapter->super, bwr->cmdCode, sbuf); in HdfDevEventDispatchLocked()
115 (void)listener->callBack(listener->priv, bwr->cmdCode, sbuf); in HdfDevEventDispatchLocked()
125 (void)listener->onReceive(listener, &adapter->super, bwr->cmdCode, sbuf); in HdfDevEventDispatchLocked()
127 (void)listener->callBack(listener->priv, bwr->cmdCode, sbuf); in HdfDevEventDispatchLocked()
147 bwr.cmdCode = -1; in HdfDevEventReadAndDispatch()
706 wrBuf.cmdCode = code; in HdfSyscallAdapterDispatch()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp1284 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
1300 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
1327 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
1343 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
1365 extraCmd.cmdCode = ""; in HWTEST_F()
1385 extraCmd.cmdCode = ""; in HWTEST_F()
1405 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c38 ret = HdfSbufWriteString(data, ((InputExtraCmd *)in)->cmdCode); in FillSbufData()
454 if ((devIndex >= MAX_INPUT_DEV_NUM) || (cmdInfo == NULL) || (cmdInfo->cmdCode == NULL) || in RunExtraCommand()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp431 cmdInfo.cmdCode = cmd.cmdCode.c_str(); in RunExtraCommand()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp336 extraCmd.cmdCode = "WakeUpMode"; in BENCHMARK_F()
/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h85 uint16_t cmdCode; /* Operation, Response or Event Code in mtp */ member
/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c237 bwr.cmdCode, data, reply); in HdfVNodeAdapterServCall()
266 bwr->cmdCode = (int32_t)event->id; in EventDataProcess()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp968 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
991 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp698 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp752 extraCmd.cmdCode = "WakeUpMode"; in HWTEST_F()
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp814 if ((devIndex >= inputDevList_.size()) || (cmd == nullptr) || (cmd->cmdCode == nullptr || in RunExtraCommand()
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp1405 header->cmdCode = CPU_TO_LE16(mtpDev_->xferCommand); in UsbMtpPortSendFileFillFirstReq()

Completed in 29 milliseconds