Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/uart/
HDuart_core.c424 uart_intr(void *arg) in uart_intr() function
450 (callout_func_t *)uart_intr, sc); in uart_intr()
681 filt = uart_intr(sc); in uart_bus_attach()
695 uart_intr, NULL, sc, &sc->sc_icookie); in uart_bus_attach()
701 (driver_intr_t *)uart_intr, sc, &sc->sc_icookie); in uart_bus_attach()
715 (callout_func_t *)uart_intr, sc); in uart_bus_attach()