Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/printk/
A 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
A Dbraille.c12 int _braille_console_setup(char **str, char **brl_options) in _braille_console_setup() argument
18 *brl_options = ""; in _braille_console_setup()
25 *brl_options = *str + len; in _braille_console_setup()
26 *str = strchr(*brl_options, ','); in _braille_console_setup()
42 if (c->brl_options) { in _braille_register_console()
45 c->brl_options); in _braille_register_console()
A Dconsole_cmdline.h12 char *brl_options; /* Options for braille driver */ member
A Dprintk.c2413 char *brl_options, bool user_specified) in __add_preferred_console() argument
2426 if (!brl_options) in __add_preferred_console()
2434 if (!brl_options) in __add_preferred_console()
2439 braille_set_options(c, brl_options); in __add_preferred_console()
2462 char *s, *options, *brl_options = NULL; in console_setup() local
2475 if (_braille_console_setup(&str, &brl_options)) in console_setup()
2503 __add_preferred_console(buf, idx, options, brl_options, true); in console_setup()

Completed in 10 milliseconds