Lines Matching full:lcd

3  *	Chassis LCD/LED driver for HP-PARISC workstations
42 static unsigned char lcd_no_led_support; /* KittyHawk doesn't support LED on its LCD */
55 unsigned long lcd_width:16; /* width of the LCD in chars (DISPLAY_MODEL_LCD only) */
56 unsigned long lcd_cmd_reg_addr; /* ptr to LCD cmd-register & data ptr for LED */
57 unsigned long lcd_data_reg_addr; /* ptr to LCD data-register (LCD only) */
58 unsigned int min_cmd_delay; /* delay in uS after cmd-write (LCD only) */
59 unsigned char reset_cmd1; /* command #1 for writing LCD string (LCD only) */
60 unsigned char reset_cmd2; /* command #2 for writing LCD string (LCD only) */
61 unsigned char act_enable; /* 0 = no activity (LCD only) */
74 /* lcd_info is pre-initialized to the values needed to program KittyHawk LCD's
93 /* ptr to LCD/LED-specific function */
109 /* Set LCD Cursor to 1st character */ in lcd_print_now()
123 * @str: string to show on the LCD. If NULL, print current string again.
125 * Displays the given string on the LCD-Display of newer machines.
134 /* print now if LCD without any LEDs */ in lcd_print()
173 * led_LCD_driver() - LED & LCD driver for LCD chips
217 * LED/LCD activities.
389 * @cmd_reg: physical address of cmd register for the LED/LCD
390 * @data_reg: physical address of data register for the LED/LCD
392 * Registers a chassis LED or LCD which should be driven by this driver.
410 pr_info("led: LCD display at %#lx and %#lx\n", in register_led_driver()
435 pr_err("led: Unknown LCD/LED model type %d\n", lcd_info.model); in register_led_driver()
448 * PDC for an usable chassis LCD or LED. If the PDC doesn't return any
469 pr_info("LCD on KittyHawk-Machine found.\n"); in early_led_init()
471 /* KittyHawk has no LED support on its LCD, so skip LED detection */ in early_led_init()
491 case DISPLAY_MODEL_LCD: /* LCD display */ in early_led_init()
496 /* PDC tells LCD should not be used. */ in early_led_init()
501 case DISPLAY_MODEL_NONE: /* no LED or LCD available */ in early_led_init()
510 pr_warn("PDC reported unknown LCD/LED model %d\n", in early_led_init()
516 /* register the LCD/LED driver */ in early_led_init()
524 * Register_led_regions() registers the LCD/LED regions for /procfs.
525 * At bootup - where the initialisation of the LCD/LED often happens