/linux-4.4.14/drivers/tty/ |
D | tty_port.c | 242 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup() 367 if (tty->flags & (1 << TTY_IO_ERROR)) { in tty_port_block_til_ready() 537 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close() 586 clear_bit(TTY_IO_ERROR, &tty->flags); in tty_port_open()
|
D | pty.c | 47 if (test_bit(TTY_IO_ERROR, &tty->flags)) in pty_close() 52 set_bit(TTY_IO_ERROR, &tty->flags); in pty_close() 249 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open() 255 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
|
D | amiserial.c | 551 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 570 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 647 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown() 1149 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_tiocmget() 1171 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_tiocmset() 1256 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() 1334 if (test_bit(TTY_IO_ERROR, &tty->flags)) in mxser_tiocmget() 1361 if (test_bit(TTY_IO_ERROR, &tty->flags)) in mxser_tiocmset() 1716 test_bit(TTY_IO_ERROR, &tty->flags)) in mxser_ioctl()
|
D | cyclades.c | 1286 set_bit(TTY_IO_ERROR, &tty->flags); in cy_startup() 1369 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_startup() 1450 set_bit(TTY_IO_ERROR, &tty->flags); in cy_shutdown() 1475 set_bit(TTY_IO_ERROR, &tty->flags); in cy_shutdown() 2157 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_set_line_char() 2280 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_set_line_char()
|
D | synclink.c | 1784 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 1793 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 1859 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 2975 if (tty->flags & (1 << TTY_IO_ERROR)) in mgsl_ioctl() 3278 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in block_til_ready()
|
D | synclink_gt.c | 1040 if (tty->flags & (1 << TTY_IO_ERROR)) in ioctl() 2448 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2495 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 3277 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in block_til_ready()
|
D | synclinkmp.c | 1269 if (tty->flags & (1 << TTY_IO_ERROR)) in ioctl() 2668 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2711 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 3293 if (filp->f_flags & O_NONBLOCK || tty->flags & (1 << TTY_IO_ERROR)){ in block_til_ready()
|
D | tty_io.c | 1064 if (!tty || (test_bit(TTY_IO_ERROR, &tty->flags))) in tty_read() 1238 (test_bit(TTY_IO_ERROR, &tty->flags))) in tty_write()
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 198 if (tty->flags & (1 << TTY_IO_ERROR)) in ircomm_tty_tiocmget() 221 if (tty->flags & (1 << TTY_IO_ERROR)) in ircomm_tty_tiocmset() 370 if (tty->flags & (1 << TTY_IO_ERROR)) in ircomm_tty_ioctl()
|
D | ircomm_tty.c | 283 if (test_bit(TTY_IO_ERROR, &tty->flags)) { in ircomm_tty_block_til_ready() 931 set_bit(TTY_IO_ERROR, &port->tty->flags); in ircomm_tty_hangup()
|
/linux-4.4.14/drivers/tty/serial/ |
D | 68328serial.c | 409 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 444 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown() 934 if (tty->flags & (1 << TTY_IO_ERROR))
|
D | serial_core.c | 208 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 213 clear_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 234 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown() 982 if (!(tty->flags & (1 << TTY_IO_ERROR))) { in uart_tiocmget() 1002 if (!(tty->flags & (1 << TTY_IO_ERROR))) { in uart_tiocmset() 1251 if (tty->flags & (1 << TTY_IO_ERROR)) { in uart_ioctl() 1270 if (tty->flags & (1 << TTY_IO_ERROR)) { in uart_ioctl()
|
D | crisv10.c | 2663 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2779 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown() 3452 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_ioctl() 3765 (tty->flags & (1 << TTY_IO_ERROR))) { in block_til_ready()
|
D | ioc4_serial.c | 2445 set_bit(TTY_IO_ERROR, &state->port.tty->flags); in ic4_shutdown()
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 303 if (tty->flags & (1 << TTY_IO_ERROR)) in rs_ioctl()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 610 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate() 658 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1067 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in isdn_tty_startup() 1104 set_bit(TTY_IO_ERROR, &info->port.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()
|
/linux-4.4.14/include/linux/ |
D | tty.h | 336 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 1303 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 1312 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 1362 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown() 2249 if (tty->flags & (1 << TTY_IO_ERROR)) in mgslpc_ioctl()
|
/linux-4.4.14/drivers/s390/char/ |
D | tty3270.c | 1807 if (tty->flags & (1 << TTY_IO_ERROR)) in tty3270_ioctl() 1821 if (tty->flags & (1 << TTY_IO_ERROR)) in tty3270_compat_ioctl()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 211 TTY_IO_ERROR If set, causes all subsequent userspace read/write
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.c | 996 set_bit(TTY_IO_ERROR, &tty->flags); in fwtty_port_activate() 1023 clear_bit(TTY_IO_ERROR, &tty->flags); in fwtty_port_activate()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_tty.c | 1276 if (tty->flags & (1 << TTY_IO_ERROR)) { in dgnc_block_til_ready()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 3062 if (tty->flags & (1 << TTY_IO_ERROR)) in dgap_block_til_ready()
|