Lines Matching refs:uart_softc
36 struct uart_softc base;
49 int ns8250_bus_attach(struct uart_softc *);
50 int ns8250_bus_detach(struct uart_softc *);
51 int ns8250_bus_flush(struct uart_softc *, int);
52 int ns8250_bus_getsig(struct uart_softc *);
53 int ns8250_bus_ioctl(struct uart_softc *, int, intptr_t);
54 int ns8250_bus_ipend(struct uart_softc *);
55 int ns8250_bus_param(struct uart_softc *, int, int, int, int);
56 int ns8250_bus_probe(struct uart_softc *);
57 int ns8250_bus_receive(struct uart_softc *);
58 int ns8250_bus_setsig(struct uart_softc *, int);
59 int ns8250_bus_transmit(struct uart_softc *);
60 void ns8250_bus_grab(struct uart_softc *);
61 bool ns8250_bus_txbusy(struct uart_softc *);
62 void ns8250_bus_ungrab(struct uart_softc *);