Home
last modified time | relevance | path

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

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