Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/
Dtty_ioctl.c115 down_write(&tty->termios_rwsem); in tty_unthrottle()
120 up_write(&tty->termios_rwsem); in tty_unthrottle()
355 down_write(&tty->termios_rwsem); in tty_set_termios()
373 up_write(&tty->termios_rwsem); in tty_set_termios()
474 down_read(&tty->termios_rwsem); in set_termios()
476 up_read(&tty->termios_rwsem); in set_termios()
528 down_read(&tty->termios_rwsem); in copy_termios()
530 up_read(&tty->termios_rwsem); in copy_termios()
535 down_read(&tty->termios_rwsem); in copy_termios_locked()
537 up_read(&tty->termios_rwsem); in copy_termios_locked()
[all …]
Dn_tty.c370 down_write(&tty->termios_rwsem); in n_tty_flush_buffer()
376 up_write(&tty->termios_rwsem); in n_tty_flush_buffer()
1109 up_read(&tty->termios_rwsem); in isig()
1110 down_write(&tty->termios_rwsem); in isig()
1130 up_write(&tty->termios_rwsem); in isig()
1131 down_read(&tty->termios_rwsem); in isig()
1674 down_read(&tty->termios_rwsem); in n_tty_receive_buf_common()
1732 up_read(&tty->termios_rwsem); in n_tty_receive_buf_common()
1860 down_write(&tty->termios_rwsem); in n_tty_close()
1863 up_write(&tty->termios_rwsem); in n_tty_close()
[all …]
Dtty_ldisc.c410 down_write(&tty->termios_rwsem); in tty_set_termios_ldisc()
412 up_write(&tty->termios_rwsem); in tty_set_termios_ldisc()
566 down_read(&tty->termios_rwsem); in tty_set_ldisc()
568 up_read(&tty->termios_rwsem); in tty_set_ldisc()
622 down_write(&tty->termios_rwsem); in tty_reset_termios()
626 up_write(&tty->termios_rwsem); in tty_reset_termios()
Dtty_io.c1150 down_read(&tty->termios_rwsem); in tty_send_xchar()
1152 up_read(&tty->termios_rwsem); in tty_send_xchar()
1159 down_read(&tty->termios_rwsem); in tty_send_xchar()
1165 up_read(&tty->termios_rwsem); in tty_send_xchar()
3097 init_rwsem(&tty->termios_rwsem); in alloc_tty_struct()
Dpty.c384 lockdep_set_subclass(&o_tty->termios_rwsem, TTY_LOCK_SLAVE); in pty_common_install()
/Linux-v6.1/drivers/accessibility/speakup/
Dspk_ttyio.c139 down_read(&tty->termios_rwsem); in get_termios()
141 up_read(&tty->termios_rwsem); in get_termios()
/Linux-v6.1/net/nfc/nci/
Duart.c416 down_read(&nu->tty->termios_rwsem); in nci_uart_set_config()
418 up_read(&nu->tty->termios_rwsem); in nci_uart_set_config()
/Linux-v6.1/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()
1528 down_write(&tty->termios_rwsem); in uart_ioctl()
1530 up_write(&tty->termios_rwsem); in uart_ioctl()
1556 down_write(&tty->termios_rwsem); in uart_ioctl()
1599 up_write(&tty->termios_rwsem); in uart_ioctl()
/Linux-v6.1/include/linux/
Dtty.h206 struct rw_semaphore termios_rwsem; member
/Linux-v6.1/drivers/tty/serial/8250/
D8250_port.c2717 down_write(&tty->termios_rwsem); in serial8250_update_uartclk()
2746 up_write(&tty->termios_rwsem); in serial8250_update_uartclk()