Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_dl.h17 struct vsp1_dl_list;
60 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm);
61 void vsp1_dl_list_put(struct vsp1_dl_list *dl);
62 struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl);
63 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
64 void vsp1_dl_list_commit(struct vsp1_dl_list *dl, bool internal);
74 int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb);
75 int vsp1_dl_list_add_chain(struct vsp1_dl_list *head, struct vsp1_dl_list *dl);
Dvsp1_dl.c183 struct vsp1_dl_list { struct
223 struct vsp1_dl_list *active; argument
224 struct vsp1_dl_list *queued;
225 struct vsp1_dl_list *pending;
530 struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl) in vsp1_dl_get_pre_cmd()
546 static struct vsp1_dl_list *vsp1_dl_list_alloc(struct vsp1_dl_manager *dlm) in vsp1_dl_list_alloc()
548 struct vsp1_dl_list *dl; in vsp1_dl_list_alloc()
574 static void vsp1_dl_list_bodies_put(struct vsp1_dl_list *dl) in vsp1_dl_list_bodies_put()
584 static void vsp1_dl_list_free(struct vsp1_dl_list *dl) in vsp1_dl_list_free()
600 struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm) in vsp1_dl_list_get()
[all …]
Dvsp1_entity.h19 struct vsp1_dl_list;
83 struct vsp1_dl_list *, struct vsp1_dl_body *);
86 struct vsp1_dl_list *,
162 struct vsp1_dl_list *dl,
167 struct vsp1_dl_list *dl,
Dvsp1_rpf.c196 struct vsp1_dl_list *dl) in vsp1_rpf_configure_autofld()
227 struct vsp1_dl_list *dl, in rpf_configure_frame()
242 struct vsp1_dl_list *dl, in rpf_configure_partition()
Dvsp1_pipe.h19 struct vsp1_dl_list;
Dvsp1_lut.c159 struct vsp1_dl_list *dl, in lut_configure_frame()
Dvsp1_entity.c82 struct vsp1_dl_list *dl, in vsp1_entity_configure_frame()
91 struct vsp1_dl_list *dl, in vsp1_entity_configure_partition()
Dvsp1_wpf.c328 struct vsp1_dl_list *dl, in wpf_configure_frame()
354 struct vsp1_dl_list *dl, in wpf_configure_partition()
Dvsp1_clu.c191 struct vsp1_dl_list *dl, in clu_configure_frame()
Dvsp1_video.c378 struct vsp1_dl_list *dl, in vsp1_video_pipeline_run_partition()
395 struct vsp1_dl_list *dl; in vsp1_video_pipeline_run()
419 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run()
Dvsp1_uds.c307 struct vsp1_dl_list *dl, in uds_configure_partition()
Dvsp1_drm.c538 struct vsp1_dl_list *dl; in vsp1_du_pipeline_configure()