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