Home
last modified time | relevance | path

Searched refs:post_cmd (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_dl.c195 struct vsp1_dl_ext_cmd *post_cmd; member
647 vsp1_dl_ext_cmd_put(dl->post_cmd); in __vsp1_dl_list_put()
650 dl->post_cmd = NULL; in __vsp1_dl_list_put()
826 if (dl->post_cmd) { in vsp1_dl_list_fill_header()
827 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma; in vsp1_dl_list_fill_header()
828 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header()
831 vsp1_dl_ext_cmd_fill_header(dl->post_cmd); in vsp1_dl_list_fill_header()
/Linux-v5.4/drivers/net/can/peak_canfd/
Dpeak_canfd_user.h32 int (*post_cmd)(struct peak_canfd_priv *priv); member
Dpeak_canfd.c80 if (priv->post_cmd) in pucan_write_cmd()
81 err = priv->post_cmd(priv); in pucan_write_cmd()
Dpeak_pciefd_main.c600 priv->ucan.post_cmd = pciefd_post_cmd; in pciefd_can_probe()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c154 static const char *post_cmd = NULL; variable
642 if (post_cmd) { in run_perf_stat()
643 ret = system(post_cmd); in run_perf_stat()
776 OPT_STRING(0, "post", &post_cmd, "command",