Searched refs:uart_parse_earlycon (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/tty/serial/ |
D | earlycon.c | 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
|
D | serial_core.c | 1989 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr, in uart_parse_earlycon() function 2029 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
|
D | amba-pl011.c | 2365 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in pl011_console_match()
|
/Linux-v5.10/include/linux/ |
D | serial_core.h | 399 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
|
/Linux-v5.10/drivers/tty/serial/8250/ |
D | 8250_core.c | 648 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()
|