Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_cpu_x86.c104 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.c102 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_acpi.c83 di->ops = uart_getops(class); in uart_cpu_acpi_init_devinfo()
H A Duart_cpu_powerpc.c187 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_subr.c318 di->ops = uart_getops(class); in uart_getenv()
H A Duart_core.c241 uart_getops(struct uart_class *uc) in uart_getops() function