| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | termios.h | 34 err = get_user(tmp, &(termio)->c_iflag); \ 35 (termios)->c_iflag = (0xffff0000 & ((termios)->c_iflag)) | tmp; \ 54 err = put_user((termios)->c_iflag, &(termio)->c_iflag); \ 70 err = get_user((k)->c_iflag, &(u)->c_iflag); \ 91 err = put_user((k)->c_iflag, &(u)->c_iflag); \ 112 err = get_user((k)->c_iflag, &(u)->c_iflag); \ 131 err = put_user((k)->c_iflag, &(u)->c_iflag); \
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | termios-base.h | 20 if (get_user(tmp, &termio->c_iflag) < 0) in user_termio_to_kernel_termios() 22 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios() 54 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 || in kernel_termios_to_user_termio()
|
| H A D | termios.h | 25 if (get_user(tmp, &termio->c_iflag) < 0) in user_termio_to_kernel_termios() 27 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios() 59 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 || in kernel_termios_to_user_termio()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | termios.h | 38 err = __get_user(iflag, &termio->c_iflag); in user_termio_to_kernel_termios() 39 termios->c_iflag = (termios->c_iflag & 0xffff0000) | iflag; in user_termio_to_kernel_termios() 67 err = __put_user(termios->c_iflag, &termio->c_iflag); in kernel_termios_to_user_termio()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | termios.h | 28 *(unsigned short *)&k_termios->c_iflag = k_termio.c_iflag; \ 57 k_termio.c_iflag = k_termios->c_iflag; \
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | termios.h | 33 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ 45 put_user((termios)->c_iflag, &(termio)->c_iflag); \
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | termios.h | 27 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \ 39 put_user((termios)->c_iflag, &(termio)->c_iflag); \
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 18 unsigned short c_iflag; /* input mode flags */ member 28 tcflag_t c_iflag; /* input mode flags */ member 42 tcflag_t c_iflag; /* input mode flags */ member 53 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 13 tcflag_t c_iflag; /* input mode flags */ member 22 tcflag_t c_iflag; /* input mode flags */ member 33 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 13 tcflag_t c_iflag; /* input mode flags */ member 22 tcflag_t c_iflag; /* input mode flags */ member 33 tcflag_t c_iflag; /* input mode flags */ member
|
| /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 D | termbits.h | 13 tcflag_t c_iflag; /* input mode flags */ member 22 tcflag_t c_iflag; /* input mode flags */ member 33 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 22 tcflag_t c_iflag; /* input mode flags */ member 31 tcflag_t c_iflag; /* input mode flags */ member 42 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 26 tcflag_t c_iflag; /* input mode flags */ member 35 tcflag_t c_iflag; /* input mode flags */ member 46 tcflag_t c_iflag; /* input mode flags */ member
|
| /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 D | termbits.h | 13 tcflag_t c_iflag; /* input mode flags */ member 22 tcflag_t c_iflag; /* input mode flags */ member 33 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 26 tcflag_t c_iflag; /* input mode flags */ member 35 tcflag_t c_iflag; /* input mode flags */ member 46 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 19 tcflag_t c_iflag; /* input mode flags */ member 32 tcflag_t c_iflag; /* input mode flags */ member 45 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | rbsb.c | 270 tty.c_iflag = BRKINT|IXON; in io_mode() 313 tty.c_iflag = IGNBRK; in io_mode() 315 tty.c_iflag |= IXOFF; in io_mode() 353 tty.c_iflag = BRKINT|IXON; in io_mode() 387 tty.c_iflag = n==3 ? (IGNBRK|IXOFF) : IGNBRK; in io_mode()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 149 t.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR in xf86OpenSerial() 283 t.c_iflag |= IXOFF; in xf86SetSerial() 286 t.c_iflag |= IXON; in xf86SetSerial() 289 t.c_iflag |= IXON | IXOFF; in xf86SetSerial() 292 t.c_iflag &= ~(IXON | IXOFF); in xf86SetSerial()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | 21285.c | 260 termios->c_iflag &= ~(IGNBRK | BRKINT); in serial21285_set_termios() 307 if (termios->c_iflag & INPCK) in serial21285_set_termios() 314 if (termios->c_iflag & IGNPAR) in serial21285_set_termios() 316 if (termios->c_iflag & IGNBRK && termios->c_iflag & IGNPAR) in serial21285_set_termios()
|
| H A D | vr41xx_siu.c | 501 tcflag_t c_cflag, c_iflag; in siu_set_termios() local 540 c_iflag = new->c_iflag; in siu_set_termios() 543 if (c_iflag & INPCK) in siu_set_termios() 545 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios() 549 if (c_iflag & IGNPAR) in siu_set_termios() 551 if (c_iflag & IGNBRK) { in siu_set_termios() 553 if (c_iflag & IGNPAR) in siu_set_termios()
|
| H A D | pnx8xxx_uart.c | 476 if (termios->c_iflag & INPCK) in pnx8xxx_set_termios() 480 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios() 488 if (termios->c_iflag & IGNPAR) in pnx8xxx_set_termios() 492 if (termios->c_iflag & IGNBRK) { in pnx8xxx_set_termios() 499 if (termios->c_iflag & IGNPAR) in pnx8xxx_set_termios()
|
| H A D | dz.c | 618 if (termios->c_iflag & INPCK) in dz_set_termios() 620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios() 625 if ((termios->c_iflag & (IGNPAR | IGNBRK)) == (IGNPAR | IGNBRK)) in dz_set_termios() 627 if (termios->c_iflag & IGNPAR) in dz_set_termios() 629 if (termios->c_iflag & IGNBRK) in dz_set_termios()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 221 serialAttr.c_iflag = IGNPAR; in openSerialPort() 225 serialAttr.c_iflag |= INPCK; in openSerialPort() 231 serialAttr.c_iflag |= INPCK; in openSerialPort()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 24 tcflag_t c_iflag; /* input mode flags */ member 37 tcflag_t c_iflag; /* input mode flags */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 251 NOSET_MASK(termios->c_iflag, old->c_iflag, locked->c_iflag); in unset_locked_termios() 487 termios->c_iflag = ICRNL | IXON; in set_sgflags() 491 termios->c_iflag = 0; in set_sgflags() 502 termios->c_iflag = 0; in set_sgflags()
|