Home
last modified time | relevance | path

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

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