Home
last modified time | relevance | path

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

/drivers/media/platform/vsp1/
Dvsp1_dl.c194 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 …]
/drivers/net/can/peak_canfd/
Dpeak_canfd_user.h29 int (*pre_cmd)(struct peak_canfd_priv *priv); member
Dpeak_canfd.c69 if (priv->pre_cmd) { in pucan_write_cmd()
70 err = priv->pre_cmd(priv); in pucan_write_cmd()
Dpeak_pciefd_main.c595 priv->ucan.pre_cmd = pciefd_pre_cmd; in pciefd_can_probe()
/drivers/perf/hisilicon/
Dhisi_uncore_ddrc_pmu.c288 HISI_PMU_EVENT_ATTR(pre_cmd, 0x04),