Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/serial/
H A Ddriver.rst77 uart_parse_earlycon uart_parse_options uart_set_options
/openbmc/linux/drivers/tty/serial/
H A Dearlycon.c99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
H A Dserial_core.c2210 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr, in uart_parse_earlycon() function
2250 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
H A Damba-pl011.c2487 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in pl011_console_match()
/openbmc/linux/include/linux/
H A Dserial_core.h963 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c675 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()