Home
last modified time | relevance | path

Searched refs:tty_release_struct (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_internals.rst23 :identifiers: tty_release_struct tty_dev_name_to_number tty_get_icount
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c149 tty_release_struct(tty, serport->tty_idx); in ttyport_open()
166 tty_release_struct(tty, serport->tty_idx); in ttyport_close()
/openbmc/linux/include/linux/
H A Dtty.h464 void tty_release_struct(struct tty_struct *tty, int idx);
/openbmc/linux/drivers/tty/
H A Dtty_io.c1683 void tty_release_struct(struct tty_struct *tty, int idx) in tty_release_struct() function
1702 EXPORT_SYMBOL_GPL(tty_release_struct);
1859 tty_release_struct(tty, idx); in tty_release()