Lines Matching full:parallel
8 * connected to a parallel printer port.
10 * The LCD module may either be an HD44780-like 8-bit parallel LCD, or a 1-bit
115 /* macros to simplify use of the parallel port */
224 * Bit masks to convert LCD signals to parallel port outputs.
407 MODULE_DESCRIPTION("Generic parallel port LCD/Keypad driver");
411 MODULE_PARM_DESC(parport, "Parallel port index (0=lpt1, 1=lpt2, ...)");
452 "LCD communication: 0=parallel (//), 1=serial, 2=TI LCD Interface");
455 * These are the parallel port pins the LCD control signals are connected to.
618 * Converts a parallel port pin (from -25 to 25) to data and control ports
747 /* send a command to the LCD panel in 8 bits parallel mode */
769 /* send data to the LCD panel in 8 bits parallel mode */
852 /* parallel mode, 8 bits */ in lcd_init()
877 /* parallel mode, 8 bits, generic */ in lcd_init()
896 /* parallel mode, 8 bits, hantronix-like */ in lcd_init()
956 } else if (lcd.proto == LCD_PROTO_PARALLEL) { /* PARALLEL */ in lcd_init()