Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.h17 struct vsp1_dl_list;
62 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm);
63 void vsp1_dl_list_put(struct vsp1_dl_list *dl);
64 struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl);
65 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
66 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
76 int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb);
77 int vsp1_dl_list_add_chain(struct vsp1_dl_list *head, struct vsp1_dl_list *dl);
H A Dvsp1_dl.c185 struct vsp1_dl_list { struct
228 struct vsp1_dl_list *active;
229 struct vsp1_dl_list *queued;
230 struct vsp1_dl_list *pending;
539 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd()
555 static struct vsp1_dl_list *vsp1_dl_list_alloc(struct vsp1_dl_manager *dlm) in vsp1_dl_list_alloc()
557 struct vsp1_dl_list *dl; in vsp1_dl_list_alloc()
585 static void vsp1_dl_list_bodies_put(struct vsp1_dl_list *dl) in vsp1_dl_list_bodies_put()
595 static void vsp1_dl_list_free(struct vsp1_dl_list *dl) in vsp1_dl_list_free()
611 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm) in vsp1_dl_list_get()
[all …]
H A Dvsp1_hgt.c131 struct vsp1_dl_list *dl, in hgt_configure_stream()
H A Dvsp1_hgo.c135 struct vsp1_dl_list *dl, in hgo_configure_stream()
H A Dvsp1_video.c258 struct vsp1_dl_list *dl, in vsp1_video_pipeline_run_partition()
274 struct vsp1_dl_list *dl; in vsp1_video_pipeline_run()
298 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run()