Symbol: vsp1_dl_manager
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1086
void vsp1_dlm_reset(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1107
struct vsp1_dl_body *vsp1_dlm_dl_body_get(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1112
struct vsp1_dl_manager *vsp1_dlm_create(struct vsp1_device *vsp1,
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1116
struct vsp1_dl_manager *dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1185
void vsp1_dlm_destroy(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
187
struct vsp1_dl_manager *dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
541
struct vsp1_dl_manager *dlm = dl->dlm;
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
611
struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
772
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
856
static bool vsp1_dl_list_hw_update_pending(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
872
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
887
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
924
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
938
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
988
unsigned int vsp1_dlm_irq_frame_end(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.h
18
struct vsp1_dl_manager;
drivers/media/platform/renesas/vsp1/vsp1_dl.h
54
struct vsp1_dl_manager *vsp1_dlm_create(struct vsp1_device *vsp1,
drivers/media/platform/renesas/vsp1/vsp1_dl.h
57
void vsp1_dlm_destroy(struct vsp1_dl_manager *dlm);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
58
void vsp1_dlm_reset(struct vsp1_dl_manager *dlm);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
59
unsigned int vsp1_dlm_irq_frame_end(struct vsp1_dl_manager *dlm);
drivers/media/platform/renesas/vsp1/vsp1_dl.h
60
struct vsp1_dl_body *vsp1_dlm_dl_body_get(struct vsp1_dl_manager *dlm);
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_rwpf.h
25
struct vsp1_dl_manager;
drivers/media/platform/renesas/vsp1/vsp1_rwpf.h
66
struct vsp1_dl_manager *dlm;