Lines Matching defs:options
70 char *options, *sep_opt;
81 options = kstrdup(buf, GFP_KERNEL);
82 if (!options)
85 sep_opt = strstrip(options);
221 kfree(options);
301 char *opt, *options;
309 options = strstrip(opt);
311 if (sysfs_streq(options, "normal")) {
313 } else if (sysfs_streq(options, "force")) {
318 options);
403 char *opt, *options;
410 options = strstrip(opt);
412 if (!sysfs_streq(options, "1")) {
415 options);