Lines Matching refs:uart_softc

270 	struct uart_softc base;
275 static int z8530_bus_attach(struct uart_softc *);
276 static int z8530_bus_detach(struct uart_softc *);
277 static int z8530_bus_flush(struct uart_softc *, int);
278 static int z8530_bus_getsig(struct uart_softc *);
279 static int z8530_bus_ioctl(struct uart_softc *, int, intptr_t);
280 static int z8530_bus_ipend(struct uart_softc *);
281 static int z8530_bus_param(struct uart_softc *, int, int, int, int);
282 static int z8530_bus_probe(struct uart_softc *);
283 static int z8530_bus_receive(struct uart_softc *);
284 static int z8530_bus_setsig(struct uart_softc *, int);
285 static int z8530_bus_transmit(struct uart_softc *);
286 static void z8530_bus_grab(struct uart_softc *);
287 static void z8530_bus_ungrab(struct uart_softc *);
324 z8530_bus_attach(struct uart_softc *sc) in z8530_bus_attach()
358 z8530_bus_detach(struct uart_softc *sc) in z8530_bus_detach()
365 z8530_bus_flush(struct uart_softc *sc, int what) in z8530_bus_flush()
372 z8530_bus_getsig(struct uart_softc *sc) in z8530_bus_getsig()
392 z8530_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in z8530_bus_ioctl()
425 z8530_bus_ipend(struct uart_softc *sc) in z8530_bus_ipend()
498 z8530_bus_param(struct uart_softc *sc, int baudrate, int databits, in z8530_bus_param()
512 z8530_bus_probe(struct uart_softc *sc) in z8530_bus_probe()
533 z8530_bus_receive(struct uart_softc *sc) in z8530_bus_receive()
579 z8530_bus_setsig(struct uart_softc *sc, int sig) in z8530_bus_setsig()
615 z8530_bus_transmit(struct uart_softc *sc) in z8530_bus_transmit()
633 z8530_bus_grab(struct uart_softc *sc) in z8530_bus_grab()
645 z8530_bus_ungrab(struct uart_softc *sc) in z8530_bus_ungrab()