Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 250) sorted by relevance

12345678910

/drivers/hdf_core/framework/test/unittest/osal/
Dosal_case_cmd_test.h26 #define OSAL_TEST_CASE_SET(cmd) (g_osalTestCases[(cmd) / BITS_PER_INT] |= ((uint32_t)1 << ((cmd) % … argument
27 #define OSAL_TEST_CASE_CHECK(cmd) (g_osalTestCases[(cmd) / BITS_PER_INT] & ((uint32_t)1 << ((cmd) %… argument
29 #define UT_TEST_CHECK_RET(val, cmd) do { \ argument
Dosal_get_case_test.c11 int OsalGetTestResult(uint32_t cmd) in OsalGetTestResult()
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
Dosal_test_type.h46 #define OSAL_TEST_CASE_SET(cmd) (g_osalTestCases[(cmd) / BITS_PER_INT] |= (1 << ((cmd) % BITS_PER_I… argument
47 #define OSAL_TEST_CASE_CHECK(cmd) (g_osalTestCases[(cmd) / BITS_PER_INT] & (1 << ((cmd) % BITS_PER_… argument
49 #define UT_TEST_CHECK_RET(val, cmd) \ argument
/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_dispatch.c28 static int32_t MmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *r… in MmcDispatch()
62 static int32_t EmmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *… in EmmcDispatch()
74 static int32_t SdioDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *… in SdioDispatch()
83 int32_t MmcIoDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSB… in MmcIoDispatch()
Dmmc_protocol.c77 static int32_t MmcSendCmd(struct MmcCntlr *cntlr, struct MmcCmd *cmd, struct MmcData *data, uint32_… in MmcSendCmd()
119 struct MmcCmd cmd = {0}; in MmcGoIdleState() local
133 struct MmcCmd cmd = {0}; in MmcSendOpCond() local
171 struct MmcCmd cmd = {0}; in MmcAllSendCid() local
200 struct MmcCmd cmd = {0}; in MmcSetRelativeAddr() local
216 struct MmcCmd cmd = {0}; in MmcSelectCard() local
232 struct MmcCmd cmd = {0}; in MmcSendExtCsd() local
250 struct MmcCmd cmd = {0}; in MmcSendCsd() local
277 struct MmcCmd cmd = {0}; in MmcSendStatus() local
302 struct MmcCmd cmd = {0}; in MmcSwitch() local
[all …]
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
Dwpa_p2p_cmd.c146 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetSsidPostfixName() local
179 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetWpsDeviceType() local
213 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetWpsConfigMethods() local
247 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetGroupMaxIdle() local
276 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetWfdEnable() local
305 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetPersistentReconnect() local
335 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetWpsSecondaryDeviceType() local
368 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetupWpsPbc() local
403 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetupWpsPin() local
443 char cmd[CMD_SIZE]; in WpaInterfaceP2pSetPowerSave() local
[all …]
/drivers/peripheral/codec/test/demo/v1.0/
Dcodec_utils.c26 static int32_t GetCodecName(CodecCmd* cmd) in GetCodecName()
69 static int32_t ParseCmdOption(CodecCmd* cmd, const char *opt, const char *next) in ParseCmdOption()
119 int32_t ParseArguments(CodecCmd* cmd, int argc, char **argv) in ParseArguments()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dmipi_dsi_test.c100 struct DsiCmdDesc cmd = { in MipiDsiTxRxTest() local
128 static int32_t MipiDsiTestByCmd(struct MipiDsiTest *test, int32_t cmd) in MipiDsiTestByCmd()
153 static int32_t MipiDsiTestDoTest(struct MipiDsiTest *test, int32_t cmd) in MipiDsiTestDoTest()
Dplatform_trace_test.c59 int cmd; member
69 int PlatformTraceTestExecute(int cmd) in PlatformTraceTestExecute()
Dpcie_test.c27 int cmd; member
103 uint16_t cmd; in TestPcieReadAndWrite() local
211 int32_t PcieTestExecute(int cmd) in PcieTestExecute()
Dplatform_device_test.c152 static int32_t TestDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct… in TestDispatch()
263 int cmd; member
278 int PlatformDeviceTestExecute(int cmd) in PlatformDeviceTestExecute()
/drivers/peripheral/display/hal/
Ddisp_hal.c25 static int32_t DispCmdSend(const uint32_t cmd, struct HdfSBuf *reqData, struct HdfSBuf *respData) in DispCmdSend()
100 static int32_t DispGetParaProcess(uint32_t devId, const uint32_t cmd, uint32_t *value) in DispGetParaProcess()
144 static int32_t DispEventProcess(uint32_t devId, const uint32_t cmd, uint32_t val) in DispEventProcess()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
Dhostapd_common_cmd.c209 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApPasswd() local
239 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApName() local
269 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApWpaValue() local
333 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApBand() local
381 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetAp80211n() local
411 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApWmm() local
441 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApChannel() local
471 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceSetApMaxConn() local
550 char cmd[CMD_SIZE] = {0}; in HostapdInterfaceGetStaInfos() local
841 …t32_t HostApdInterfaceShellCmd(struct IHostapdInterface *self, const char *ifName, const char *cmd) in HostApdInterfaceShellCmd()
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiooffloadrender_fuzzer/
Daudiooffloadrender_fuzzer.cpp39 void RenderFucSwitch(struct IAudioRender *&render, uint32_t cmd, const uint8_t *&rawData, size_t si… in RenderFucSwitch()
58 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/hdf_core/framework/model/camera/dispatch/include/
Dcamera_dispatch.h19 enum CameraMethodCmd cmd; member
/drivers/hdf_core/adapter/khdf/liteos/platform/src/
Dgpio_dev.c53 static int GpioExecCmd(uint16_t gpio, struct GpioBitInfo *info, int cmd) in GpioExecCmd()
99 static int GpioIoctl(struct file *filep, int cmd, unsigned long arg) in GpioIoctl()
/drivers/peripheral/audio/supportlibs/adm_adapter/include/
Daudio_interface_lib_render.h30 enum AudioInterfaceLibRenderCtrl cmd; member
/drivers/hdf_core/framework/support/platform/src/mipi/
Dmipi_dsi_if.c44 int32_t MipiDsiTx(DevHandle handle, struct DsiCmdDesc *cmd) in MipiDsiTx()
49 int32_t MipiDsiRx(DevHandle handle, struct DsiCmdDesc *cmd, int32_t readLen, uint8_t *out) in MipiDsiRx()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_tool_commands.py36 def run(self, cmd, args): argument
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
Dplatform_device_test.c144 static int32_t TestDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct… in TestDispatch()
276 int cmd; member
289 int PlatformDeviceTestExecute(int cmd) in PlatformDeviceTestExecute()
/drivers/peripheral/audio/effect/test/fuzztest/effectmodel_fuzzer/
Deffectmodel_fuzzer.cpp51 void EffectModelFucSwitch(struct IEffectModel *&model, uint32_t cmd, const uint8_t *&rawData, size_… in EffectModelFucSwitch()
100 uint32_t cmd = Convert2Uint32(rawData) % EFFECT_MODEL_GET_EFFECT_DESCRIPTOR; in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/
Deffectcontrol_fuzzer.cpp50 void EffectControlFucSwitch(struct IEffectControl *&controller, uint32_t cmd, const uint8_t *&rawDa… in EffectControlFucSwitch()
86 uint32_t cmd = Convert2Uint32(rawData) % EFFECT_CONTROL_EFFECT_REVERSE; in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audioadapter_fuzzer/
Daudioadapter_fuzzer.cpp46 static void AdapterFucSwitch(struct IAudioAdapter *&adapter, uint32_t cmd, const uint8_t *&rawData) in AdapterFucSwitch()
106 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/
Dmipi_drm_adapter.c103 static int32_t MipiDsiAdapterSetCmd(struct MipiDsiCntlr *cntlr, struct DsiCmdDesc *cmd) in MipiDsiAdapterSetCmd()
158 static int32_t MipiDsiAdapterGetCmd(struct MipiDsiCntlr *cntlr, struct DsiCmdDesc *cmd, uint32_t re… in MipiDsiAdapterGetCmd()
/drivers/hdf_core/framework/support/platform/src/can/
Dcan_service.c18 struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in CanServiceDispatch()

12345678910