Lines Matching defs:options
263 * XXX - these options apply unilaterally to _all_ 274x/284x/294x
325 * Module information and settable options.
335 "period-delimited options string:\n"
358 " options aic7xxx 'aic7xxx=probe_eisa_vl.tag_info:{{}.{.10}}.seltime:1'\n"
931 /* All options use a ':' name/arg separator */
1013 } options[] = {
1040 for (i = 0; i < ARRAY_SIZE(options); i++) {
1042 n = strlen(options[i].name);
1043 if (strncmp(options[i].name, p, n) == 0)
1046 if (i == ARRAY_SIZE(options))
1055 *(options[i].flag) = simple_strtoul(p + n + 1, NULL, 0);
1057 *(options[i].flag) = 1;
1059 *(options[i].flag) ^= 0xFFFFFFFF;