Home
last modified time | relevance | path

Searched refs:tmp_cmd (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H A Dtde_ioctl.c416 hi_u8 tmp_cmd = _IOC_NR(cmd); in tde_ioctl() local
417 if ((tmp_cmd < 1) || (tmp_cmd >= TDE_IOCTL_FUNC_NUM)) { in tde_ioctl()
420 if (cmd != g_tde_ctl_func_dispatch_item[tmp_cmd].tde_cmd) { in tde_ioctl()
424 if (g_tde_ctl_func_dispatch_item[tmp_cmd].tde_ctl_ptr_func == HI_NULL) { in tde_ioctl()
428 return g_tde_ctl_func_dispatch_item[tmp_cmd].tde_ctl_ptr_func(arg, private_data); in tde_ioctl()
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c656 char tmp_cmd[0x20]; in fiq_debugger_fiq_exec() local
657 strlcpy(tmp_cmd, cmd, sizeof(tmp_cmd)); in fiq_debugger_fiq_exec()
658 machine_restart(tmp_cmd); in fiq_debugger_fiq_exec()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c656 char tmp_cmd[32]; in fiq_debugger_fiq_exec() local
657 strlcpy(tmp_cmd, cmd, sizeof(tmp_cmd)); in fiq_debugger_fiq_exec()
658 machine_restart(tmp_cmd); in fiq_debugger_fiq_exec()

Completed in 6 milliseconds