Home
last modified time | relevance | path

Searched refs:cmd_list (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_cmd.c36 at_cmd_func_list *cmd_list = at_get_list(); in at_find_proc_func() local
42 for (j = 0; j < cmd_list->at_cmd_num[i]; j++) { in at_find_proc_func()
43 at_cmd_func *cmd_func = (at_cmd_func *) ((cmd_list->at_cmd_list[i] + j)); in at_find_proc_func()
H A Dhi_at.c626 at_cmd_func_list *cmd_list = at_get_list(); in hi_at_register_cmd() local
628 if ((cmd_list->at_cmd_list[i] == HI_NULL) || (cmd_list->at_cmd_num[i] == 0)) { in hi_at_register_cmd()
629 cmd_list->at_cmd_list[i] = cmd_tbl; 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()
H A Dat_general.c407 at_cmd_func_list *cmd_list = at_get_list(); in at_exe_help_cmd() local
415 for (j = 0; j < cmd_list->at_cmd_num[i]; j++) { in at_exe_help_cmd()
416 at_cmd_func *cmd_func = (at_cmd_func *) ((cmd_list->at_cmd_list[i] + j)); in at_exe_help_cmd()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dmake_upg_file.py134 cmd_list = []
135 cmd_list.append(lzma_tool)
136 cmd_list.append('-d16 -lc2 -lp2 e')
137 cmd_list.append(src_file)
138 cmd_list.append(dst_file)
139 str_cmd=' '.join(cmd_list)
147 cmd_list = []
148 cmd_list.append(aes_encrypt_tool)
149 cmd_list.append('-i')
150 cmd_list
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_device.c233 if (fops->cmd_list[i].cmd == cmd) { in osal_ioctl_call_fun()
234 if (fops->cmd_list[i].handler != NULL) { in osal_ioctl_call_fun()
235 return fops->cmd_list[i].handler(cmd, ioctl_arg, private_data); in osal_ioctl_call_fun()
292 if ((fops->cmd_cnt > CMD_NUM_MAX) || (fops->cmd_cnt == 0) || (fops->cmd_list == NULL)) { in osal_ioctl()
H A Dosal_proc.c131 if (osal_strncmp(entry->cmd_list[i].name, strlen(entry->cmd_list[i].name), argv[0], strlen(argv[0])) == 0) { in osal_proc_cmd_call()
132 if (entry->cmd_list[i].handler != NULL) { in osal_proc_cmd_call()
133 return entry->cmd_list[i].handler(argc, argv, entry->private); in osal_proc_cmd_call()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hidev/kernel/
H A Dhidev.c121 .cmd_list = g_hidev_cmd,
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dhi_osal.h338 osal_proc_cmd *cmd_list; member
401 osal_ioctl_cmd *cmd_list; member
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/
H A Ddrv_i2c_intf.c372 .cmd_list = g_i2c_ioctl_info,
390 i2c_proc_entry->cmd_list = g_i2c_proc_cmd; in i2c_drv_proc_add()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/
H A Ddrv_gpio_intf.c645 .cmd_list = g_gpio_cmd_list,
687 gpio_proc_entry->cmd_list = g_gpio_proc_cmd; in gpio_drv_proc_add()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c302 .cmd_list = g_hiproc_cmd,
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
H A Dhiirq.c1034 .cmd_list = g_hiirq_cmd,

Completed in 12 milliseconds