Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_cpu_x86.c103 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_cpu_fdt.c100 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_cpu_arm64.c101 di->ops = uart_getops(class); in uart_cpu_fdt_setup()
H A Duart_cpu.h89 struct uart_ops *uart_getops(struct uart_class *);
H A Duart_cpu_powerpc.c186 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_subr.c323 di->ops = uart_getops(class); in uart_getenv()
H A Duart_cpu_acpi.c82 di->ops = uart_getops(class); in uart_cpu_acpi_init_devinfo()
H A Duart_core.c240 uart_getops(struct uart_class *uc) in uart_getops() function