Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dserio.h23 #define SERIO_FRAME _BITUL(2) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dserio.h23 #define SERIO_FRAME BIT(2) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dserio.h23 #define SERIO_FRAME BIT(2) macro
/OK3568_Linux_fs/kernel/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.c133 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()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Datkbd.c422 …if ((flags & (SERIO_FRAME | SERIO_PARITY)) && (~flags & SERIO_TIMEOUT) && !atkbd->resend && atkbd-… in atkbd_interrupt()