Searched refs:splashval (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | n411.c | 44 static unsigned long splashval; variable 138 par->send_data(par, splashval); in n411_init_board() 202 module_param(splashval, ulong, 0); 203 MODULE_PARM_DESC(splashval, "Splash pattern: 0x00 is black, 0x01 is white");
|
H A D | arcfb.c | 106 static unsigned long splashval; variable 175 (unsigned char) splashval); in ks108_clear_lcd() 661 module_param(splashval, ulong, 0); 662 MODULE_PARM_DESC(splashval, "Splash pattern: 0xFF is black, 0x00 is green");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | n411.c | 44 static unsigned long splashval; variable 138 par->send_data(par, splashval); in n411_init_board() 202 module_param(splashval, ulong, 0); 203 MODULE_PARM_DESC(splashval, "Splash pattern: 0x00 is black, 0x01 is white");
|
H A D | arcfb.c | 107 static unsigned long splashval; variable 176 (unsigned char) splashval); in ks108_clear_lcd() 663 module_param(splashval, ulong, 0); 664 MODULE_PARM_DESC(splashval, "Splash pattern: 0xFF is black, 0x00 is green");
|
Completed in 3 milliseconds