Home
last modified time | relevance | path

Searched refs:uart_parse_earlycon (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/driver-api/serial/
H A Ddriver.rst76 uart_parse_earlycon uart_parse_options uart_set_options
/linux/include/linux/
H A Dserial_core.h1104 int uart_parse_earlycon(char *p, enum uart_iotype *iotype,
/linux/drivers/tty/serial/8250/
H A D8250_core.c474 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()
/linux/drivers/tty/serial/
H A Dserial_core.c2153 int uart_parse_earlycon(char *p, enum uart_iotype *iotype, in uart_parse_earlycon() function
2193 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
H A Damba-pl011.c2492 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in pl011_console_match()