Searched refs:SERIO_FRAME (Results 1 – 5 of 5) sorted by relevance
49 return SERIO_FRAME; in check_data()
138 ch_flags = SERIO_FRAME; in serport_ldisc_receive()
72 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) | in ps2_rxint()
148 #define SERIO_FRAME 4 macro
379 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()