Lines Matching refs:uart_softc

354 	struct uart_softc base;
357 static int sab82532_bus_attach(struct uart_softc *);
358 static int sab82532_bus_detach(struct uart_softc *);
359 static int sab82532_bus_flush(struct uart_softc *, int);
360 static int sab82532_bus_getsig(struct uart_softc *);
361 static int sab82532_bus_ioctl(struct uart_softc *, int, intptr_t);
362 static int sab82532_bus_ipend(struct uart_softc *);
363 static int sab82532_bus_param(struct uart_softc *, int, int, int, int);
364 static int sab82532_bus_probe(struct uart_softc *);
365 static int sab82532_bus_receive(struct uart_softc *);
366 static int sab82532_bus_setsig(struct uart_softc *, int);
367 static int sab82532_bus_transmit(struct uart_softc *);
368 static void sab82532_bus_grab(struct uart_softc *);
369 static void sab82532_bus_ungrab(struct uart_softc *);
405 sab82532_bus_attach(struct uart_softc *sc) in sab82532_bus_attach()
428 sab82532_bus_detach(struct uart_softc *sc) in sab82532_bus_detach()
445 sab82532_bus_flush(struct uart_softc *sc, int what) in sab82532_bus_flush()
455 sab82532_bus_getsig(struct uart_softc *sc) in sab82532_bus_getsig()
487 sab82532_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in sab82532_bus_ioctl()
536 sab82532_bus_ipend(struct uart_softc *sc) in sab82532_bus_ipend()
571 sab82532_bus_param(struct uart_softc *sc, int baudrate, int databits, in sab82532_bus_param()
585 sab82532_bus_probe(struct uart_softc *sc) in sab82532_bus_probe()
624 sab82532_bus_receive(struct uart_softc *sc) in sab82532_bus_receive()
660 sab82532_bus_setsig(struct uart_softc *sc, int sig) in sab82532_bus_setsig()
712 sab82532_bus_transmit(struct uart_softc *sc) in sab82532_bus_transmit()
733 sab82532_bus_grab(struct uart_softc *sc) in sab82532_bus_grab()
747 sab82532_bus_ungrab(struct uart_softc *sc) in sab82532_bus_ungrab()