Home
last modified time | relevance | path

Searched refs:alloc_tty_struct (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty.h86 struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
H A Dpty.c390 o_tty = alloc_tty_struct(driver->other, idx); in pty_common_install()
H A Dtty_io.c64 * alloc_tty_struct() always uses kmalloc()
1418 tty = alloc_tty_struct(driver, idx); in tty_init_dev()
3066 * alloc_tty_struct
3073 struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx) in alloc_tty_struct() function
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty.h85 struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
H A Dpty.c379 o_tty = alloc_tty_struct(driver->other, idx); in pty_common_install()
H A Dtty_io.c64 * alloc_tty_struct() always uses kmalloc()
1407 tty = alloc_tty_struct(driver, idx); in tty_init_dev()
3080 * alloc_tty_struct - allocate a new tty
3088 struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx) in alloc_tty_struct() function

Completed in 11 milliseconds