Home
last modified time | relevance | path

Searched refs:IGNBRK (Results 1 – 25 of 119) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/common/
H A Drbsb.c313 tty.c_iflag = IGNBRK; in io_mode()
387 tty.c_iflag = n==3 ? (IGNBRK|IXOFF) : IGNBRK; in io_mode()
/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/bits/
H A Dtermios-c_iflag.h24 #define IGNBRK 0000001 /* Ignore break condition. */ 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/bits/
H A Dtermios-c_iflag.h24 #define IGNBRK 0000001 /* Ignore break condition. */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Ddz.c620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
625 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios()
629 if (termios->c_iflag & IGNBRK) in dz_set_termios()
H A D21285.c260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios()
316 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
H A Dpnx8xxx_uart.c480 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
492 if (termios->c_iflag & IGNBRK) { in pnx8xxx_set_termios()
H A Defm32-uart.c403 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios()
410 if (new->c_iflag & IGNBRK) in efm32_uart_set_termios()
H A Dbcm63xx_uart.c568 if (new->c_iflag & (IGNBRK | BRKINT)) in bcm_uart_set_termios()
574 if (new->c_iflag & IGNBRK) in bcm_uart_set_termios()
H A Dst-asc.c605 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
614 if (termios->c_iflag & IGNBRK) { in asc_set_termios()
H A Damba-pl010.c426 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
435 if (termios->c_iflag & IGNBRK) { in pl010_set_termios()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dempeg.c92 &= ~(IGNBRK /* disable ignore break */ in empeg_init_termios()
/OK3568_Linux_fs/buildroot/package/uemacs/
H A D01-clear-ixon-termios-flag.patch19 ntermios.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dtermbits.h64 #define IGNBRK 0000001 macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dtermbits.h63 #define IGNBRK 0000001 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dtermbits.h67 #define IGNBRK 0000001 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/asm-generic/
H A Dtermbits.h63 #define IGNBRK 0000001 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dtermbits.h72 #define IGNBRK 0000001 macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dtermbits.h78 #define IGNBRK 0000001 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/asm-generic/
H A Dtermbits.h63 #define IGNBRK 0000001 macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dtermbits.h83 #define IGNBRK 0000001 /* Ignore break condition. */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dtermbits.h75 #define IGNBRK 0000001 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dtermbits.h93 #define IGNBRK 0x00000001 macro
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dslip_user.c39 tios.c_iflag = IGNBRK | IGNPAR; in set_up_tty()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c276 nTty.c_iflag = (IGNPAR | IGNBRK) & (~PARMRK) & (~ISTRIP); in xf86OpenConsole()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c843 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart_brcm()
873 termios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in init_uart_rtk()

12345