Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dtty.h98 extern int tty_ldisc_autoload;
H A Dtty_ldisc.c119 int tty_ldisc_autoload = IS_BUILTIN(CONFIG_LDISC_AUTOLOAD); variable
153 if (!capable(CAP_SYS_MODULE) && !tty_ldisc_autoload) in tty_ldisc_get()
H A Dtty_io.c3607 .data = &tty_ldisc_autoload,
3608 .maxlen = sizeof(tty_ldisc_autoload),