Searched refs:CON_BRL (Results 1 – 4 of 4) sorted by relevance
36 console->flags |= CON_BRL; in _braille_register_console()47 if (console->flags & CON_BRL) in _braille_unregister_console()
363 if (!(console->flags & CON_BRL)) in braille_register_console()387 if (!(console->flags & CON_BRL)) in braille_unregister_console()
26 { CON_BRL, 'b' }, in show_console_dev()
142 #define CON_BRL (32) /* Used for a braille device */ macro