Lines Matching refs:earlycon
6 * Based on 8250 earlycon:
30 .name = "uart", /* fixed up at earlycon registration */
58 struct console *earlycon = device->con;
68 earlycon->index = simple_strtoul(s, NULL, 10);
70 strlcpy(earlycon->name, name, min(len + 1, sizeof(earlycon->name)));
71 earlycon->data = &early_console_dev;
76 struct console *earlycon = device->con;
82 earlycon->name, earlycon->index,
89 earlycon->name, earlycon->index,
159 * setup_earlycon - match and register earlycon console
160 * @buf: earlycon param string
162 * Registers the earlycon console matching the earlycon specified
169 * Only for the third form does the earlycon setup() method receive the
173 * Returns 0 if an attempt to register the earlycon was made,
229 /* Just 'earlycon' is a valid param for devicetree and ACPI SPCR. */
244 early_param("earlycon", param_setup_earlycon);