Searched refs:hdlcd_drm_private (Results 1 – 3 of 3) sorted by relevance
9 struct hdlcd_drm_private { struct24 #define drm_to_hdlcd_priv(x) container_of(x, struct hdlcd_drm_private, base) argument25 #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);
40 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_cleanup()49 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_enable_vblank()59 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_disable_vblank()84 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_set_pxl_fmt()129 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_mode_set_nofb()172 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_atomic_enable()183 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_atomic_disable()193 struct hdlcd_drm_private *hdlcd = crtc_to_hdlcd_priv(crtc); in hdlcd_crtc_mode_valid()267 struct hdlcd_drm_private *hdlcd; in hdlcd_plane_atomic_update()299 struct hdlcd_drm_private *hdlcd = drm_to_hdlcd_priv(drm); in hdlcd_plane_init()[all …]
43 struct hdlcd_drm_private *hdlcd = arg; in hdlcd_irq()71 static int hdlcd_irq_install(struct hdlcd_drm_private *hdlcd) in hdlcd_irq_install()91 static void hdlcd_irq_uninstall(struct hdlcd_drm_private *hdlcd) in hdlcd_irq_uninstall()101 struct hdlcd_drm_private *hdlcd = drm_to_hdlcd_priv(drm); in hdlcd_load()200 struct hdlcd_drm_private *hdlcd = drm_to_hdlcd_priv(drm); in hdlcd_show_underrun_count()213 struct hdlcd_drm_private *hdlcd = drm_to_hdlcd_priv(drm); in hdlcd_show_pxlclock()244 struct hdlcd_drm_private *hdlcd; in hdlcd_drm_bind()328 struct hdlcd_drm_private *hdlcd = drm_to_hdlcd_priv(drm); in hdlcd_drm_unbind()
Completed in 5 milliseconds