Home
last modified time | relevance | path

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

/drivers/video/fbdev/geode/
Dgx1fb_core.c25 static char panel_option[32] = ""; variable
240 if (strcmp(panel_option, "") != 0) { in parse_panel_option()
243 x = simple_strtol(panel_option, &s, 10); in parse_panel_option()
417 strlcpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
466 module_param_string(panel, panel_option, sizeof(panel_option), 0444);