Home
last modified time | relevance | path

Searched refs:termios_rwsem (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/tty/
Dtty_ioctl.c111 down_write(&tty->termios_rwsem); in tty_throttle()
117 up_write(&tty->termios_rwsem); in tty_throttle()
136 down_write(&tty->termios_rwsem); in tty_unthrottle()
141 up_write(&tty->termios_rwsem); in tty_unthrottle()
328 down_write(&tty->termios_rwsem); in tty_set_termios()
344 up_write(&tty->termios_rwsem); in tty_set_termios()
371 down_read(&tty->termios_rwsem); in set_termios()
373 up_read(&tty->termios_rwsem); in set_termios()
425 down_read(&tty->termios_rwsem); in copy_termios()
427 up_read(&tty->termios_rwsem); in copy_termios()
[all …]
Dn_tty.c373 down_write(&tty->termios_rwsem); in n_tty_flush_buffer()
379 up_write(&tty->termios_rwsem); in n_tty_flush_buffer()
1130 up_read(&tty->termios_rwsem); in isig()
1131 down_write(&tty->termios_rwsem); in isig()
1151 up_write(&tty->termios_rwsem); in isig()
1152 down_read(&tty->termios_rwsem); in isig()
1705 down_read(&tty->termios_rwsem); in n_tty_receive_buf_common()
1763 up_read(&tty->termios_rwsem); in n_tty_receive_buf_common()
2160 down_read(&tty->termios_rwsem); in n_tty_read()
2198 up_read(&tty->termios_rwsem); in n_tty_read()
[all …]
Dtty_ldisc.c444 down_write(&tty->termios_rwsem); in tty_set_termios_ldisc()
446 up_write(&tty->termios_rwsem); in tty_set_termios_ldisc()
604 down_read(&tty->termios_rwsem); in tty_set_ldisc()
606 up_read(&tty->termios_rwsem); in tty_set_ldisc()
657 down_write(&tty->termios_rwsem); in tty_reset_termios()
661 up_write(&tty->termios_rwsem); in tty_reset_termios()
Dtty_io.c1082 down_read(&tty->termios_rwsem); in tty_send_xchar()
1084 up_read(&tty->termios_rwsem); in tty_send_xchar()
1091 down_read(&tty->termios_rwsem); in tty_send_xchar()
1097 up_read(&tty->termios_rwsem); in tty_send_xchar()
2989 init_rwsem(&tty->termios_rwsem); in alloc_tty_struct()
Dpty.c404 lockdep_set_subclass(&o_tty->termios_rwsem, TTY_LOCK_SLAVE); in pty_common_install()
/Linux-v5.4/drivers/staging/speakup/
Dspk_ttyio.c134 down_read(&tty->termios_rwsem); in get_termios()
136 up_read(&tty->termios_rwsem); in get_termios()
/Linux-v5.4/net/nfc/nci/
Duart.c440 down_read(&nu->tty->termios_rwsem); in nci_uart_set_config()
442 up_read(&nu->tty->termios_rwsem); in nci_uart_set_config()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c1014 down_write(&tty->termios_rwsem); in uart_set_info_user()
1025 up_write(&tty->termios_rwsem); in uart_set_info_user()
1394 down_write(&tty->termios_rwsem); in uart_ioctl()
1396 up_write(&tty->termios_rwsem); in uart_ioctl()
/Linux-v5.4/include/linux/
Dtty.h298 struct rw_semaphore termios_rwsem; member