Searched refs:brl_options (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/printk/ |
H A 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() 18 * Sets brl_options to the parsed braille 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
|
H A 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()
|
H A D | console_cmdline.h | 12 char *brl_options; /* Options for braille driver */ member
|
H A D | printk.c | 2165 char *brl_options, bool user_specified) in __add_preferred_console() 2178 if (!brl_options) in __add_preferred_console() 2187 if (!brl_options) in __add_preferred_console() 2192 braille_set_options(c, brl_options); in __add_preferred_console() 2215 char *s, *options, *brl_options = NULL; in console_setup() local 2228 if (_braille_console_setup(&str, &brl_options)) in console_setup() 2256 __add_preferred_console(buf, idx, options, brl_options, true); in console_setup() 2164 __add_preferred_console(char *name, int idx, char *options, char *brl_options, bool user_specified) __add_preferred_console() argument
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A 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() 18 * Sets brl_options to the parsed braille 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
|
H A 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()
|
H A D | console_cmdline.h | 12 char *brl_options; /* Options for braille driver */ member
|
H A D | printk.c | 2437 char *brl_options, bool user_specified) in __add_preferred_console() 2450 if (!brl_options) in __add_preferred_console() 2458 if (!brl_options) in __add_preferred_console() 2463 braille_set_options(c, brl_options); in __add_preferred_console() 2486 char *s, *options, *brl_options = NULL; in console_setup() local 2499 if (_braille_console_setup(&str, &brl_options)) in console_setup() 2527 __add_preferred_console(buf, idx, options, brl_options, true); in console_setup() 2436 __add_preferred_console(char *name, int idx, char *options, char *brl_options, bool user_specified) __add_preferred_console() argument
|
Completed in 10 milliseconds