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