Home
last modified time | relevance | path

Searched refs:dispc_mgr_is_enabled (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc-compat.c468 if (!dispc_mgr_is_enabled(channel)) in dispc_mgr_disable_lcd_out()
516 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT)) in dispc_mgr_enable_digit_out()
554 if (!dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT)) in dispc_mgr_disable_digit_out()
H A Ddss.h407 bool dispc_mgr_is_enabled(enum omap_channel channel);
H A Ddispc.c571 WARN_ON(!dispc_mgr_is_enabled(channel)); in dispc_mgr_go()
2799 bool dispc_mgr_is_enabled(enum omap_channel channel) in dispc_mgr_is_enabled() function
2803 EXPORT_SYMBOL(dispc_mgr_is_enabled); variable
H A Dapply.c898 mp->updating = dispc_mgr_is_enabled(i); in dss_apply_irq_handler()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc-compat.c468 if (!dispc_mgr_is_enabled(channel)) in dispc_mgr_disable_lcd_out()
516 if (dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT)) in dispc_mgr_enable_digit_out()
554 if (!dispc_mgr_is_enabled(OMAP_DSS_CHANNEL_DIGIT)) in dispc_mgr_disable_digit_out()
H A Ddss.h407 bool dispc_mgr_is_enabled(enum omap_channel channel);
H A Ddispc.c569 WARN_ON(!dispc_mgr_is_enabled(channel)); in dispc_mgr_go()
2797 bool dispc_mgr_is_enabled(enum omap_channel channel) in dispc_mgr_is_enabled() function
2801 EXPORT_SYMBOL(dispc_mgr_is_enabled); variable
H A Dapply.c896 mp->updating = dispc_mgr_is_enabled(i); in dss_apply_irq_handler()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c704 static bool dispc_mgr_is_enabled(struct dispc_device *dispc, in dispc_mgr_is_enabled() function
718 WARN_ON(!dispc_mgr_is_enabled(dispc, channel)); in dispc_mgr_go()
4701 .mgr_is_enabled = dispc_mgr_is_enabled,
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c707 static bool dispc_mgr_is_enabled(struct dispc_device *dispc, in dispc_mgr_is_enabled() function
721 WARN_ON(!dispc_mgr_is_enabled(dispc, channel)); in dispc_mgr_go()

Completed in 30 milliseconds