Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/driver-api/serial/
Ddriver.rst77 uart_parse_earlycon uart_parse_options uart_set_options
/Linux-v6.6/drivers/tty/serial/
Dearlycon.c99 if (uart_parse_earlycon(options, &port->iotype, &addr, &options)) in parse_options()
Dserial_core.c2155 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr, in uart_parse_earlycon() function
2195 EXPORT_SYMBOL_GPL(uart_parse_earlycon);
Damba-pl011.c2491 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in pl011_console_match()
/Linux-v6.6/include/linux/
Dserial_core.h843 int uart_parse_earlycon(char *p, unsigned char *iotype, resource_size_t *addr,
/Linux-v6.6/drivers/tty/serial/8250/
D8250_core.c675 if (uart_parse_earlycon(options, &iotype, &addr, &options)) in univ8250_console_match()