Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/geode/
Dgx1fb_core.c29 static char panel_option[32] = ""; variable
244 if (strcmp(panel_option, "") != 0) { in parse_panel_option()
247 x = simple_strtol(panel_option, &s, 10); in parse_panel_option()
421 strlcpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
470 module_param_string(panel, panel_option, sizeof(panel_option), 0444);