Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c161 struct vsp1_dl_ext_cmd *cmds;
196 struct vsp1_dl_ext_cmd *pre_cmd;
197 struct vsp1_dl_ext_cmd *post_cmd;
466 struct vsp1_dl_ext_cmd *cmd = &pool->cmds[i]; in vsp1_dl_cmd_pool_create()
493 struct vsp1_dl_ext_cmd *vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool) in vsp1_dl_ext_cmd_get()
495 struct vsp1_dl_ext_cmd *cmd = NULL; in vsp1_dl_ext_cmd_get()
501 cmd = list_first_entry(&pool->free, struct vsp1_dl_ext_cmd, in vsp1_dl_ext_cmd_get()
511 static void vsp1_dl_ext_cmd_put(struct vsp1_dl_ext_cmd *cmd) in vsp1_dl_ext_cmd_put()
539 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd()
762 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.c271 struct vsp1_dl_ext_cmd *cmd; in vsp1_rpf_configure_autofld()