Searched refs:ltdc_device (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/stm/
H A Ddrv.c73 struct ltdc_device *ldev;
124 struct ltdc_device *ldev = ddev->dev_private;
142 struct ltdc_device *ldev = ddev->dev_private;
H A Dltdc.c484 static inline struct ltdc_device *crtc_to_ltdc(struct drm_crtc *crtc)
486 return (struct ltdc_device *)crtc->dev->dev_private;
489 static inline struct ltdc_device *plane_to_ltdc(struct drm_plane *plane)
491 return (struct ltdc_device *)plane->dev->dev_private;
494 static inline struct ltdc_device *encoder_to_ltdc(struct drm_encoder *enc)
496 return (struct ltdc_device *)enc->dev->dev_private;
554 struct ltdc_device *ldev = plane_to_ltdc(plane);
616 struct ltdc_device *ldev = plane_to_ltdc(plane);
662 struct ltdc_device *ldev = plane_to_ltdc(plane);
687 static inline void ltdc_irq_crc_handle(struct ltdc_device *lde
[all...]
H A Dltdc.h43 struct ltdc_device { struct

Completed in 153 milliseconds