/linux-3.4.99/drivers/tty/ |
D | tty_port.c | 144 set_bit(TTY_IO_ERROR, &port->tty->flags); in tty_port_hangup() 243 if (tty->flags & (1 << TTY_IO_ERROR)) { in tty_port_block_til_ready() 410 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close() 434 clear_bit(TTY_IO_ERROR, &tty->flags); in tty_port_open()
|
D | amiserial.c | 557 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 576 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 653 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown() 1159 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_tiocmget() 1181 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_tiocmset() 1264 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_ioctl()
|
D | mxser.c | 875 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 902 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 940 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 1330 if (test_bit(TTY_IO_ERROR, &tty->flags)) in mxser_tiocmget() 1357 if (test_bit(TTY_IO_ERROR, &tty->flags)) in mxser_tiocmset() 1705 test_bit(TTY_IO_ERROR, &tty->flags)) in mxser_ioctl()
|
D | cyclades.c | 1305 set_bit(TTY_IO_ERROR, &tty->flags); in cy_startup() 1388 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_startup() 1469 set_bit(TTY_IO_ERROR, &tty->flags); in cy_shutdown() 1494 set_bit(TTY_IO_ERROR, &tty->flags); in cy_shutdown() 2188 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_set_line_char() 2311 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_set_line_char()
|
D | synclink.c | 1789 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 1798 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 1864 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 2980 if (tty->flags & (1 << TTY_IO_ERROR)) in mgsl_ioctl() 3284 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in block_til_ready()
|
D | synclink_gt.c | 1050 if (tty->flags & (1 << TTY_IO_ERROR)) in ioctl() 2459 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2506 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 3289 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in block_til_ready()
|
D | synclinkmp.c | 1270 if (tty->flags & (1 << TTY_IO_ERROR)) in ioctl() 2676 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2719 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 3302 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in block_til_ready()
|
D | tty_io.c | 974 if (!tty || (test_bit(TTY_IO_ERROR, &tty->flags))) in tty_read() 1154 (test_bit(TTY_IO_ERROR, &tty->flags))) in tty_write()
|
/linux-3.4.99/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 204 if (tty->flags & (1 << TTY_IO_ERROR)) in ircomm_tty_tiocmget() 229 if (tty->flags & (1 << TTY_IO_ERROR)) in ircomm_tty_tiocmset() 384 if (tty->flags & (1 << TTY_IO_ERROR)) in ircomm_tty_ioctl()
|
D | ircomm_tty.c | 261 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in ircomm_tty_block_til_ready()
|
/linux-3.4.99/drivers/tty/serial/ |
D | 68328serial.c | 398 clear_bit(TTY_IO_ERROR, &info->tty->flags); in startup() 433 set_bit(TTY_IO_ERROR, &info->tty->flags); in shutdown() 925 if (tty->flags & (1 << TTY_IO_ERROR)) 1124 (tty->flags & (1 << TTY_IO_ERROR))) {
|
D | serial_core.c | 211 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 216 clear_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 237 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown() 918 if (!(tty->flags & (1 << TTY_IO_ERROR))) { in uart_tiocmget() 938 if (!(tty->flags & (1 << TTY_IO_ERROR))) { in uart_tiocmset() 1138 if (tty->flags & (1 << TTY_IO_ERROR)) { in uart_ioctl() 1157 if (tty->flags & (1 << TTY_IO_ERROR)) { in uart_ioctl()
|
D | crisv10.c | 2773 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2831 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2952 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 3657 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_ioctl() 4009 (tty->flags & (1 << TTY_IO_ERROR))) { in block_til_ready()
|
D | ioc4_serial.c | 2447 set_bit(TTY_IO_ERROR, &state->port.tty->flags); in ic4_shutdown()
|
/linux-3.4.99/drivers/staging/serial/ |
D | 68360serial.c | 725 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 742 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 846 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 1253 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_360_tiocmget() 1284 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_360_tiocmset() 1422 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_360_ioctl() 1802 (tty->flags & (1 << TTY_IO_ERROR)) || in block_til_ready()
|
/linux-3.4.99/arch/ia64/hp/sim/ |
D | simserial.c | 313 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_ioctl()
|
/linux-3.4.99/drivers/mmc/card/ |
D | sdio_uart.c | 635 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate() 683 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
|
/linux-3.4.99/drivers/isdn/i4l/ |
D | isdn_tty.c | 1067 clear_bit(TTY_IO_ERROR, &info->tty->flags); in isdn_tty_startup() 1104 set_bit(TTY_IO_ERROR, &info->tty->flags); in isdn_tty_shutdown() 1354 if (tty->flags & (1 << TTY_IO_ERROR)) in isdn_tty_tiocmget() 1381 if (tty->flags & (1 << TTY_IO_ERROR)) in isdn_tty_tiocmset() 1422 if (tty->flags & (1 << TTY_IO_ERROR)) in isdn_tty_ioctl() 1510 (tty->flags & (1 << TTY_IO_ERROR))) { in isdn_tty_block_til_ready()
|
/linux-3.4.99/include/linux/ |
D | tty.h | 355 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro
|
/linux-3.4.99/drivers/s390/char/ |
D | tty3270.c | 1729 if (tty->flags & (1 << TTY_IO_ERROR)) in tty3270_ioctl() 1743 if (tty->flags & (1 << TTY_IO_ERROR)) in tty3270_compat_ioctl()
|
/linux-3.4.99/drivers/char/pcmcia/ |
D | synclink_cs.c | 1298 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 1307 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 1357 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown() 2244 if (tty->flags & (1 << TTY_IO_ERROR)) in mgslpc_ioctl()
|
/linux-3.4.99/Documentation/serial/ |
D | tty.txt | 196 TTY_IO_ERROR If set, causes all subsequent userspace read/write
|