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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpxafb.c69 static char g_options[PXAFB_OPTIONS_SIZE] __initdata = "";
1297 ret = pxafb_parse_options(&dev->dev, g_options);
1411 strlcpy(g_options, options, sizeof(g_options));
1417 module_param_string(options, g_options, sizeof(g_options), 0);

Completed in 49 milliseconds