crtc_funcs       2534 drivers/gpu/drm/drm_atomic_helper.c 	const struct drm_crtc_helper_funcs *crtc_funcs;
crtc_funcs       2545 drivers/gpu/drm/drm_atomic_helper.c 	crtc_funcs = crtc->helper_private;
crtc_funcs       2546 drivers/gpu/drm/drm_atomic_helper.c 	if (crtc_funcs && crtc_funcs->atomic_begin)
crtc_funcs       2547 drivers/gpu/drm/drm_atomic_helper.c 		crtc_funcs->atomic_begin(crtc, old_crtc_state);
crtc_funcs       2572 drivers/gpu/drm/drm_atomic_helper.c 	if (crtc_funcs && crtc_funcs->atomic_flush)
crtc_funcs       2573 drivers/gpu/drm/drm_atomic_helper.c 		crtc_funcs->atomic_flush(crtc, old_crtc_state);
crtc_funcs       2598 drivers/gpu/drm/drm_atomic_helper.c 	const struct drm_crtc_helper_funcs *crtc_funcs =
crtc_funcs       2602 drivers/gpu/drm/drm_atomic_helper.c 	if (atomic && crtc_funcs && crtc_funcs->atomic_begin)
crtc_funcs       2603 drivers/gpu/drm/drm_atomic_helper.c 		crtc_funcs->atomic_begin(crtc, NULL);
crtc_funcs       2617 drivers/gpu/drm/drm_atomic_helper.c 	if (atomic && crtc_funcs && crtc_funcs->atomic_flush)
crtc_funcs       2618 drivers/gpu/drm/drm_atomic_helper.c 		crtc_funcs->atomic_flush(crtc, NULL);
crtc_funcs        184 drivers/gpu/drm/drm_crtc_helper.c 		const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        187 drivers/gpu/drm/drm_crtc_helper.c 			if (crtc_funcs->disable)
crtc_funcs        188 drivers/gpu/drm/drm_crtc_helper.c 				(*crtc_funcs->disable)(crtc);
crtc_funcs        190 drivers/gpu/drm/drm_crtc_helper.c 				(*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF);
crtc_funcs        278 drivers/gpu/drm/drm_crtc_helper.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        335 drivers/gpu/drm/drm_crtc_helper.c 	if (crtc_funcs->mode_fixup) {
crtc_funcs        336 drivers/gpu/drm/drm_crtc_helper.c 		if (!(ret = crtc_funcs->mode_fixup(crtc, mode,
crtc_funcs        363 drivers/gpu/drm/drm_crtc_helper.c 	crtc_funcs->prepare(crtc);
crtc_funcs        368 drivers/gpu/drm/drm_crtc_helper.c 	ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
crtc_funcs        388 drivers/gpu/drm/drm_crtc_helper.c 	crtc_funcs->commit(crtc);
crtc_funcs        511 drivers/gpu/drm/drm_crtc_helper.c 	const struct drm_crtc_helper_funcs *crtc_funcs;
crtc_funcs        526 drivers/gpu/drm/drm_crtc_helper.c 	crtc_funcs = set->crtc->helper_private;
crtc_funcs        701 drivers/gpu/drm/drm_crtc_helper.c 	if (fb_changed && !crtc_funcs->mode_set_base)
crtc_funcs        731 drivers/gpu/drm/drm_crtc_helper.c 		ret = crtc_funcs->mode_set_base(set->crtc,
crtc_funcs        867 drivers/gpu/drm/drm_crtc_helper.c 			const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        868 drivers/gpu/drm/drm_crtc_helper.c 			if (crtc_funcs->dpms)
crtc_funcs        869 drivers/gpu/drm/drm_crtc_helper.c 				(*crtc_funcs->dpms) (crtc,
crtc_funcs        881 drivers/gpu/drm/drm_crtc_helper.c 			const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        882 drivers/gpu/drm/drm_crtc_helper.c 			if (crtc_funcs->dpms)
crtc_funcs        883 drivers/gpu/drm/drm_crtc_helper.c 				(*crtc_funcs->dpms) (crtc,
crtc_funcs        922 drivers/gpu/drm/drm_crtc_helper.c 	const struct drm_crtc_helper_funcs *crtc_funcs;
crtc_funcs        954 drivers/gpu/drm/drm_crtc_helper.c 			crtc_funcs = crtc->helper_private;
crtc_funcs        955 drivers/gpu/drm/drm_crtc_helper.c 			if (crtc_funcs->dpms)
crtc_funcs        956 drivers/gpu/drm/drm_crtc_helper.c 				(*crtc_funcs->dpms) (crtc,
crtc_funcs        175 drivers/gpu/drm/drm_probe_helper.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        177 drivers/gpu/drm/drm_probe_helper.c 	if (!crtc_funcs || !crtc_funcs->mode_valid)
crtc_funcs        180 drivers/gpu/drm/drm_probe_helper.c 	return crtc_funcs->mode_valid(crtc, mode);
crtc_funcs        599 drivers/gpu/drm/gma500/cdv_device.c 	.crtc_funcs = &cdv_intel_crtc_funcs,
crtc_funcs        816 drivers/gpu/drm/gma500/cdv_intel_display.c 		const struct drm_crtc_helper_funcs *crtc_funcs =
crtc_funcs        818 drivers/gpu/drm/gma500/cdv_intel_display.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
crtc_funcs        472 drivers/gpu/drm/gma500/gma_display.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        473 drivers/gpu/drm/gma500/gma_display.c 	crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
crtc_funcs        478 drivers/gpu/drm/gma500/gma_display.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        479 drivers/gpu/drm/gma500/gma_display.c 	crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
crtc_funcs        485 drivers/gpu/drm/gma500/gma_display.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        487 drivers/gpu/drm/gma500/gma_display.c 	crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
crtc_funcs        529 drivers/gpu/drm/gma500/mdfld_device.c 	.crtc_funcs = &psb_intel_crtc_funcs,
crtc_funcs        839 drivers/gpu/drm/gma500/mdfld_intel_display.c 		const struct drm_crtc_helper_funcs *crtc_funcs =
crtc_funcs        841 drivers/gpu/drm/gma500/mdfld_intel_display.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
crtc_funcs        478 drivers/gpu/drm/gma500/oaktrail_crtc.c 		const struct drm_crtc_helper_funcs *crtc_funcs =
crtc_funcs        480 drivers/gpu/drm/gma500/oaktrail_crtc.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
crtc_funcs        551 drivers/gpu/drm/gma500/oaktrail_device.c 	.crtc_funcs = &psb_intel_crtc_funcs,
crtc_funcs        352 drivers/gpu/drm/gma500/oaktrail_hdmi.c 		const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        353 drivers/gpu/drm/gma500/oaktrail_hdmi.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
crtc_funcs        333 drivers/gpu/drm/gma500/psb_device.c 	.crtc_funcs = &psb_intel_crtc_funcs,
crtc_funcs        627 drivers/gpu/drm/gma500/psb_drv.h 	struct drm_crtc_funcs const *crtc_funcs;
crtc_funcs        100 drivers/gpu/drm/gma500/psb_intel_display.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs        114 drivers/gpu/drm/gma500/psb_intel_display.c 		crtc_funcs->mode_set_base(crtc, x, y, old_fb);
crtc_funcs        289 drivers/gpu/drm/gma500/psb_intel_display.c 	crtc_funcs->mode_set_base(crtc, x, y, old_fb);
crtc_funcs        501 drivers/gpu/drm/gma500/psb_intel_display.c 	drm_crtc_init(dev, &gma_crtc->base, dev_priv->ops->crtc_funcs);
crtc_funcs        643 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 	const struct drm_crtc_helper_funcs *crtc_funcs = NULL;
crtc_funcs        661 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 		crtc_funcs = crtc->helper_private;
crtc_funcs        662 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 		if (crtc_funcs && crtc_funcs->mode_fixup)
crtc_funcs        663 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 			if (!crtc_funcs->mode_fixup(crtc, mode, &adj_mode))
crtc_funcs        952 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c 	.crtc_funcs = &ade_crtc_funcs,
crtc_funcs         59 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c 					driver_data->crtc_funcs, NULL);
crtc_funcs         46 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h 	const struct drm_crtc_funcs *crtc_funcs;
crtc_funcs       1356 drivers/gpu/drm/mgag200/mgag200_mode.c 	const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private;
crtc_funcs       1375 drivers/gpu/drm/mgag200/mgag200_mode.c 	crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
crtc_funcs        469 drivers/gpu/drm/shmobile/shmob_drm_crtc.c static const struct drm_crtc_funcs crtc_funcs = {
crtc_funcs        484 drivers/gpu/drm/shmobile/shmob_drm_crtc.c 	ret = drm_crtc_init(sdev->ddev, crtc, &crtc_funcs);