Searched refs:pre_cmd (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/media/platform/renesas/vsp1/ |
D | vsp1_dl.c | 194 struct vsp1_dl_ext_cmd *pre_cmd; member 536 if (dl->pre_cmd) in vsp1_dl_get_pre_cmd() 537 return dl->pre_cmd; in vsp1_dl_get_pre_cmd() 539 dl->pre_cmd = vsp1_dl_ext_cmd_get(dlm->cmdpool); in vsp1_dl_get_pre_cmd() 541 return dl->pre_cmd; in vsp1_dl_get_pre_cmd() 648 vsp1_dl_ext_cmd_put(dl->pre_cmd); in __vsp1_dl_list_put() 651 dl->pre_cmd = NULL; in __vsp1_dl_list_put() 820 if (dl->pre_cmd) { in vsp1_dl_list_fill_header() 821 dl->extension->pre_ext_dl_plist = dl->pre_cmd->cmd_dma; in vsp1_dl_list_fill_header() 822 dl->extension->pre_ext_dl_num_cmd = dl->pre_cmd->num_cmds; in vsp1_dl_list_fill_header() [all …]
|
/Linux-v6.6/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1101 struct sw_chnl_cmd *pre_cmd; in rtl8192_phy_SwChnlStepByStep() local 1111 pre_cmd = kcalloc(MAX_PRECMD_CNT, sizeof(*pre_cmd), GFP_KERNEL); in rtl8192_phy_SwChnlStepByStep() 1112 if (!pre_cmd) in rtl8192_phy_SwChnlStepByStep() 1117 kfree(pre_cmd); in rtl8192_phy_SwChnlStepByStep() 1123 kfree(pre_cmd); in rtl8192_phy_SwChnlStepByStep() 1141 rtl8192_phy_SetSwChnlCmdArray(pre_cmd, pre_cmd_cnt++, in rtl8192_phy_SwChnlStepByStep() 1144 rtl8192_phy_SetSwChnlCmdArray(pre_cmd, pre_cmd_cnt++, in rtl8192_phy_SwChnlStepByStep() 1202 current_cmd = &pre_cmd[*step]; in rtl8192_phy_SwChnlStepByStep() 1262 kfree(pre_cmd); in rtl8192_phy_SwChnlStepByStep()
|
/Linux-v6.6/drivers/net/can/peak_canfd/ |
D | peak_canfd_user.h | 29 int (*pre_cmd)(struct peak_canfd_priv *priv); member
|
D | peak_canfd.c | 70 if (priv->pre_cmd) { in pucan_write_cmd() 71 err = priv->pre_cmd(priv); in pucan_write_cmd()
|
D | peak_pciefd_main.c | 594 priv->ucan.pre_cmd = pciefd_pre_cmd; in pciefd_can_probe()
|
/Linux-v6.6/drivers/perf/hisilicon/ |
D | hisi_uncore_ddrc_pmu.c | 361 HISI_PMU_EVENT_ATTR(pre_cmd, 0x04),
|
/Linux-v6.6/tools/perf/ |
D | builtin-stat.c | 122 static const char *pre_cmd = NULL; variable 951 if (pre_cmd) { in run_perf_stat() 952 ret = system(pre_cmd); in run_perf_stat() 1223 OPT_STRING(0, "pre", &pre_cmd, "command",
|