Searched refs:shmob_drm_crtc (Results 1 – 4 of 4) sorted by relevance
23 struct shmob_drm_crtc { struct50 void shmob_drm_crtc_cancel_page_flip(struct shmob_drm_crtc *scrtc, argument52 void shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc);53 void shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc);54 void shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc);
72 static void shmob_drm_crtc_setup_geometry(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_setup_geometry()130 static void shmob_drm_crtc_start_stop(struct shmob_drm_crtc *scrtc, bool start) in shmob_drm_crtc_start_stop()163 static void shmob_drm_crtc_start(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_start()264 static void shmob_drm_crtc_stop(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_stop()290 void shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_suspend()295 void shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_resume()303 static void shmob_drm_crtc_compute_base(struct shmob_drm_crtc *scrtc, in shmob_drm_crtc_compute_base()331 static void shmob_drm_crtc_update_base(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_update_base()345 #define to_shmob_crtc(c) container_of(c, struct shmob_drm_crtc, crtc)349 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); in shmob_drm_crtc_dpms()[all …]
2 shmob_drm_crtc.o \
42 struct shmob_drm_crtc crtc;