Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_dl.c178 * @post_cmd: post command to be issued through extended dl header
195 struct vsp1_dl_ext_cmd *post_cmd; member
649 vsp1_dl_ext_cmd_put(dl->post_cmd); in __vsp1_dl_list_put()
652 dl->post_cmd = NULL; in __vsp1_dl_list_put()
828 if (dl->post_cmd) { in vsp1_dl_list_fill_header()
829 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma; in vsp1_dl_list_fill_header()
830 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header()
833 vsp1_dl_ext_cmd_fill_header(dl->post_cmd); in vsp1_dl_list_fill_header()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c178 * @post_cmd: post command to be issued through extended dl header
195 struct vsp1_dl_ext_cmd *post_cmd; member
649 vsp1_dl_ext_cmd_put(dl->post_cmd); in __vsp1_dl_list_put()
652 dl->post_cmd = NULL; in __vsp1_dl_list_put()
828 if (dl->post_cmd) { in vsp1_dl_list_fill_header()
829 dl->extension->post_ext_dl_plist = dl->post_cmd->cmd_dma; in vsp1_dl_list_fill_header()
830 dl->extension->post_ext_dl_num_cmd = dl->post_cmd->num_cmds; in vsp1_dl_list_fill_header()
833 vsp1_dl_ext_cmd_fill_header(dl->post_cmd); in vsp1_dl_list_fill_header()
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/
H A Dpeak_canfd_user.h31 int (*post_cmd)(struct peak_canfd_priv *priv); member
H A Dpeak_canfd.c79 if (priv->post_cmd) in pucan_write_cmd()
80 err = priv->post_cmd(priv); in pucan_write_cmd()
H A Dpeak_pciefd_main.c597 priv->ucan.post_cmd = pciefd_post_cmd; in pciefd_can_probe()
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/
H A Dpeak_canfd_user.h31 int (*post_cmd)(struct peak_canfd_priv *priv); member
H A Dpeak_canfd.c80 if (priv->post_cmd) in pucan_write_cmd()
81 err = priv->post_cmd(priv); in pucan_write_cmd()
H A Dpeak_pciefd_main.c596 priv->ucan.post_cmd = pciefd_post_cmd; in pciefd_can_probe()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/
H A Dr819xU_phy.c1103 struct sw_chnl_cmd *post_cmd; in rtl8192_phy_SwChnlStepByStep() local
1115 post_cmd = kcalloc(MAX_POSTCMD_CNT, sizeof(*post_cmd), GFP_KERNEL); in rtl8192_phy_SwChnlStepByStep()
1116 if (!post_cmd) { in rtl8192_phy_SwChnlStepByStep()
1124 kfree(post_cmd); in rtl8192_phy_SwChnlStepByStep()
1148 rtl8192_phy_SetSwChnlCmdArray(post_cmd, post_cmd_cnt++, in rtl8192_phy_SwChnlStepByStep()
1208 current_cmd = &post_cmd[*step]; in rtl8192_phy_SwChnlStepByStep()
1263 kfree(post_cmd); in rtl8192_phy_SwChnlStepByStep()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c165 static const char *post_cmd = NULL; variable
961 if (post_cmd) { in run_perf_stat()
962 ret = system(post_cmd); in run_perf_stat()
1126 OPT_STRING(0, "post", &post_cmd, "command",
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c123 static const char *post_cmd = NULL; variable
964 if (post_cmd) { in run_perf_stat()
965 ret = system(post_cmd); in run_perf_stat()
1225 OPT_STRING(0, "post", &post_cmd, "command",
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c167 goto post_cmd; in regmr_cmd()
182 post_cmd: in regmr_cmd()

Completed in 18 milliseconds