Home
last modified time | relevance | path

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

/Linux-v5.10/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.c438 down_write(&tty->termios_rwsem); in tty_set_termios_ldisc()
440 up_write(&tty->termios_rwsem); in tty_set_termios_ldisc()
598 down_read(&tty->termios_rwsem); in tty_set_ldisc()
600 up_read(&tty->termios_rwsem); in tty_set_ldisc()
651 down_write(&tty->termios_rwsem); in tty_reset_termios()
655 up_write(&tty->termios_rwsem); in tty_reset_termios()
Dtty_io.c1083 down_read(&tty->termios_rwsem); in tty_send_xchar()
1085 up_read(&tty->termios_rwsem); in tty_send_xchar()
1092 down_read(&tty->termios_rwsem); in tty_send_xchar()
1098 up_read(&tty->termios_rwsem); in tty_send_xchar()
2999 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.10/drivers/accessibility/speakup/
Dspk_ttyio.c139 down_read(&tty->termios_rwsem); in get_termios()
141 up_read(&tty->termios_rwsem); in get_termios()
/Linux-v5.10/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.10/drivers/tty/serial/
Dserial_core.c1016 down_write(&tty->termios_rwsem); in uart_set_info_user()
1027 up_write(&tty->termios_rwsem); in uart_set_info_user()
1396 down_write(&tty->termios_rwsem); in uart_ioctl()
1398 up_write(&tty->termios_rwsem); in uart_ioctl()
/Linux-v5.10/include/linux/
Dtty.h300 struct rw_semaphore termios_rwsem; member