Lines Matching defs:opt
402 static int kgdboc_option_setup(char *opt)
404 if (!opt) {
409 if (strlen(opt) >= MAX_CONFIG_LEN) {
413 strcpy(config, opt);
422 static int __init kgdboc_early_init(char *opt)
424 kgdboc_option_setup(opt);
521 static int __init kgdboc_earlycon_init(char *opt)
535 (!opt || !opt[0] || strcmp(con->name, opt) == 0))
551 if (opt)
552 strscpy(kgdboc_earlycon_param, opt,