Searched refs:serial8250_do_startup (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dserial_8250.h190 int serial8250_do_startup(struct uart_port *port);
/linux-master/drivers/tty/serial/8250/
H A D8250_of.c44 return serial8250_do_startup(port);
H A D8250_aspeed_vuart.c253 rc = serial8250_do_startup(uart_port);
H A D8250_mtk.c207 return serial8250_do_startup(port);
H A D8250_port.c2170 int serial8250_do_startup(struct uart_port *port) function
2455 EXPORT_SYMBOL_GPL(serial8250_do_startup); variable
2461 return serial8250_do_startup(port);
H A D8250_exar.c210 return serial8250_do_startup(port);
H A D8250_bcm7271.c596 * prevent serial8250_do_startup() from allocating non-existent
601 res = serial8250_do_startup(port);

Completed in 284 milliseconds