Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dtty_driver.h470 struct tty_driver *__tty_alloc_driver(unsigned int lines, struct module *owner,
478 __tty_alloc_driver(lines, THIS_MODULE, flags)
/linux-5.19.10/Documentation/driver-api/tty/
Dtty_driver.rst13 is done by tty_alloc_driver() (or __tty_alloc_driver()). Next, the newly
29 :identifiers: __tty_alloc_driver tty_driver_kref_put
35 __tty_alloc_driver()):
/linux-5.19.10/drivers/tty/
Dtty_io.c3317 struct tty_driver *__tty_alloc_driver(unsigned int lines, struct module *owner, in __tty_alloc_driver() function
3373 EXPORT_SYMBOL(__tty_alloc_driver);