Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dearlycon.c70 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
Dserial_core.c1830 int uart_parse_earlycon(char *p, unsigned char *iotype, unsigned long *addr, in uart_parse_earlycon() function
1856 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
/linux-4.1.27/include/linux/
Dserial_core.h362 int uart_parse_earlycon(char *p, unsigned char *iotype, unsigned long *addr,
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c3523 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()