lcd_hwidth        444 drivers/auxdisplay/panel.c static int lcd_hwidth = NOT_SET;	/* hardware buffer width (usually 64) */
lcd_hwidth        445 drivers/auxdisplay/panel.c module_param(lcd_hwidth, int, 0000);
lcd_hwidth        446 drivers/auxdisplay/panel.c MODULE_PARM_DESC(lcd_hwidth, "LCD line hardware address (64)");
lcd_hwidth        912 drivers/auxdisplay/panel.c 	charlcd->hwidth = lcd_hwidth;
lcd_hwidth        981 drivers/auxdisplay/panel.c 	if (lcd_hwidth != NOT_SET)
lcd_hwidth        982 drivers/auxdisplay/panel.c 		charlcd->hwidth = lcd_hwidth;
lcd_hwidth       1689 drivers/auxdisplay/panel.c 		if (lcd_hwidth == NOT_SET)
lcd_hwidth       1690 drivers/auxdisplay/panel.c 			lcd_hwidth = 16;