Lines Matching refs:uart_softc
268 struct uart_softc base;
273 static int z8530_bus_attach(struct uart_softc *);
274 static int z8530_bus_detach(struct uart_softc *);
275 static int z8530_bus_flush(struct uart_softc *, int);
276 static int z8530_bus_getsig(struct uart_softc *);
277 static int z8530_bus_ioctl(struct uart_softc *, int, intptr_t);
278 static int z8530_bus_ipend(struct uart_softc *);
279 static int z8530_bus_param(struct uart_softc *, int, int, int, int);
280 static int z8530_bus_probe(struct uart_softc *);
281 static int z8530_bus_receive(struct uart_softc *);
282 static int z8530_bus_setsig(struct uart_softc *, int);
283 static int z8530_bus_transmit(struct uart_softc *);
284 static void z8530_bus_grab(struct uart_softc *);
285 static void z8530_bus_ungrab(struct uart_softc *);
321 z8530_bus_attach(struct uart_softc *sc) in z8530_bus_attach()
355 z8530_bus_detach(struct uart_softc *sc) in z8530_bus_detach()
362 z8530_bus_flush(struct uart_softc *sc, int what) in z8530_bus_flush()
369 z8530_bus_getsig(struct uart_softc *sc) in z8530_bus_getsig()
389 z8530_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in z8530_bus_ioctl()
422 z8530_bus_ipend(struct uart_softc *sc) in z8530_bus_ipend()
495 z8530_bus_param(struct uart_softc *sc, int baudrate, int databits, in z8530_bus_param()
509 z8530_bus_probe(struct uart_softc *sc) in z8530_bus_probe()
530 z8530_bus_receive(struct uart_softc *sc) in z8530_bus_receive()
576 z8530_bus_setsig(struct uart_softc *sc, int sig) in z8530_bus_setsig()
612 z8530_bus_transmit(struct uart_softc *sc) in z8530_bus_transmit()
630 z8530_bus_grab(struct uart_softc *sc) in z8530_bus_grab()
642 z8530_bus_ungrab(struct uart_softc *sc) in z8530_bus_ungrab()