apple_crtc
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
dcp_poweron(apple_crtc->dcp);
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
dcp_poweroff(apple_crtc->dcp);
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
apple_crtc->event = crtc->state->event;
struct apple_crtc *crtc;
struct apple_crtc *crtc;
void dcp_link(struct platform_device *pdev, struct apple_crtc *crtc,
void dcp_drm_crtc_vblank(struct apple_crtc *crtc)
#define to_apple_crtc(x) container_of(x, struct apple_crtc, base)
void dcp_link(struct platform_device *pdev, struct apple_crtc *apple,
void apple_crtc_vblank(struct apple_crtc *apple);
void dcp_drm_crtc_vblank(struct apple_crtc *crtc);
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
struct apple_dcp *dcp = platform_get_drvdata(apple_crtc->dcp);
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
struct platform_device *pdev = apple_crtc->dcp;