Searched refs:brl_options (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/kernel/printk/ |
D | braille.h | 8 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
|
D | braille.c | 12 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()
|
D | console_cmdline.h | 12 char *brl_options; /* Options for braille driver */ member
|
D | printk.c | 2408 char *brl_options, bool user_specified) in __add_preferred_console() argument 2421 if (!brl_options) in __add_preferred_console() 2429 if (!brl_options) in __add_preferred_console() 2434 braille_set_options(c, brl_options); in __add_preferred_console() 2457 char *s, *options, *brl_options = NULL; in console_setup() local 2470 if (_braille_console_setup(&str, &brl_options)) in console_setup() 2498 __add_preferred_console(buf, idx, options, brl_options, true); in console_setup()
|