Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dprintk.h63 #define CONSOLE_LOGLEVEL_QUIET CONFIG_CONSOLE_LOGLEVEL_QUIET macro
/Linux-v5.10/drivers/firmware/efi/libstub/
Defi-stub-helper.c216 efi_loglevel = CONSOLE_LOGLEVEL_QUIET; in efi_parse_options()
/Linux-v5.10/drivers/video/fbdev/
Defifb.c163 if (console_loglevel > CONSOLE_LOGLEVEL_QUIET) in efifb_show_boot_graphics()
/Linux-v5.10/init/
Dmain.c240 console_loglevel = CONSOLE_LOGLEVEL_QUIET; in quiet_kernel()
/Linux-v5.10/lib/
DKconfig.debug53 config CONSOLE_LOGLEVEL_QUIET config
62 equivalent of passing "loglevel=<CONSOLE_LOGLEVEL_QUIET>"
/Linux-v5.10/drivers/video/fbdev/core/
Dfbcon.c1047 if (logo_shown < 0 && console_loglevel <= CONSOLE_LOGLEVEL_QUIET) in fbcon_init()