Lines Matching refs:uart_softc
37 struct uart_softc;
40 void uart_rxfifo_drain(struct uart_softc *sc, bool loopback);
41 int uart_rxfifo_getchar(struct uart_softc *sc);
42 int uart_rxfifo_numchars(struct uart_softc *sc);
43 int uart_rxfifo_putchar(struct uart_softc *sc, uint8_t ch, bool loopback);
44 void uart_rxfifo_reset(struct uart_softc *sc, int size);
45 int uart_rxfifo_size(struct uart_softc *sc);
47 int uart_rxfifo_snapshot(struct uart_softc *sc,
51 struct uart_softc *uart_init(void);
52 int uart_tty_open(struct uart_softc *sc, const char *path,
54 void uart_softc_lock(struct uart_softc *sc);
55 void uart_softc_unlock(struct uart_softc *sc);