Home
last modified time | relevance | path

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

/kernel/printk/
Dbraille.h7 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options() argument
9 c->brl_options = brl_options; in braille_set_options()
13 _braille_console_setup(char **str, char **brl_options);
24 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options() argument
29 _braille_console_setup(char **str, char **brl_options) in _braille_console_setup() argument
Dbraille.c10 char *_braille_console_setup(char **str, char **brl_options) in _braille_console_setup() argument
13 *brl_options = ""; in _braille_console_setup()
16 *brl_options = *str + 4; in _braille_console_setup()
17 *str = strchr(*brl_options, ','); in _braille_console_setup()
33 if (c->brl_options) { in _braille_register_console()
36 c->brl_options); in _braille_register_console()
Dconsole_cmdline.h10 char *brl_options; /* Options for braille driver */ member
Dprintk.c1910 char *brl_options) in __add_preferred_console() argument
1923 if (!brl_options) in __add_preferred_console()
1930 if (!brl_options) in __add_preferred_console()
1934 braille_set_options(c, brl_options); in __add_preferred_console()
1946 char *s, *options, *brl_options = NULL; in console_setup() local
1949 if (_braille_console_setup(&str, &brl_options)) in console_setup()
1977 __add_preferred_console(buf, idx, options, brl_options); in console_setup()