Lines Matching refs:brl_options
129 char *brl_options; /* Options for braille driver */ member
949 char *brl_options) in __add_preferred_console() argument
961 if (!brl_options) in __add_preferred_console()
967 if (!brl_options) in __add_preferred_console()
973 c->brl_options = brl_options; in __add_preferred_console()
984 char *s, *options, *brl_options = NULL; in console_setup() local
989 brl_options = ""; in console_setup()
992 brl_options = str + 4; in console_setup()
993 str = strchr(brl_options, ','); in console_setup()
1026 __add_preferred_console(buf, idx, options, brl_options); in console_setup()
1424 if (console_cmdline[i].brl_options) { in register_console()
1429 console_cmdline[i].brl_options); in register_console()