Lines Matching refs:uart_softc

267 	struct uart_softc base;
272 static int z8530_bus_attach(struct uart_softc *);
273 static int z8530_bus_detach(struct uart_softc *);
274 static int z8530_bus_flush(struct uart_softc *, int);
275 static int z8530_bus_getsig(struct uart_softc *);
276 static int z8530_bus_ioctl(struct uart_softc *, int, intptr_t);
277 static int z8530_bus_ipend(struct uart_softc *);
278 static int z8530_bus_param(struct uart_softc *, int, int, int, int);
279 static int z8530_bus_probe(struct uart_softc *);
280 static int z8530_bus_receive(struct uart_softc *);
281 static int z8530_bus_setsig(struct uart_softc *, int);
282 static int z8530_bus_transmit(struct uart_softc *);
283 static void z8530_bus_grab(struct uart_softc *);
284 static void z8530_bus_ungrab(struct uart_softc *);
322 z8530_bus_attach(struct uart_softc *sc) in z8530_bus_attach()
356 z8530_bus_detach(struct uart_softc *sc) in z8530_bus_detach()
363 z8530_bus_flush(struct uart_softc *sc, int what) in z8530_bus_flush()
370 z8530_bus_getsig(struct uart_softc *sc) in z8530_bus_getsig()
390 z8530_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in z8530_bus_ioctl()
423 z8530_bus_ipend(struct uart_softc *sc) in z8530_bus_ipend()
496 z8530_bus_param(struct uart_softc *sc, int baudrate, int databits, in z8530_bus_param()
510 z8530_bus_probe(struct uart_softc *sc) in z8530_bus_probe()
529 z8530_bus_receive(struct uart_softc *sc) in z8530_bus_receive()
575 z8530_bus_setsig(struct uart_softc *sc, int sig) in z8530_bus_setsig()
611 z8530_bus_transmit(struct uart_softc *sc) in z8530_bus_transmit()
629 z8530_bus_grab(struct uart_softc *sc) in z8530_bus_grab()
641 z8530_bus_ungrab(struct uart_softc *sc) in z8530_bus_ungrab()