Home
last modified time | relevance | path

Searched refs:tty_ldisc_autoload (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ldisc.c159 static int tty_ldisc_autoload = IS_BUILTIN(CONFIG_LDISC_AUTOLOAD); variable
175 if (!capable(CAP_SYS_MODULE) && !tty_ldisc_autoload) in tty_ldisc_get()
856 .data = &tty_ldisc_autoload,
857 .maxlen = sizeof(tty_ldisc_autoload),
/kernel/linux/linux-6.6/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),

Completed in 7 milliseconds