Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_core.c393 static const struct uart_ops *base_ops; variable
453 base_ops->config_port(port, flags); in univ8250_config_port()
464 ret = base_ops->request_port(port); in univ8250_request_port()
468 base_ops->release_port(port); in univ8250_request_port()
480 base_ops->release_port(port); in univ8250_release_port()
518 if (!base_ops) in serial8250_isa_init_ports()
519 base_ops = port->ops; in serial8250_isa_init_ports()
534 univ8250_port_ops = *base_ops; in serial8250_isa_init_ports()