Lines Matching defs:mode
79 static void set_load_mode(enum lcdc_load_mode mode)
85 switch (mode) {
159 * Configure the LCD DMA according to the current mode specified by parameters
213 * YUV support is only for external mode when we have the
260 * load mode. In other load modes it's cleared by disabling the
272 * Change to a new video mode. We defer this to a later time to avoid any
345 dev_dbg(lcdc.fbdev->dev, "invalid color mode %d\n", color_mode);
378 * downloading synchronously. We don't use the frame+palette load mode of
410 /* Used only in internal controller mode */
469 /* PalmTE uses alternate TFT setting in 8BPP mode */
519 * controller mode.
521 static int omap_lcdc_set_update_mode(enum omapfb_update_mode mode)
525 if (mode != lcdc.update_mode) {
526 switch (mode) {
538 lcdc.update_mode = mode;
543 lcdc.update_mode = mode;
558 /* PM code called only in internal controller mode */