| /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/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() 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()
|
| D | mmc_protocol.c | 77 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/ |
| D | codec_utils.c | 25 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/ |
| D | mipi_dsi_test.c | 98 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()
|
| D | platform_trace_test.c | 59 int cmd; member 69 int PlatformTraceTestExecute(int cmd) in PlatformTraceTestExecute()
|
| 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()
|
| D | platform_queue_test.c | 106 int cmd; member 116 int PlatformQueueTestExecute(int cmd) in PlatformQueueTestExecute()
|
| D | pcie_test.c | 50 uint16_t cmd; in TestPcieReadAndWrite() local 93 static int32_t PcieTestEntry(struct PcieTester *tester, int32_t cmd) in PcieTestEntry()
|
| /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/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 | 32 def run(self, cmd, args): argument
|
| /drivers/hdf_core/framework/support/platform/src/pcie/ |
| D | pcie_dispatch.c | 24 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/ |
| D | wlan_fuzzer.cpp | 55 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/ |
| D | audioadapter_fuzzer.cpp | 44 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/ |
| 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/peripheral/wlan/client/src/sbuf/ |
| D | sbuf_common_adapter.c | 49 int32_t SendCmdSync(const uint32_t cmd, struct HdfSBuf *reqData, struct HdfSBuf *respData) in SendCmdSync()
|
| /drivers/hdf_core/framework/support/posix/test/unittest/common/ |
| D | hdf_osal_test_posix.cpp | 34 int32_t OsalTest::HdfOsalUserEntry(enum HdfOsalTestCaseCmd cmd) in HdfOsalUserEntry()
|
| /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()
|
| /drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/ |
| D | audiocapture_fuzzer.cpp | 63 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/ |
| D | audiorender_fuzzer.cpp | 64 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/ |
| D | input_controller.c | 28 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()
|