Lines Matching refs:config
34 static char config[MAX_CONFIG_LEN];
36 .string = config,
172 char *cptr = config;
176 if (!strlen(config) || isspace(config[0])) {
335 pr_err("config string too long\n");
346 strcpy(config, kmessage);
348 if (len && config[len - 1] == '\n')
349 config[len - 1] = '\0';
364 * If we couldn't configure then clear out the config. Note that
365 * specifying an invalid config on the kernel command line vs.
368 * we'll leave it in the 'config' and return -EPROBE_DEFER from
373 config[0] = '\0';
417 pr_err("config string not provided\n");
422 pr_err("config string too long\n");
425 strcpy(config, opt);