Lines Matching defs:mode
81 static void set_load_mode(enum lcdc_load_mode mode)
87 switch (mode) {
161 * Configure the LCD DMA according to the current mode specified by parameters
215 * YUV support is only for external mode when we have the
262 * load mode. In other load modes it's cleared by disabling the
274 * Change to a new video mode. We defer this to a later time to avoid any
347 dev_dbg(lcdc.fbdev->dev, "invalid color mode %d\n", color_mode);
380 * downloading synchronously. We don't use the frame+palette load mode of
412 /* Used only in internal controller mode */
471 /* PalmTE uses alternate TFT setting in 8BPP mode */
521 * controller mode.
523 static int omap_lcdc_set_update_mode(enum omapfb_update_mode mode)
527 if (mode != lcdc.update_mode) {
528 switch (mode) {
540 lcdc.update_mode = mode;
545 lcdc.update_mode = mode;
560 /* PM code called only in internal controller mode */