Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/printk/
Dbraille.h8 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
32 braille_set_options(struct console_cmdline *c, char *brl_options) in braille_set_options()
37 _braille_console_setup(char **str, char **brl_options) in _braille_console_setup()
Dbraille.c12 int _braille_console_setup(char **str, char **brl_options) in _braille_console_setup()
Dconsole_cmdline.h12 char *brl_options; /* Options for braille driver */ member
Dprintk.c2371 char *brl_options, bool user_specified) in __add_preferred_console()
2420 char *s, *options, *brl_options = NULL; in console_setup() local