Searched defs:console_cmdline (Results 1 – 2 of 2) sorted by relevance
4 struct console_cmdline struct6 char name[16]; /* Name of the driver */7 int index; /* Minor dev. to use */8 char *options; /* Options for the driver */10 char *brl_options; /* Options for braille driver */
143 static struct console_cmdline console_cmdline[MAX_CMDLINECONSOLES]; variable