Home
last modified time | relevance | path

Searched refs:SERIO_TIMEOUT (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/input/rmi4/
H A Drmi_f03.c277 serio_interrupt(f03->serio, 0, SERIO_TIMEOUT); in rmi_f03_attention()
291 serio_flags |= SERIO_TIMEOUT; in rmi_f03_attention()
298 serio_flags & SERIO_TIMEOUT ? 'Y' : 'N', in rmi_f03_attention()
/openbmc/linux/include/uapi/linux/
H A Dserio.h21 #define SERIO_TIMEOUT _BITUL(0) macro
/openbmc/linux/drivers/input/serio/
H A Dsun4i-ps2.c114 rxflags |= (intr_status & PS2_LSTS_PARERR) ? SERIO_TIMEOUT : 0; in sun4i_ps2_interrupt()
205 return SERIO_TIMEOUT; in sun4i_ps2_write()
H A Dambakmi.c61 return timeleft ? 0 : SERIO_TIMEOUT; in amba_kmi_write()
H A Di8042.c580 case 0xfe: dfl = SERIO_TIMEOUT; data = 0xfe; break; in i8042_interrupt()
591 ((str & I8042_STR_TIMEOUT && !i8042_notimeout) ? SERIO_TIMEOUT : 0); in i8042_interrupt()
603 dfl & SERIO_TIMEOUT ? ", timeout" : ""); in i8042_interrupt()
H A Dxilinx_ps2.c123 drvdata->flags |= SERIO_TIMEOUT; in xps2_interrupt()
H A Dgscps2.c265 rxflags = ((status & GSC_STAT_TERR) ? SERIO_TIMEOUT : 0 ) | in gscps2_interrupt()
H A Dps2-gpio.c140 ret = SERIO_TIMEOUT; in ps2_gpio_write()
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse-base.c348 if (unlikely((flags & SERIO_TIMEOUT) || in psmouse_pre_receive_byte()
355 flags & SERIO_TIMEOUT ? " timeout" : "", in psmouse_pre_receive_byte()
/openbmc/linux/drivers/input/keyboard/
H A Datkbd.c413 (~flags & SERIO_TIMEOUT) && in atkbd_handle_frame_error()