Lines Matching refs:uart_softc
73 struct uart_softc { struct
148 void uart_sched_softih(struct uart_softc *, uint32_t); argument
150 int uart_tty_attach(struct uart_softc *);
151 int uart_tty_detach(struct uart_softc *);
152 struct mtx *uart_tty_getlock(struct uart_softc *);
159 uart_rx_empty(struct uart_softc *sc) in uart_rx_empty()
166 uart_rx_full(struct uart_softc *sc) in uart_rx_full()
174 uart_rx_get(struct uart_softc *sc) in uart_rx_get()
187 uart_rx_next(struct uart_softc *sc) in uart_rx_next()
200 uart_rx_peek(struct uart_softc *sc) in uart_rx_peek()
209 uart_rx_put(struct uart_softc *sc, int xc) in uart_rx_put()