Lines Matching defs:mode
37 MODULE_PARM_DESC(def_mode, "vpbe output mode name (default:ntsc");
110 static int vpbe_get_mode_info(struct vpbe_device *vpbe_dev, char *mode,
118 if (!mode)
123 if (!strcmp(mode, var.name)) {
238 * mode in the sub device. For external encoder or LCD pannel output,
239 * we also need to set up the lcd port for the required mode. So setup
240 * the lcd port for the default mode that is configured in the board
328 /* set the lcd controller output for the given mode */
424 /* set the lcd controller output for the given mode */
462 * vpbe_set_mode - Set mode in the current encoder using mode info
464 * Use the mode string to decide what timings to set in the encoder
526 /* set the default mode in the encoder */
716 printk(KERN_NOTICE "Setting default mode to %s\n", def_mode);
719 v4l2_err(&vpbe_dev->v4l2_dev, "Failed to set default mode %s",
724 /* TBD handling of bootargs for default output and mode */