Searched refs:uart_parse_earlycon (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 77 uart_parse_earlycon uart_parse_options uart_set_options
|
/linux/drivers/tty/serial/ |
H A D | earlycon.c | 99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
|
H A D | serial_core.c | 2198 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr, in uart_parse_earlycon() function 2238 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
|
H A D | amba-pl011.c | 2464 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in pl011_console_match()
|
/linux/include/linux/ |
H A D | serial_core.h | 1100 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 471 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()
|