Searched refs:mixer_ops (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/exynos/
H A Dexynos_drm_hdmi.c34 static struct exynos_mixer_ops *mixer_ops; variable in typeref:struct:exynos_mixer_ops
55 mixer_ops = ops;
124 if (mixer_ops && mixer_ops->enable_vblank)
125 return mixer_ops->enable_vblank(ctx->mixer_ctx->ctx,
137 if (mixer_ops && mixer_ops->disable_vblank)
138 return mixer_ops->disable_vblank(ctx->mixer_ctx->ctx);
224 if (mixer_ops && mixer_ops
[all...]
H A Dexynos_mixer.c722 static struct exynos_mixer_ops mixer_ops = { variable in typeref:struct:exynos_mixer_ops
1077 exynos_mixer_ops_register(&mixer_ops);

Completed in 53 milliseconds