Home
last modified time | relevance | path

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

123456789

/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/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()
66 static int32_t EmmcDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *… in EmmcDispatch()
82 static int32_t SdioDispatch(struct MmcCntlr *cntlr, int cmd, struct HdfSBuf *data, struct HdfSBuf *… in SdioDispatch()
91 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()
117 struct MmcCmd cmd = {0}; in MmcGoIdleState() local
131 struct MmcCmd cmd = {0}; in MmcSendOpCond() local
169 struct MmcCmd cmd = {0}; in MmcAllSendCid() local
196 struct MmcCmd cmd = {0}; in MmcSetRelativeAddr() local
211 struct MmcCmd cmd = {0}; in MmcSelectCard() local
226 struct MmcCmd cmd = {0}; in MmcSendExtCsd() local
244 struct MmcCmd cmd = {0}; in MmcSendCsd() local
269 struct MmcCmd cmd = {0}; in MmcSendStatus() local
293 struct MmcCmd cmd = {0}; in MmcSwitch() local
[all …]
/drivers/peripheral/codec/test/demo/v1.0/
Dcodec_utils.c25 static int32_t GetCodecName(CodecCmd* cmd) in GetCodecName()
48 static int32_t ParseCmdOption(CodecCmd* cmd, const char *opt, const char *next) in ParseCmdOption()
92 int32_t ParseArguments(CodecCmd* cmd, int argc, char **argv) in ParseArguments()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dmipi_dsi_test.c98 struct DsiCmdDesc cmd = { in MipiDsiTxRxTest() local
126 static int32_t MipiDsiTestByCmd(struct MipiDsiTest *test, int32_t cmd) in MipiDsiTestByCmd()
151 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()
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()
Dplatform_queue_test.c106 int cmd; member
116 int PlatformQueueTestExecute(int cmd) in PlatformQueueTestExecute()
Dpcie_test.c50 uint16_t cmd; in TestPcieReadAndWrite() local
93 static int32_t PcieTestEntry(struct PcieTester *tester, int32_t cmd) in PcieTestEntry()
/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/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.py32 def run(self, cmd, args): argument
/drivers/hdf_core/framework/support/platform/src/pcie/
Dpcie_dispatch.c24 uint32_t cmd; member
87 int32_t PcieIoDispatch(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct … in PcieIoDispatch()
/drivers/peripheral/wlan/test/fuzztest/wlan_fuzzer/
Dwlan_fuzzer.cpp55 static void WlanFucSwitch(struct IWlanInterface *interface, uint32_t cmd, const uint8_t *rawData) in WlanFucSwitch()
88 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audioadapter_fuzzer/
Daudioadapter_fuzzer.cpp44 static void AdapterFucSwitch(struct IAudioAdapter *&adapter, uint32_t cmd, const uint8_t *&rawData) in AdapterFucSwitch()
100 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/peripheral/wlan/client/src/sbuf/
Dsbuf_common_adapter.c49 int32_t SendCmdSync(const uint32_t cmd, struct HdfSBuf *reqData, struct HdfSBuf *respData) in SendCmdSync()
/drivers/hdf_core/framework/support/posix/test/unittest/common/
Dhdf_osal_test_posix.cpp34 int32_t OsalTest::HdfOsalUserEntry(enum HdfOsalTestCaseCmd cmd) in HdfOsalUserEntry()
/drivers/hdf_core/framework/support/platform/src/can/
Dcan_service.c18 struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in CanServiceDispatch()
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/
Daudiocapture_fuzzer.cpp63 void CaptureFucSwitch(struct IAudioCapture *&capture, uint32_t cmd, const uint8_t *&rawData) in CaptureFucSwitch()
115 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiorender_fuzzer/
Daudiorender_fuzzer.cpp64 void RenderFucSwitch(struct IAudioRender *&render, uint32_t cmd, const uint8_t *&rawData, size_t si… in RenderFucSwitch()
118 uint32_t cmd = Convert2Uint32(rawData); in DoSomethingInterestingWithMyAPI() local
/drivers/peripheral/input/hal/src/
Dinput_controller.c28 static bool FillSbufData(struct HdfSBuf *data, int32_t cmd, const void *in) in FillSbufData()
101 static bool ObtainSbufData(struct HdfSBuf *reply, int32_t cmd, void *out, uint32_t length) in ObtainSbufData()
135 static int32_t InstanceCmdSbuf(struct HdfSBuf **data, struct HdfSBuf **reply, int32_t cmd) in InstanceCmdSbuf()
166 static int32_t IoServiceOps(struct HdfIoService *service, int32_t cmd, const void *in, void *out, u… in IoServiceOps()
304 …t32_t GetDevStringInfo(uint32_t devIndex, char *info, uint32_t len, uint32_t lenLimit, int32_t cmd) in GetDevStringInfo()

123456789