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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfbset.c64 static unsigned g_options; variable
357 g_options |= OPT_ALL;
360 g_options |= OPT_CHANGE;
382 g_options |= OPT_READMODE;
388 if (g_options & OPT_READMODE) {
395 if (g_options & OPT_CHANGE) {
396 if (g_options & OPT_ALL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpxafb.c1992 static char g_options[256] __devinitdata = "";
2003 strlcpy(g_options, options, sizeof(g_options));
2010 module_param_string(options, g_options, sizeof(g_options), 0);
2070 ret = pxafb_parse_options(&dev->dev, g_options);

Completed in 105 milliseconds