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