Searched defs:earlycon_device (Results 1 – 2 of 2) sorted by relevance
74517 struct earlycon_device { struct74518 struct console *con;74519 struct uart_port port;74520 char options[32];74521 unsigned int baud;
84443 struct earlycon_device { struct84454 int (*setup)(struct earlycon_device *, const char *); argument