Searched refs:crtc_funcs (Results 1 – 2 of 2) sorted by relevance
45 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in rockchip_spl_display_init() local50 if (!crtc_funcs) { in rockchip_spl_display_init()55 if (crtc_funcs->preinit) { in rockchip_spl_display_init()56 ret = crtc_funcs->preinit(state); in rockchip_spl_display_init()93 if (crtc_funcs->init) { in rockchip_spl_display_init()94 ret = crtc_funcs->init(state); in rockchip_spl_display_init()112 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in rockchip_spl_display_post_enable() local115 if (crtc_funcs->enable) in rockchip_spl_display_post_enable()116 crtc_funcs->enable(state); in rockchip_spl_display_post_enable()
635 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in display_mode_valid() local644 if (crtc_funcs->mode_valid) { in display_mode_valid()645 ret = crtc_funcs->mode_valid(state); in display_mode_valid()657 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in display_mode_fixup() local660 if (crtc_funcs->mode_fixup) { in display_mode_fixup()661 ret = crtc_funcs->mode_fixup(state); in display_mode_fixup()675 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in display_init() local691 if (!crtc_funcs) { in display_init()714 if (crtc_funcs->preinit) { in display_init()715 ret = crtc_funcs->preinit(state); in display_init()[all …]