Searched refs:nosplash (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | n411.c | 45 static unsigned int nosplash; variable 136 if (!nosplash) { in n411_init_board() 194 module_param(nosplash, uint, 0); 195 MODULE_PARM_DESC(nosplash, "Disable doing the splash screen");
|
H A D | arcfb.c | 108 static unsigned int nosplash; variable 574 if (!nosplash) { in arcfb_probe() 651 module_param(nosplash, uint, 0); 652 MODULE_PARM_DESC(nosplash, "Disable doing the splash screen");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | n411.c | 45 static unsigned int nosplash; variable 136 if (!nosplash) { in n411_init_board() 194 module_param(nosplash, uint, 0); 195 MODULE_PARM_DESC(nosplash, "Disable doing the splash screen");
|
H A D | arcfb.c | 109 static unsigned int nosplash; variable 577 if (!nosplash) { in arcfb_probe() 653 module_param(nosplash, uint, 0); 654 MODULE_PARM_DESC(nosplash, "Disable doing the splash screen");
|
Completed in 4 milliseconds