Searched refs:pre_cmd (Results 1 – 6 of 6) sorted by relevance
194 struct vsp1_dl_ext_cmd *pre_cmd; member534 if (dl->pre_cmd) in vsp1_dl_get_pre_cmd()535 return dl->pre_cmd; in vsp1_dl_get_pre_cmd()537 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool); in vsp1_dl_get_pre_cmd()539 return dl->pre_cmd; in vsp1_dl_get_pre_cmd()646 vsp1_dl_ext_cmd_put(dl->pre_cmd); in __vsp1_dl_list_put()649 dl->pre_cmd = NULL; in __vsp1_dl_list_put()818 if (dl->pre_cmd) { in vsp1_dl_list_fill_header()819 dl->extension->pre_ext_dl_plist = dl->pre_cmd->cmd_dma; in vsp1_dl_list_fill_header()820 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds; in vsp1_dl_list_fill_header()[all …]
30 int (*pre_cmd)(struct peak_canfd_priv *priv); member
70 if (priv->pre_cmd) { in pucan_write_cmd()71 err = priv->pre_cmd(priv); in pucan_write_cmd()
598 priv->ucan.pre_cmd = pciefd_pre_cmd; in pciefd_can_probe()
153 static const char *pre_cmd = NULL; variable629 if (pre_cmd) { in run_perf_stat()630 ret = system(pre_cmd); in run_perf_stat()774 OPT_STRING(0, "pre", &pre_cmd, "command",
291 HISI_PMU_EVENT_ATTR(pre_cmd, 0x04),