Home
last modified time | relevance | path

Searched refs:vsp1_dl_ext_cmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c160 struct vsp1_dl_ext_cmd *cmds;
194 struct vsp1_dl_ext_cmd *pre_cmd;
195 struct vsp1_dl_ext_cmd *post_cmd;
459 struct vsp1_dl_ext_cmd *cmd = &pool->cmds[i]; in vsp1_dl_cmd_pool_create()
486 struct vsp1_dl_ext_cmd *vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool) in vsp1_dl_ext_cmd_get()
488 struct vsp1_dl_ext_cmd *cmd = NULL; in vsp1_dl_ext_cmd_get()
494 cmd = list_first_entry(&pool->free, struct vsp1_dl_ext_cmd, in vsp1_dl_ext_cmd_get()
504 static void vsp1_dl_ext_cmd_put(struct vsp1_dl_ext_cmd *cmd) in vsp1_dl_ext_cmd_put()
532 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd()
743 static void vsp1_dl_ext_cmd_fill_header(struct vsp1_dl_ext_cmd *cmd) in vsp1_dl_ext_cmd_fill_header()
H A Dvsp1_dl.h37 struct vsp1_dl_ext_cmd { struct
65 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl); argument
H A Dvsp1_rpf.c244 struct vsp1_dl_ext_cmd *cmd; in vsp1_rpf_configure_autofld()