| /drivers/hdf_core/framework/test/unittest/osal/ |
| D | osal_case_cmd_test.h | 26 #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
|
| D | osal_get_case_test.c | 11 int OsalGetTestResult(uint32_t cmd) in OsalGetTestResult()
|
| /drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/ |
| D | osal_test_type.h | 46 #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/ |
| D | mmc_dispatch.c | 28 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()
|
| D | mmc_protocol.c | 77 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/ |
| D | wpa_p2p_cmd.c | 146 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/ |
| D | codec_utils.c | 26 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/ |
| D | mipi_dsi_test.c | 100 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()
|
| D | platform_trace_test.c | 59 int cmd; member 69 int PlatformTraceTestExecute(int cmd) in PlatformTraceTestExecute()
|
| D | pcie_test.c | 27 int cmd; member 103 uint16_t cmd; in TestPcieReadAndWrite() local 211 int32_t PcieTestExecute(int cmd) in PcieTestExecute()
|
| D | platform_device_test.c | 152 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/ |
| D | disp_hal.c | 25 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/ |
| D | hostapd_common_cmd.c | 209 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/ |
| D | audiooffloadrender_fuzzer.cpp | 39 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/ |
| D | camera_dispatch.h | 19 enum CameraMethodCmd cmd; member
|
| /drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
| D | gpio_dev.c | 53 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/ |
| D | audio_interface_lib_render.h | 30 enum AudioInterfaceLibRenderCtrl cmd; member
|
| /drivers/hdf_core/framework/support/platform/src/mipi/ |
| D | mipi_dsi_if.c | 44 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/ |
| D | hdf_tool_commands.py | 36 def run(self, cmd, args): argument
|
| /drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
| D | platform_device_test.c | 144 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/ |
| D | effectmodel_fuzzer.cpp | 51 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/ |
| D | effectcontrol_fuzzer.cpp | 50 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/ |
| D | audioadapter_fuzzer.cpp | 46 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/ |
| D | mipi_drm_adapter.c | 103 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/ |
| D | can_service.c | 18 struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in CanServiceDispatch()
|