Searched refs:tty_port_set_active (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/tty/ |
| H A D | tty_port.c | 406 tty_port_set_active(port, false); in tty_port_hangup() 521 tty_port_set_active(port, true); in tty_port_block_til_ready() 528 tty_port_set_active(port, true); in tty_port_block_til_ready() 591 tty_port_set_active(port, true); in tty_port_block_til_ready() 698 tty_port_set_active(port, false); in tty_port_close_end()
|
| H A D | amiserial.c | 1330 tty_port_set_active(&info->tport, false); in rs_hangup()
|
| H A D | synclink_gt.c | 696 tty_port_set_active(&info->port, false); in hangup() 3172 tty_port_set_active(port, true); in block_til_ready() 3229 tty_port_set_active(port, true); in block_til_ready()
|
| /linux-6.15/include/linux/ |
| H A D | tty_port.h | 187 static inline void tty_port_set_active(struct tty_port *port, bool val) in tty_port_set_active() function
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | serial_core.c | 1879 tty_port_set_active(port, false); in uart_hangup() 1996 tty_port_set_active(port, true); in uart_port_activate()
|