Lines Matching defs:mode
391 * can be called on its own if we intent to only test a mode and
395 * we can do. If the hardware doesn't support mode change a
417 /* choose a suitable mode if possible */
497 /* RGB:5X5 mode */
501 /* BGR:5X5 mode */
514 /* RGB:888 mode */
518 /* BGR:888 mode */
710 * any, are supported with the current color visual. With truecolor mode
713 * pseudocolor mode we have a limited color palette. To deal with this
918 const char *mode;
921 err = of_property_read_string(np, "atmel,lcd-wiring-mode", &mode);
926 if (!strcasecmp(mode, atmel_lcdfb_wiring_modes[i]))
1017 dev_err(dev, "invalid atmel,lcd-wiring-mode\n");
1105 fb_videomode_to_var(&info->var, &modelist->mode);