Searched refs:tty_port_block_til_ready (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_port.rst | 32 :identifiers: tty_port_install tty_port_open tty_port_block_til_ready
|
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | 508 int tty_port_block_til_ready(struct tty_port *port, in tty_port_block_til_ready() function 592 EXPORT_SYMBOL(tty_port_block_til_ready); 792 return tty_port_block_til_ready(port, tty, filp); in tty_port_open()
|
H A D | amiserial.c | 1359 return tty_port_block_til_ready(port, tty, filp); in rs_open()
|
H A D | moxa.c | 1492 return tty_port_block_til_ready(&ch->port, tty, filp); in moxa_open()
|
H A D | n_gsm.c | 4330 return tty_port_block_til_ready(port, tty, filp); in gsmtty_open()
|
/openbmc/linux/include/linux/ |
H A D | tty_port.h | 240 int tty_port_block_til_ready(struct tty_port *port, struct tty_struct *tty,
|