Home
last modified time | relevance | path

Searched refs:alloc_tty_struct (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtty.h512 extern struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
/linux-4.4.14/drivers/tty/
Dpty.c397 o_tty = alloc_tty_struct(driver->other, idx); in pty_common_install()
Dtty_io.c1522 tty = alloc_tty_struct(driver, idx); in tty_init_dev()
3137 struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx) in alloc_tty_struct() function