Lines Matching refs:uart_softc
75 struct uart_softc { struct
150 void uart_sched_softih(struct uart_softc *, uint32_t); argument
152 int uart_tty_attach(struct uart_softc *);
153 int uart_tty_detach(struct uart_softc *);
154 struct mtx *uart_tty_getlock(struct uart_softc *);
161 uart_rx_empty(struct uart_softc *sc) in uart_rx_empty()
168 uart_rx_full(struct uart_softc *sc) in uart_rx_full()
176 uart_rx_get(struct uart_softc *sc) in uart_rx_get()
189 uart_rx_next(struct uart_softc *sc) in uart_rx_next()
202 uart_rx_peek(struct uart_softc *sc) in uart_rx_peek()
211 uart_rx_put(struct uart_softc *sc, int xc) in uart_rx_put()