| /drivers/framework/test/unittest/osal/ |
| D | osal_case_cmd_test.h | 26 #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
|
| D | osal_get_case_test.c | 11 int OsalGetTestResult(uint32_t cmd) in OsalGetTestResult()
|
| /drivers/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 | 75 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/ |
| D | security_auth_enhance.c | 145 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()
|
| D | smc_smp.c | 135 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/ |
| D | mipi_dsi_test.c | 96 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()
|
| D | platform_device_test.c | 154 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()
|
| 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()
|
| D | platform_event_test.c | 186 int cmd; member 198 int PlatformEventTestExecute(int cmd) in PlatformEventTestExecute()
|
| /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/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/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/framework/tools/hdf_dev_eco_tool/command_line/ |
| D | hdf_tool_commands.py | 30 def run(self, cmd, args): argument
|
| /drivers/framework/support/platform/src/pcie/ |
| D | pcie_dispatch.c | 24 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/ |
| 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/framework/support/posix/test/unittest/common/ |
| D | hdf_osal_test_posix.cpp | 20 int32_t HdfOsalUserEntry(enum HdfOsalTestCaseCmd cmd) in HdfOsalUserEntry()
|
| /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()
|
| /drivers/adapter/khdf/liteos/model/storage/src/mtd/ |
| D | mtd_char_lite.c | 277 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/ |
| D | ssp_st7789.h | 21 uint8_t cmd; member
|
| /drivers/framework/support/platform/test/unittest/common/ |
| D | hdf_mipi_dsi_test.cpp | 51 static void MipiDsiTest(enum MipiDsiTestCmd cmd) in MipiDsiTest()
|
| D | hdf_pcie_test.cpp | 62 uint16_t cmd; in PcieUserTest() local
|
| /drivers/framework/model/audio/dispatch/include/ |
| D | audio_control_dispatch.h | 28 enum ControlDispMethodCmd cmd; member
|
| /drivers/adapter/khdf/liteos/model/usb/host/src/ |
| D | usb_pnp_manager.c | 45 static int32_t UsbPnpManagerDispatch(struct HdfDeviceIoClient *client, int32_t cmd, in UsbPnpManagerDispatch()
|