Searched refs:cmd_num (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | hi_at.c | 559 hi_u16 cmd_num) in check_name_and_callback() 568 for (j = 0; j < cmd_num; j++) { in check_name_and_callback() 583 static hi_u32 check_cmd_tbl(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) in check_cmd_tbl() argument 588 for (i = 0; i < cmd_num; i++) { in check_cmd_tbl() 593 for (j = 0; j < cmd_num; j++) { in check_cmd_tbl() 612 hi_u32 hi_at_register_cmd(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) in hi_at_register_cmd() argument 617 if (cmd_tbl == HI_NULL || cmd_num == 0) { in hi_at_register_cmd() 621 ret = check_cmd_tbl(cmd_tbl, cmd_num); in hi_at_register_cmd() 630 cmd_list->at_cmd_num[i] = cmd_num; in hi_at_register_cmd() 635 ret = check_name_and_callback(cmd_list, i, cmd_tbl, cmd_num); in hi_at_register_cmd() 558 check_name_and_callback(const at_cmd_func_list *ctx, hi_u8 tbl_index, HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num) check_name_and_callback() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_at.h | 88 * @param cmd_num [IN] type #hi_u16,The number of commands. The value must be equal to the actual number of 101 hi_u32 hi_at_register_cmd(HI_CONST at_cmd_func *cmd_tbl, hi_u16 cmd_num);
|
H A D | hi_diag.h | 83 * @param cmd_num [IN] type #hi_u16,Number of commands. The value cannot be 0. CNcomment:命令个数, 93 HI_EXTERN hi_u32 hi_diag_register_cmd(const hi_diag_cmd_reg_obj* cmd_tbl, hi_u16 cmd_num);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/include/ |
H A D | tde_osilist.h | 53 hi_u32 cmd_num; /* Instruct number of job */ member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 698 atomic_t cmd_num;
member
|
H A D | rga2_drv.c | 737 atomic_add(1, &rga2_service.cmd_num);
in rga2_copy_reg()
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 575 uint32_t cmd_num; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_debug.c | 3109 hi_u32 cmd_num; in debug_cmd_handle() local 3118 cmd_num = debug_str_to_u32(str, &str, HDMI_DEBUG_BASE_DEC); in debug_cmd_handle() 3124 if (((cmd_num != i) || (*str != '\0')) && in debug_cmd_handle()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/ |
H A D | tde_osictl_k.c | 3945 job->cmd_num++; in tde_osi_set_node_finish() 3946 if (job->cmd_num == 1) { in tde_osi_set_node_finish() 3956 cmd->index = job->cmd_num; in tde_osi_set_node_finish()
|
Completed in 26 milliseconds