Lines Matching refs:crtc
187 atmel_hlcdc_crtc_irq(dc->crtc); in atmel_hlcdc_dc_irq_handler()
417 struct drm_crtc *crtc; in atmel_hlcdc_dc_preclose() local
419 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in atmel_hlcdc_dc_preclose()
420 atmel_hlcdc_crtc_cancel_page_flip(crtc, file); in atmel_hlcdc_dc_preclose()
456 static int atmel_hlcdc_dc_enable_vblank(struct drm_device *dev, int crtc) in atmel_hlcdc_dc_enable_vblank() argument
466 static void atmel_hlcdc_dc_disable_vblank(struct drm_device *dev, int crtc) in atmel_hlcdc_dc_disable_vblank() argument
566 struct drm_crtc *crtc; in atmel_hlcdc_dc_drm_suspend() local
572 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) in atmel_hlcdc_dc_drm_suspend()
573 atmel_hlcdc_crtc_suspend(crtc); in atmel_hlcdc_dc_drm_suspend()
581 struct drm_crtc *crtc; in atmel_hlcdc_dc_drm_resume() local
587 list_for_each_entry(crtc, &drm_dev->mode_config.crtc_list, head) in atmel_hlcdc_dc_drm_resume()
588 atmel_hlcdc_crtc_resume(crtc); in atmel_hlcdc_dc_drm_resume()