Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dserio.h23 #define SERIO_FRAME _BITUL(2) macro
/openbmc/linux/drivers/input/serio/
H A Dams_delta_serio.c47 return SERIO_FRAME; in check_data()
H A Dapbps2.c68 rxflags |= (status & APBPS2_STATUS_FE) ? SERIO_FRAME : 0; in apbps2_isr()
H A Darc_ps2.c67 flag |= SERIO_FRAME; in arc_ps2_check_rx()
H A Dserport.c134 ch_flags = SERIO_FRAME; in serport_ldisc_receive()
H A Dsun4i-ps2.c112 rxflags = (intr_status & PS2_LINE_ERROR_BIT) ? SERIO_FRAME : 0; in sun4i_ps2_interrupt()
H A Dsa1111ps2.c71 flag = (status & PS2STAT_STP ? SERIO_FRAME : 0) | in ps2_rxint()
/openbmc/linux/drivers/input/keyboard/
H A Datkbd.c412 if ((flags & (SERIO_FRAME | SERIO_PARITY)) && in atkbd_handle_frame_error()