Lines Matching refs:uart_softc
75 struct uart_softc { struct
151 void uart_sched_softih(struct uart_softc *, uint32_t); argument
153 int uart_tty_attach(struct uart_softc *);
154 int uart_tty_detach(struct uart_softc *);
155 struct mtx *uart_tty_getlock(struct uart_softc *);
162 uart_rx_empty(struct uart_softc *sc) in uart_rx_empty()
169 uart_rx_full(struct uart_softc *sc) in uart_rx_full()
177 uart_rx_get(struct uart_softc *sc) in uart_rx_get()
190 uart_rx_next(struct uart_softc *sc) in uart_rx_next()
203 uart_rx_peek(struct uart_softc *sc) in uart_rx_peek()
212 uart_rx_put(struct uart_softc *sc, int xc) in uart_rx_put()