Lines Matching refs:uart_softc

356 	struct uart_softc base;
359 static int sab82532_bus_attach(struct uart_softc *);
360 static int sab82532_bus_detach(struct uart_softc *);
361 static int sab82532_bus_flush(struct uart_softc *, int);
362 static int sab82532_bus_getsig(struct uart_softc *);
363 static int sab82532_bus_ioctl(struct uart_softc *, int, intptr_t);
364 static int sab82532_bus_ipend(struct uart_softc *);
365 static int sab82532_bus_param(struct uart_softc *, int, int, int, int);
366 static int sab82532_bus_probe(struct uart_softc *);
367 static int sab82532_bus_receive(struct uart_softc *);
368 static int sab82532_bus_setsig(struct uart_softc *, int);
369 static int sab82532_bus_transmit(struct uart_softc *);
370 static void sab82532_bus_grab(struct uart_softc *);
371 static void sab82532_bus_ungrab(struct uart_softc *);
408 sab82532_bus_attach(struct uart_softc *sc) in sab82532_bus_attach()
431 sab82532_bus_detach(struct uart_softc *sc) in sab82532_bus_detach()
448 sab82532_bus_flush(struct uart_softc *sc, int what) in sab82532_bus_flush()
458 sab82532_bus_getsig(struct uart_softc *sc) in sab82532_bus_getsig()
490 sab82532_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in sab82532_bus_ioctl()
539 sab82532_bus_ipend(struct uart_softc *sc) in sab82532_bus_ipend()
574 sab82532_bus_param(struct uart_softc *sc, int baudrate, int databits, in sab82532_bus_param()
588 sab82532_bus_probe(struct uart_softc *sc) in sab82532_bus_probe()
627 sab82532_bus_receive(struct uart_softc *sc) in sab82532_bus_receive()
663 sab82532_bus_setsig(struct uart_softc *sc, int sig) in sab82532_bus_setsig()
715 sab82532_bus_transmit(struct uart_softc *sc) in sab82532_bus_transmit()
736 sab82532_bus_grab(struct uart_softc *sc) in sab82532_bus_grab()
750 sab82532_bus_ungrab(struct uart_softc *sc) in sab82532_bus_ungrab()