Lines Matching refs:uart_softc

386 static int cdnc_uart_bus_probe(struct uart_softc *sc);
387 static int cdnc_uart_bus_attach(struct uart_softc *sc);
388 static int cdnc_uart_bus_flush(struct uart_softc *, int);
389 static int cdnc_uart_bus_getsig(struct uart_softc *);
390 static int cdnc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
391 static int cdnc_uart_bus_ipend(struct uart_softc *);
392 static int cdnc_uart_bus_param(struct uart_softc *, int, int, int, int);
393 static int cdnc_uart_bus_receive(struct uart_softc *);
394 static int cdnc_uart_bus_setsig(struct uart_softc *, int);
395 static int cdnc_uart_bus_transmit(struct uart_softc *);
396 static void cdnc_uart_bus_grab(struct uart_softc *);
397 static void cdnc_uart_bus_ungrab(struct uart_softc *);
417 cdnc_uart_bus_probe(struct uart_softc *sc) in cdnc_uart_bus_probe()
431 cdnc_uart_bus_attach(struct uart_softc *sc) in cdnc_uart_bus_attach()
455 cdnc_uart_bus_transmit(struct uart_softc *sc) in cdnc_uart_bus_transmit()
478 cdnc_uart_bus_setsig(struct uart_softc *sc, int sig) in cdnc_uart_bus_setsig()
507 cdnc_uart_bus_receive(struct uart_softc *sc) in cdnc_uart_bus_receive()
547 cdnc_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in cdnc_uart_bus_param()
556 cdnc_uart_bus_ipend(struct uart_softc *sc) in cdnc_uart_bus_ipend()
606 cdnc_uart_bus_flush(struct uart_softc *sc, int what) in cdnc_uart_bus_flush()
613 cdnc_uart_bus_getsig(struct uart_softc *sc) in cdnc_uart_bus_getsig()
639 cdnc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in cdnc_uart_bus_ioctl()
678 cdnc_uart_bus_grab(struct uart_softc *sc) in cdnc_uart_bus_grab()
688 cdnc_uart_bus_ungrab(struct uart_softc *sc) in cdnc_uart_bus_ungrab()
701 sizeof(struct uart_softc),