Symbol: apple_crtc
sys/dev/pci/drm/apple/apple_drv.c
198
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
sys/dev/pci/drm/apple/apple_drv.c
199
dcp_poweron(apple_crtc->dcp);
sys/dev/pci/drm/apple/apple_drv.c
213
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
sys/dev/pci/drm/apple/apple_drv.c
214
dcp_poweroff(apple_crtc->dcp);
sys/dev/pci/drm/apple/apple_drv.c
229
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
sys/dev/pci/drm/apple/apple_drv.c
234
apple_crtc->event = crtc->state->event;
sys/dev/pci/drm/apple/apple_drv.c
319
struct apple_crtc *crtc;
sys/dev/pci/drm/apple/dcp-internal.h
112
struct apple_crtc *crtc;
sys/dev/pci/drm/apple/dcp.c
339
void dcp_link(struct platform_device *pdev, struct apple_crtc *crtc,
sys/dev/pci/drm/apple/dcp.c
50
void dcp_drm_crtc_vblank(struct apple_crtc *crtc)
sys/dev/pci/drm/apple/dcp.h
23
#define to_apple_crtc(x) container_of(x, struct apple_crtc, base)
sys/dev/pci/drm/apple/dcp.h
49
void dcp_link(struct platform_device *pdev, struct apple_crtc *apple,
sys/dev/pci/drm/apple/dcp.h
55
void apple_crtc_vblank(struct apple_crtc *apple);
sys/dev/pci/drm/apple/dcp.h
56
void dcp_drm_crtc_vblank(struct apple_crtc *crtc);
sys/dev/pci/drm/apple/iomfb.c
428
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
sys/dev/pci/drm/apple/iomfb.c
429
struct apple_dcp *dcp = platform_get_drvdata(apple_crtc->dcp);
sys/dev/pci/drm/apple/iomfb.c
468
struct apple_crtc *apple_crtc = to_apple_crtc(crtc);
sys/dev/pci/drm/apple/iomfb.c
469
struct platform_device *pdev = apple_crtc->dcp;