Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/printk/
Dbraille.h8 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options() argument
10 c->brl_options = brl_options; in braille_set_options()
21 _braille_console_setup(char **str, char **brl_options);
32 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options() argument
37 _braille_console_setup(char **str, char **brl_options) in _braille_console_setup() argument
Dbraille.c12 int _braille_console_setup(char **str, char **brl_options) in _braille_console_setup() argument
15 *brl_options = ""; in _braille_console_setup()
18 *brl_options = *str + 4; in _braille_console_setup()
19 *str = strchr(*brl_options, ','); in _braille_console_setup()
35 if (c->brl_options) { in _braille_register_console()
38 c->brl_options); in _braille_register_console()
Dconsole_cmdline.h11 char *brl_options; /* Options for braille driver */ member
Dprintk.c2056 char *brl_options) in __add_preferred_console() argument
2069 if (!brl_options) in __add_preferred_console()
2076 if (!brl_options) in __add_preferred_console()
2080 braille_set_options(c, brl_options); in __add_preferred_console()
2103 char *s, *options, *brl_options = NULL; in console_setup() local
2106 if (_braille_console_setup(&str, &brl_options)) in console_setup()
2134 __add_preferred_console(buf, idx, options, brl_options); in console_setup()