Lines Matching defs:opt
180 static int setup_compute_opt_wdiff(char *opt)
182 char *w1_str = opt;
187 if (!opt)
190 w2_str = strchr(opt, ',');
216 static int setup_compute_opt(char *opt)
219 return setup_compute_opt_wdiff(opt);
221 if (opt) {
222 pr_err("Failed: extra option specified '%s'", opt);
229 static int setup_compute(const struct option *opt, const char *str,
232 int *cp = (int *) opt->value;