Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dserio.h22 #define SERIO_FRAME 4 macro
/linux-4.1.27/drivers/input/serio/
Dams_delta_serio.c49 return SERIO_FRAME; in check_data()
Dapbps2.c72 rxflags |= (status & APBPS2_STATUS_FE) ? SERIO_FRAME : 0; in apbps2_isr()
Dserport.c140 ch_flags = SERIO_FRAME; in serport_ldisc_receive()
Darc_ps2.c70 flag |= SERIO_FRAME; in arc_ps2_check_rx()
Dsa1111ps2.c72 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) | in ps2_rxint()
Dsun4i-ps2.c111 rxflags = (intr_status & PS2_LINE_ERROR_BIT) ? SERIO_FRAME : 0; in sun4i_ps2_interrupt()
/linux-4.1.27/drivers/input/keyboard/
Datkbd.c385 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()