Home
last modified time | relevance | path

Searched refs:pre_cmd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c196 struct vsp1_dl_ext_cmd *pre_cmd; member
543 if (dl->pre_cmd) in vsp1_dl_get_pre_cmd()
544 return dl->pre_cmd; in vsp1_dl_get_pre_cmd()
546 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool); in vsp1_dl_get_pre_cmd()
548 return dl->pre_cmd; in vsp1_dl_get_pre_cmd()
660 vsp1_dl_ext_cmd_put(dl->pre_cmd); in __vsp1_dl_list_put()
663 dl->pre_cmd = NULL; in __vsp1_dl_list_put()
839 if (dl->pre_cmd) { in vsp1_dl_list_fill_header()
840 dl->extension->pre_ext_dl_plist = dl->pre_cmd->cmd_dma; in vsp1_dl_list_fill_header()
841 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds; in vsp1_dl_list_fill_header()
[all …]
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_ddrc_pmu.c296 HISI_PMU_EVENT_ATTR(pre_cmd, 0x04),
/linux/tools/perf/
H A Dbuiltin-stat.c130 static const char *pre_cmd = NULL; variable
1064 if (pre_cmd) { in run_perf_stat()
1065 ret = system(pre_cmd); in run_perf_stat()
2491 OPT_STRING(0, "pre", &pre_cmd, "command", in cmd_stat()