Lines Matching defs:opt
414 static int kgdboc_option_setup(char *opt)
416 if (!opt) {
421 if (strlen(opt) >= MAX_CONFIG_LEN) {
425 strcpy(config, opt);
434 static int __init kgdboc_early_init(char *opt)
436 kgdboc_option_setup(opt);
539 static int __init kgdboc_earlycon_init(char *opt)
561 (!opt || !opt[0] || strcmp(con->name, opt) == 0))
577 if (opt)
578 strscpy(kgdboc_earlycon_param, opt,