Searched refs:lcd_hwidth (Results 1 – 1 of 1) sorted by relevance
517 static int lcd_hwidth = NOT_SET; /* hardware buffer width (usually 64) */ variable518 module_param(lcd_hwidth, int, 0000);519 MODULE_PARM_DESC(lcd_hwidth, "LCD line hardware address (64)");1539 if (lcd_hwidth != NOT_SET) in lcd_init()1540 lcd.hwidth = lcd_hwidth; in lcd_init()2297 if (lcd_hwidth == NOT_SET) in panel_init_module()2298 lcd_hwidth = 16; in panel_init_module()2348 lcd.hwidth = lcd_hwidth; in panel_init_module()