d71_pipeline     1146 drivers/gpu/drm/arm/display/komeda/d71/d71_component.c 	struct d71_pipeline *pipe;
d71_pipeline       12 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c static u64 get_lpu_event(struct d71_pipeline *d71_pipeline)
d71_pipeline       14 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	u32 __iomem *reg = d71_pipeline->lpu_addr;
d71_pipeline       82 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c static u64 get_cu_event(struct d71_pipeline *d71_pipeline)
d71_pipeline       84 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	u32 __iomem *reg = d71_pipeline->cu_addr;
d71_pipeline      109 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c static u64 get_dou_event(struct d71_pipeline *d71_pipeline)
d71_pipeline      111 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	u32 __iomem *reg = d71_pipeline->dou_addr;
d71_pipeline      150 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c static u64 get_pipeline_event(struct d71_pipeline *d71_pipeline, u32 gcu_status)
d71_pipeline      155 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 		evts |= get_lpu_event(d71_pipeline);
d71_pipeline      158 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 		evts |= get_cu_event(d71_pipeline);
d71_pipeline      161 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 		evts |= get_dou_event(d71_pipeline);
d71_pipeline      210 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	struct d71_pipeline *pipe;
d71_pipeline      230 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	struct d71_pipeline *pipe;
d71_pipeline      249 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 	struct d71_pipeline *pipe = d71->pipes[master_pipe];
d71_pipeline      392 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c 		pipe = komeda_pipeline_add(mdev, sizeof(struct d71_pipeline),
d71_pipeline       41 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h 	struct d71_pipeline *pipes[D71_MAX_PIPELINE];
d71_pipeline       44 drivers/gpu/drm/arm/display/komeda/d71/d71_dev.h #define to_d71_pipeline(x)	container_of(x, struct d71_pipeline, base)