Home
last modified time | relevance | path

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

12345678

/drivers/framework/test/unittest/osal/
Dosal_case_cmd_test.h26 #define OSAL_TEST_CASE_SET(cmd) (g_osalTestCases[(cmd) / BITS_PER_INT] |= (1 << ((cmd) % BITS_PER_I… argument
27 #define OSAL_TEST_CASE_CHECK(cmd) (g_osalTestCases[(cmd) / BITS_PER_INT] & (1 << ((cmd) % BITS_PER_… argument
29 #define UT_TEST_CHECK_RET(val, cmd) do { \ argument
Dosal_get_case_test.c11 int OsalGetTestResult(uint32_t cmd) in OsalGetTestResult()
/drivers/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.c75 static int32_t MmcSendCmd(struct MmcCntlr *cntlr, struct MmcCmd *cmd, struct MmcData *data, uint32_… in MmcSendCmd()
115 struct MmcCmd cmd = {0}; in MmcGoIdleState() local
129 struct MmcCmd cmd = {0}; in MmcSendOpCond() local
167 struct MmcCmd cmd = {0}; in MmcAllSendCid() local
194 struct MmcCmd cmd = {0}; in MmcSetRelativeAddr() local
209 struct MmcCmd cmd = {0}; in MmcSelectCard() local
224 struct MmcCmd cmd = {0}; in MmcSendExtCsd() local
242 struct MmcCmd cmd = {0}; in MmcSendCsd() local
267 struct MmcCmd cmd = {0}; in MmcSendStatus() local
291 struct MmcCmd cmd = {0}; in MmcSwitch() local
[all …]
/drivers/liteos/tzdriver/src/
Dsecurity_auth_enhance.c145 TeecResult UpdateTimestamp(const TcNsSmcCmd *cmd) in UpdateTimestamp()
193 TeecResult SyncTimestamp(const TcNsSmcCmd *cmd, uint8_t *token, in SyncTimestamp()
233 static void ScramblingOperation(TcNsSmcCmd *cmd, uint32_t scrambler) in ScramblingOperation()
255 TeecResult UpdateChksum(TcNsSmcCmd *cmd) in UpdateChksum()
296 TeecResult VerifyChksum(const TcNsSmcCmd *cmd) in VerifyChksum()
Dsmc_smp.c135 static int OccupyFreeSmcInEntry(const TcNsSmcCmd *cmd) in OccupyFreeSmcInEntry()
587 uint32_t cmd; member
641 static noinline int SmpSmcSend(uint32_t cmd, uint64_t ops, uint64_t ca, in SmpSmcSend()
700 static uint32_t SendSmcCmd(uint32_t cmd, paddr_t cmdAddr, in SendSmcCmd()
722 int RawSmcSend(uint32_t cmd, paddr_t cmdAddr, in RawSmcSend()
761 static void CmdResultCheck(TcNsSmcCmd *cmd) in CmdResultCheck()
1033 int *lastIndex, struct PendingEntry *pe, const TcNsSmcCmd *cmd) in SmcOpsNormal()
1063 static int SmpSmcSendCmdDone(int cmdIndex, TcNsSmcCmd *cmd, in SmpSmcSendCmdDone()
1171 static int SmpSmcSendProcess(TcNsSmcCmd *cmd, uint64_t ops, in SmpSmcSendProcess()
1202 TcNsSmcCmd *cmd, bool reuse) in InitForSmcSend()
[all …]
/drivers/framework/test/unittest/platform/common/
Dmipi_dsi_test.c96 struct DsiCmdDesc cmd = { in MipiDsiTxRxTest() local
124 static int32_t MipiDsiTestByCmd(struct MipiDsiTest *test, int32_t cmd) in MipiDsiTestByCmd()
149 static int32_t MipiDsiTestDoTest(struct MipiDsiTest *test, int32_t cmd) in MipiDsiTestDoTest()
Dplatform_device_test.c154 static int32_t TestDispatch(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct… in TestDispatch()
265 int cmd; member
280 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()
Dplatform_event_test.c186 int cmd; member
198 int PlatformEventTestExecute(int cmd) in PlatformEventTestExecute()
/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/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/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/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_tool_commands.py30 def run(self, cmd, args): argument
/drivers/framework/support/platform/src/pcie/
Dpcie_dispatch.c24 uint32_t cmd; member
85 int32_t PcieIoDispatch(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct … in PcieIoDispatch()
/drivers/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/framework/support/posix/test/unittest/common/
Dhdf_osal_test_posix.cpp20 int32_t HdfOsalUserEntry(enum HdfOsalTestCaseCmd cmd) in HdfOsalUserEntry()
/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()
/drivers/adapter/khdf/liteos/model/storage/src/mtd/
Dmtd_char_lite.c277 int cmd, unsigned long arg) in MtdCharIoctlGetInfo()
297 int cmd, unsigned long arg) in MtdCharIoctlErase()
314 int cmd, unsigned long arg) in MtdCharIoctlGetBadBlock()
331 int cmd, unsigned long arg) in MtdCharIoctlSetBadBlock()
350 static int MtdCharIoctl(FAR struct file *filep, int cmd, unsigned long arg) in MtdCharIoctl()
/drivers/framework/model/display/driver/panel/
Dssp_st7789.h21 uint8_t cmd; member
/drivers/framework/support/platform/test/unittest/common/
Dhdf_mipi_dsi_test.cpp51 static void MipiDsiTest(enum MipiDsiTestCmd cmd) in MipiDsiTest()
Dhdf_pcie_test.cpp62 uint16_t cmd; in PcieUserTest() local
/drivers/framework/model/audio/dispatch/include/
Daudio_control_dispatch.h28 enum ControlDispMethodCmd cmd; member
/drivers/adapter/khdf/liteos/model/usb/host/src/
Dusb_pnp_manager.c45 static int32_t UsbPnpManagerDispatch(struct HdfDeviceIoClient *client, int32_t cmd, in UsbPnpManagerDispatch()

12345678