Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dearlycon.c99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
Dserial_core.c2047 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr, in uart_parse_earlycon() function
2087 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
Damba-pl011.c2375 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in pl011_console_match()
/kernel/linux/linux-5.10/include/linux/
Dserial_core.h422 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_core.c658 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()