Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/geode/
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()
422 strscpy(panel_option, this_opt + 6, sizeof(panel_option)); in gx1fb_setup()
471 module_param_string(panel, panel_option, sizeof(panel_option), 0444);