Lines Matching defs:channel
368 DSSERR("SYNC_LOST on channel %s, restarting the output "
458 static void dispc_mgr_enable_lcd_out(enum omap_channel channel)
460 dispc_mgr_enable(channel, true);
463 static void dispc_mgr_disable_lcd_out(enum omap_channel channel)
469 if (!dispc_mgr_is_enabled(channel))
477 irq = dispc_mgr_get_framedone_irq(channel);
484 dispc_mgr_enable(channel, false);
607 void dispc_mgr_enable_sync(enum omap_channel channel)
609 if (dss_mgr_is_lcd(channel))
610 dispc_mgr_enable_lcd_out(channel);
611 else if (channel == OMAP_DSS_CHANNEL_DIGIT)
617 void dispc_mgr_disable_sync(enum omap_channel channel)
619 if (dss_mgr_is_lcd(channel))
620 dispc_mgr_disable_lcd_out(channel);
621 else if (channel == OMAP_DSS_CHANNEL_DIGIT)