Symbol: vsp1_dl_manager
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1065
void vsp1_dlm_reset(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1084
struct vsp1_dl_body *vsp1_dlm_dl_body_get(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1089
struct vsp1_dl_manager *vsp1_dlm_create(struct vsp1_device *vsp1,
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1093
struct vsp1_dl_manager *dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
1162
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
531
struct vsp1_dl_manager *dlm = dl->dlm;
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
601
struct vsp1_dl_list *vsp1_dl_list_get(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
757
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
841
static bool vsp1_dl_list_hw_update_pending(struct vsp1_dl_manager *dlm)
drivers/media/platform/renesas/vsp1/vsp1_dl.c
857
struct vsp1_dl_manager *dlm = dl->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
909
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
923
struct vsp1_dl_manager *dlm = dl->dlm;
drivers/media/platform/renesas/vsp1/vsp1_dl.c
970
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
28
struct vsp1_dl_manager;
drivers/media/platform/renesas/vsp1/vsp1_rwpf.h
66
struct vsp1_dl_manager *dlm;