Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_core.c395 static const struct uart_ops *base_ops; variable
456 base_ops->config_port(port, flags); in univ8250_config_port()
467 ret = base_ops->request_port(port); in univ8250_request_port()
471 base_ops->release_port(port); in univ8250_request_port()
483 base_ops->release_port(port); in univ8250_release_port()
521 if (!base_ops) in serial8250_isa_init_ports()
522 base_ops = port->ops; in serial8250_isa_init_ports()
538 univ8250_port_ops = *base_ops; in serial8250_isa_init_ports()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_core.c384 static const struct uart_ops *base_ops; variable
445 base_ops->config_port(port, flags); in univ8250_config_port()
456 ret = base_ops->request_port(port); in univ8250_request_port()
460 base_ops->release_port(port); in univ8250_request_port()
472 base_ops->release_port(port); in univ8250_release_port()
503 if (!base_ops) in serial8250_setup_port()
504 base_ops = up->port.ops; in serial8250_setup_port()
542 univ8250_port_ops = *base_ops; in serial8250_isa_init_ports()

Completed in 3 milliseconds