Searched refs:apple_crtc (Results 1 – 5 of 5) sorted by relevance
14 struct apple_crtc { struct23 #define to_apple_crtc(x) container_of(x, struct apple_crtc, base) argument49 void dcp_link(struct platform_device *pdev, struct apple_crtc *apple,55 void apple_crtc_vblank(struct apple_crtc *apple);56 void dcp_drm_crtc_vblank(struct apple_crtc *crtc);
197 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in apple_crtc_atomic_enable() local198 dcp_poweron(apple_crtc->dcp); in apple_crtc_atomic_enable()212 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in apple_crtc_atomic_disable() local213 dcp_poweroff(apple_crtc->dcp); in apple_crtc_atomic_disable()228 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in apple_crtc_atomic_begin() local233 apple_crtc->event = crtc->state->event; in apple_crtc_atomic_begin()318 struct apple_crtc *crtc; in apple_probe_per_dcp()
428 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in dcp_crtc_atomic_modeset() local429 struct apple_dcp *dcp = platform_get_drvdata(apple_crtc->dcp); in dcp_crtc_atomic_modeset()468 struct apple_crtc *apple_crtc = to_apple_crtc(crtc); in dcp_crtc_mode_fixup() local469 struct platform_device *pdev = apple_crtc->dcp; in dcp_crtc_mode_fixup()
112 struct apple_crtc *crtc;
50 void dcp_drm_crtc_vblank(struct apple_crtc *crtc) in dcp_drm_crtc_vblank()339 void dcp_link(struct platform_device *pdev, struct apple_crtc *crtc, in dcp_link()