Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_rsa.c70 univ8250_port_base_ops->config_port(port, flags); in univ8250_config_port()
81 ret = univ8250_port_base_ops->request_port(port); in univ8250_request_port()
85 univ8250_port_base_ops->release_port(port); in univ8250_request_port()
97 univ8250_port_base_ops->release_port(port); in univ8250_release_port()
H A D8250_core.c310 const struct uart_ops *univ8250_port_base_ops = NULL; variable
356 if (!univ8250_port_base_ops) in serial8250_setup_port()
357 univ8250_port_base_ops = up->port.ops; in serial8250_setup_port()
H A D8250.h132 extern const struct uart_ops *univ8250_port_base_ops;
H A D8250_platform.c76 univ8250_port_ops = *univ8250_port_base_ops; in __serial8250_isa_init_ports()