Home
last modified time | relevance | path

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

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