Searched refs:dispc_mgr_enable (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc-compat.c | 470 dispc_mgr_enable(channel, true); in dispc_mgr_enable_lcd_out() 494 dispc_mgr_enable(channel, false); in dispc_mgr_disable_lcd_out() 546 dispc_mgr_enable(OMAP_DSS_CHANNEL_DIGIT, true); in dispc_mgr_enable_digit_out() 597 dispc_mgr_enable(OMAP_DSS_CHANNEL_DIGIT, false); in dispc_mgr_disable_digit_out()
|
D | dss.h | 437 void dispc_mgr_enable(enum omap_channel channel, bool enable);
|
D | dispc.c | 2903 void dispc_mgr_enable(enum omap_channel channel, bool enable) in dispc_mgr_enable() function 2909 EXPORT_SYMBOL(dispc_mgr_enable);
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 718 static void dispc_mgr_enable(struct dispc_device *dispc, in dispc_mgr_enable() function 4695 dispc_mgr_enable(dispc, OMAP_DSS_CHANNEL_LCD, true); in dispc_errata_i734_wa() 4696 dispc_mgr_enable(dispc, OMAP_DSS_CHANNEL_LCD, false); in dispc_errata_i734_wa() 4735 .mgr_enable = dispc_mgr_enable,
|