Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dpty.c539 TTY_DRIVER_DYNAMIC_ALLOC); in legacy_pty_init()
546 TTY_DRIVER_DYNAMIC_ALLOC); in legacy_pty_init()
880 TTY_DRIVER_DYNAMIC_ALLOC); in unix98_pty_init()
888 TTY_DRIVER_DYNAMIC_ALLOC); in unix98_pty_init()
H A Dtty_io.c3255 if (!(driver->flags & TTY_DRIVER_DYNAMIC_ALLOC)) { in tty_register_device_attr()
3298 if (!(driver->flags & TTY_DRIVER_DYNAMIC_ALLOC)) { in tty_unregister_device()
3344 if (!(flags & TTY_DRIVER_DYNAMIC_ALLOC)) { in __tty_alloc_driver()
3388 if (driver->flags & TTY_DRIVER_DYNAMIC_ALLOC) in destruct_tty_driver()
3437 if (driver->flags & TTY_DRIVER_DYNAMIC_ALLOC) { in tty_register_driver()
/openbmc/linux/include/linux/
H A Dtty_driver.h552 #define TTY_DRIVER_DYNAMIC_ALLOC 0x0040 macro