Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
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;
457 struct vsp1_dl_ext_cmd *cmd = &pool->cmds[i]; in vsp1_dl_cmd_pool_create()
484 struct vsp1_dl_ext_cmd *vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool) in vsp1_dl_ext_cmd_get()
486 struct vsp1_dl_ext_cmd *cmd = NULL; in vsp1_dl_ext_cmd_get()
492 cmd = list_first_entry(&pool->free, struct vsp1_dl_ext_cmd, in vsp1_dl_ext_cmd_get()
502 static void vsp1_dl_ext_cmd_put(struct vsp1_dl_ext_cmd *cmd) in vsp1_dl_ext_cmd_put()
530 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd()
739 static void vsp1_dl_ext_cmd_fill_header(struct vsp1_dl_ext_cmd *cmd) in vsp1_dl_ext_cmd_fill_header()
Dvsp1_dl.h35 struct vsp1_dl_ext_cmd { struct
63 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl); argument
Dvsp1_rpf.c199 struct vsp1_dl_ext_cmd *cmd; in vsp1_rpf_configure_autofld()