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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dgx1fb_core.c30 static char panel_option[32] = ""; variable
248 if (strcmp(panel_option, "") != 0) {
251 x = simple_strtol(panel_option, &s, 10);
420 strlcpy(panel_option, this_opt + 6, sizeof(panel_option));
469 module_param_string(panel, panel_option, sizeof(panel_option), 0444);

Completed in 42 milliseconds