Symbol: vsp1_dl_list
drivers/media/platform/renesas/vsp1/vsp1_brx.c
284
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_clu.c
175
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_clu.c
191
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1155
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1187
struct vsp1_dl_list *dl, *next;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
228
struct vsp1_dl_list *active;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
229
struct vsp1_dl_list *queued;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
230
struct vsp1_dl_list *pending;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
539
struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
555
static struct vsp1_dl_list *vsp1_dl_list_alloc(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
557
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
585
static void vsp1_dl_list_bodies_put(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
595
static void vsp1_dl_list_free(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
611
struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
613
struct vsp1_dl_list *dl = NULL;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
621
dl = list_first_entry(&dlm->free, struct vsp1_dl_list, list);
drivers/media/platform/renesas/vsp1/vsp1_dl.c
638
static void __vsp1_dl_list_put(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
640
struct vsp1_dl_list *dl_next;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
691
void vsp1_dl_list_put(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
710
struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
731
int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
754
int vsp1_dl_list_add_chain(struct vsp1_dl_list *head,
drivers/media/platform/renesas/vsp1/vsp1_dl.c
755
struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
770
static void vsp1_dl_list_fill_header(struct vsp1_dl_list *dl, bool is_last)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
822
struct vsp1_dl_list *next = list_next_entry(dl, chain);
drivers/media/platform/renesas/vsp1/vsp1_dl.c
870
static void vsp1_dl_list_hw_enqueue(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
885
static void vsp1_dl_list_commit_continuous(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
922
static void vsp1_dl_list_commit_singleshot(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
936
void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
939
struct vsp1_dl_list *dl_next;
drivers/media/platform/renesas/vsp1/vsp1_dl.h
17
struct vsp1_dl_list;
drivers/media/platform/renesas/vsp1/vsp1_dl.h
62
struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
63
void vsp1_dl_list_put(struct vsp1_dl_list *dl);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
64
struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
65
struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
66
void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
76
int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
77
int vsp1_dl_list_add_chain(struct vsp1_dl_list *head, struct vsp1_dl_list *dl);
drivers/media/platform/renesas/vsp1/vsp1_drm.c
550
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_entity.c
80
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.c
89
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.c
99
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
160
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
165
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
171
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
19
struct vsp1_dl_list;
drivers/media/platform/renesas/vsp1/vsp1_entity.h
85
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
89
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
94
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_hgo.c
135
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_hgt.c
131
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_hsit.c
141
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_iif.c
84
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_lif.c
88
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_lut.c
151
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_lut.c
161
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_pipe.h
20
struct vsp1_dl_list;
drivers/media/platform/renesas/vsp1/vsp1_rpf.c
268
struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_rpf.c
299
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_rpf.c
315
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_rpf.c
53
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_sru.c
277
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_uds.c
264
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_uds.c
311
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_uif.c
193
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_video.c
258
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_video.c
274
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_video.c
298
struct vsp1_dl_list *dl_next;
drivers/media/platform/renesas/vsp1/vsp1_vspx.c
132
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_vspx.c
417
struct vsp1_dl_list *second_dl = NULL;
drivers/media/platform/renesas/vsp1/vsp1_vspx.c
419
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
211
struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
214
struct vsp1_dl_list *dl_next;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
234
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
370
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
397
struct vsp1_dl_list *dl,
include/media/vsp1.h
17
struct vsp1_dl_list;
include/media/vsp1.h
183
struct vsp1_dl_list *dl;