Lines Matching defs:options
234 * XXX - these options apply unilaterally to _all_ adapters
315 * Module information and settable options.
325 "period-delimited options string:\n"
349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n"
1055 /* All options use a ':' name/arg separator */
1137 } options[] = {
1167 for (i = 0; i < ARRAY_SIZE(options); i++) {
1169 n = strlen(options[i].name);
1170 if (strncmp(options[i].name, p, n) == 0)
1173 if (i == ARRAY_SIZE(options))
1194 *(options[i].flag) = simple_strtoul(p + n + 1, NULL, 0);
1196 *(options[i].flag) = 1;
1198 *(options[i].flag) ^= 0xFFFFFFFF;
1362 * Lookup and commit any modified IO Cell options.