Searched refs:uart_parse_earlycon (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/tty/serial/ |
D | earlycon.c | 70 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
|
D | serial_core.c | 1831 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/ |
D | serial_core.h | 362 int uart_parse_earlycon(char *p, unsigned char *iotype, unsigned long *addr,
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_core.c | 644 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()
|