Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dprintk.c129 char *brl_options; /* Options for braille driver */ member
949 char *brl_options) in __add_preferred_console() argument
961 if (!brl_options) in __add_preferred_console()
967 if (!brl_options) in __add_preferred_console()
973 c->brl_options = brl_options; in __add_preferred_console()
984 char *s, *options, *brl_options = NULL; in console_setup() local
989 brl_options = ""; in console_setup()
992 brl_options = str + 4; in console_setup()
993 str = strchr(brl_options, ','); in console_setup()
1026 __add_preferred_console(buf, idx, options, brl_options); in console_setup()
[all …]