Home
last modified time | relevance | path

Searched defs:console_cmdline (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/kernel/printk/
Dconsole_cmdline.h5 struct console_cmdline struct
7 char name[16]; /* Name of the driver */
8 int index; /* Minor dev. to use */
9 bool user_specified; /* Specified by command line vs. platform */
10 char *options; /* Options for the driver */
12 char *brl_options; /* Options for braille driver */
Dprintk.c372 static struct console_cmdline console_cmdline[MAX_CMDLINECONSOLES]; variable