Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dgx1fb_core.c26 static char panel_option[32] = ""; variable
241 if (strcmp(panel_option, "") != 0) { in parse_panel_option()
244 x = simple_strtol(panel_option, &s, 10); in parse_panel_option()
418 strscpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
472 module_param_string(panel, panel_option, sizeof(panel_option), 0444);