Home
last modified time | relevance | path

Searched refs:SERIO_FRAME (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/input/serio/
Dams_delta_serio.c49 return SERIO_FRAME; in check_data()
Dserport.c138 ch_flags = SERIO_FRAME; in serport_ldisc_receive()
Dsa1111ps2.c72 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) | in ps2_rxint()
/linux-3.4.99/include/linux/
Dserio.h148 #define SERIO_FRAME 4 macro
/linux-3.4.99/drivers/input/keyboard/
Datkbd.c379 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()