Lines Matching defs:config
34 static char config[MAX_CONFIG_LEN];
36 .string = config,
172 char *cptr = config;
175 if (!strlen(config) || isspace(config[0])) {
323 pr_err("config string too long\n");
334 strcpy(config, kmessage);
336 if (len && config[len - 1] == '\n')
337 config[len - 1] = '\0';
352 * If we couldn't configure then clear out the config. Note that
353 * specifying an invalid config on the kernel command line vs.
356 * we'll leave it in the 'config' and return -EPROBE_DEFER from
361 config[0] = '\0';
405 pr_err("config string not provided\n");
410 pr_err("config string too long\n");
413 strcpy(config, opt);