Home
last modified time | relevance | path

Searched refs:lcd_hwidth (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/panel/
Dpanel.c517 static int lcd_hwidth = NOT_SET; /* hardware buffer width (usually 64) */ variable
518 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()