Symbol: vsp1_dl_list
drivers/media/platform/renesas/vsp1/vsp1_brx.c
268
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_clu.c
144
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_clu.c
160
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1132
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1164
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
529
struct vsp1_dl_ext_cmd *vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
545
static struct vsp1_dl_list *vsp1_dl_list_alloc(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
547
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
575
static void vsp1_dl_list_bodies_put(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
585
static void vsp1_dl_list_free(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
601
struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
603
struct vsp1_dl_list *dl = NULL;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
610
dl = list_first_entry(&dlm->free, struct vsp1_dl_list, list);
drivers/media/platform/renesas/vsp1/vsp1_dl.c
625
static void __vsp1_dl_list_put(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
627
struct vsp1_dl_list *dl_next;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
678
void vsp1_dl_list_put(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
695
struct vsp1_dl_body *vsp1_dl_list_get_body0(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
716
int vsp1_dl_list_add_body(struct vsp1_dl_list *dl, struct vsp1_dl_body *dlb)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
739
int vsp1_dl_list_add_chain(struct vsp1_dl_list *head,
drivers/media/platform/renesas/vsp1/vsp1_dl.c
740
struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
755
static void vsp1_dl_list_fill_header(struct vsp1_dl_list *dl, bool is_last)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
807
struct vsp1_dl_list *next = list_next_entry(dl, chain);
drivers/media/platform/renesas/vsp1/vsp1_dl.c
855
static void vsp1_dl_list_hw_enqueue(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
870
static void vsp1_dl_list_commit_continuous(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
907
static void vsp1_dl_list_commit_singleshot(struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
921
void vsp1_dl_list_commit(struct vsp1_dl_list *dl, unsigned int dl_flags)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
924
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
66
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_entity.c
102
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.c
83
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.c
92
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
169
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
174
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
180
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
182
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_iif.c
57
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_lif.c
60
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_lut.c
120
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_lut.c
130
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
261
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_uds.c
247
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_uds.c
294
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_uif.c
154
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_video.c
253
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_video.c
269
struct vsp1_dl_list *dl;
drivers/media/platform/renesas/vsp1/vsp1_video.c
293
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
204
struct vsp1_dl_list *dl)
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
207
struct vsp1_dl_list *dl_next;
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
227
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
363
struct vsp1_dl_list *dl,
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
389
struct vsp1_dl_list *dl,
include/media/vsp1.h
17
struct vsp1_dl_list;
include/media/vsp1.h
184
struct vsp1_dl_list *dl;