Searched refs:shmob_drm_crtc (Results 1 – 5 of 5) sorted by relevance
22 struct shmob_drm_crtc { struct47 void shmob_drm_crtc_finish_page_flip(struct shmob_drm_crtc *scrtc); argument48 void shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc);49 void shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc);
64 static void shmob_drm_crtc_setup_geometry(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_setup_geometry()122 static void shmob_drm_crtc_start_stop(struct shmob_drm_crtc *scrtc, bool start) in shmob_drm_crtc_start_stop()155 static void shmob_drm_crtc_start(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_start()257 static void shmob_drm_crtc_stop(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_stop()277 void shmob_drm_crtc_suspend(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_suspend()282 void shmob_drm_crtc_resume(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_resume()290 static void shmob_drm_crtc_compute_base(struct shmob_drm_crtc *scrtc, in shmob_drm_crtc_compute_base()312 static void shmob_drm_crtc_update_base(struct shmob_drm_crtc *scrtc) in shmob_drm_crtc_update_base()326 #define to_shmob_crtc(c) container_of(c, struct shmob_drm_crtc, crtc)330 struct shmob_drm_crtc *scrtc = to_shmob_crtc(crtc); in shmob_drm_crtc_dpms()[all …]
3 shmob_drm_crtc.o \
37 struct shmob_drm_crtc crtc;
[all...]