Home
last modified time | relevance | path

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

/freebsd-13.1/sys/mips/atheros/
H A Duart_cpu_ar933x.c65 di->ops = uart_getops(&uart_ar933x_class); in uart_cpu_getdev()
H A Duart_cpu_ar71xx.c63 di->ops = uart_getops(&uart_ns8250_class); in uart_cpu_getdev()
/freebsd-13.1/sys/mips/atheros/ar531x/
H A Duart_cpu_ar5315.c61 di->ops = uart_getops(&uart_ns8250_class); in uart_cpu_getdev()
/freebsd-13.1/sys/mips/nlm/
H A Duart_cpu_xlp.c80 di->ops = uart_getops(&uart_ns8250_class); in uart_cpu_getdev()
/freebsd-13.1/sys/mips/malta/
H A Duart_cpu_maltausart.c66 di->ops = uart_getops(&uart_ns8250_class); in uart_cpu_getdev()
/freebsd-13.1/sys/dev/uart/
H A Duart_cpu_fdt.c102 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_cpu_x86.c100 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_cpu_arm64.c120 di->ops = uart_getops(class); in uart_cpu_getdev()
H A Duart_cpu_acpi.c110 di->ops = uart_getops(class); in uart_cpu_acpi_spcr()
H A Duart_cpu.h91 struct uart_ops *uart_getops(struct uart_class *);
H A Duart_cpu_powerpc.c189 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_core.c244 uart_getops(struct uart_class *uc) in uart_getops() function
/freebsd-13.1/sys/mips/broadcom/
H A Duart_cpu_chipc.c75 di->ops = uart_getops(chipc_uart_class); in uart_cpu_init()
/freebsd-13.1/sys/mips/cavium/
H A Duart_cpu_octeonusart.c161 di->ops = uart_getops(class); in uart_cpu_getdev()