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

/linux-master/kernel/printk/
H A Dbraille.c43 console->flags |= CON_BRL;
54 if (console->flags & CON_BRL)
H A Dprintk.c3513 if (err || newcon->flags & CON_BRL) {
/linux-master/fs/proc/
H A Dconsoles.c25 { CON_BRL, 'b' },
/linux-master/include/linux/
H A Dconsole.h178 * @CON_BRL: Indicates a braille device which is exempt from
193 CON_BRL = BIT(5), enumerator in enum:cons_flags

Completed in 126 milliseconds