Home
last modified time | relevance | path

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

/linux-6.15/kernel/printk/
H A Dbraille.c43 console->flags |= CON_BRL; in _braille_register_console()
54 if (console->flags & CON_BRL) in _braille_unregister_console()
H A Dprintk.c4044 if (err || newcon->flags & CON_BRL) { in register_console()
/linux-6.15/fs/proc/
H A Dconsoles.c26 { CON_BRL, 'b' }, in show_console_dev()
/linux-6.15/include/linux/
H A Dconsole.h195 CON_BRL = BIT(5), enumerator