Lines Matching refs:uart_softc
385 struct uart_softc base;
391 static int oct16550_bus_attach(struct uart_softc *);
392 static int oct16550_bus_detach(struct uart_softc *);
393 static int oct16550_bus_flush(struct uart_softc *, int);
394 static int oct16550_bus_getsig(struct uart_softc *);
395 static int oct16550_bus_ioctl(struct uart_softc *, int, intptr_t);
396 static int oct16550_bus_ipend(struct uart_softc *);
397 static int oct16550_bus_param(struct uart_softc *, int, int, int, int);
398 static int oct16550_bus_probe(struct uart_softc *);
399 static int oct16550_bus_receive(struct uart_softc *);
400 static int oct16550_bus_setsig(struct uart_softc *, int);
401 static int oct16550_bus_transmit(struct uart_softc *);
402 static void oct16550_bus_grab(struct uart_softc *);
403 static void oct16550_bus_ungrab(struct uart_softc *);
440 oct16550_bus_attach (struct uart_softc *sc) in oct16550_bus_attach()
472 oct16550_bus_detach (struct uart_softc *sc) in oct16550_bus_detach()
486 oct16550_bus_flush (struct uart_softc *sc, int what) in oct16550_bus_flush()
506 oct16550_bus_getsig (struct uart_softc *sc) in oct16550_bus_getsig()
527 oct16550_bus_ioctl (struct uart_softc *sc, int request, intptr_t data) in oct16550_bus_ioctl()
601 oct16550_bus_ipend(struct uart_softc *sc) in oct16550_bus_ipend()
643 oct16550_bus_param (struct uart_softc *sc, int baudrate, int databits, in oct16550_bus_param()
657 oct16550_bus_probe (struct uart_softc *sc) in oct16550_bus_probe()
717 oct16550_bus_receive (struct uart_softc *sc) in oct16550_bus_receive()
757 oct16550_bus_setsig (struct uart_softc *sc, int sig) in oct16550_bus_setsig()
789 oct16550_bus_transmit (struct uart_softc *sc) in oct16550_bus_transmit()
818 oct16550_bus_grab(struct uart_softc *sc) in oct16550_bus_grab()
834 oct16550_bus_ungrab(struct uart_softc *sc) in oct16550_bus_ungrab()