Home
last modified time | relevance | path

Searched refs:hdlcd_drm_private (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/arm/
H A Dhdlcd_drv.h9 struct hdlcd_drm_private { struct
24 #define drm_to_hdlcd_priv(x) container_of(x, struct hdlcd_drm_private, base) argument
25 #define crtc_to_hdlcd_priv(x) container_of(x, struct hdlcd_drm_private, crtc)
27 static inline void hdlcd_write(struct hdlcd_drm_private *hdlcd, in hdlcd_write()
33 static inline u32 hdlcd_read(struct hdlcd_drm_private *hdlcd, unsigned int reg) in hdlcd_read()
39 void hdlcd_set_scanout(struct hdlcd_drm_private *hdlcd);