Lines Matching refs:uart_softc
385 static int cdnc_uart_bus_probe(struct uart_softc *sc);
386 static int cdnc_uart_bus_attach(struct uart_softc *sc);
387 static int cdnc_uart_bus_flush(struct uart_softc *, int);
388 static int cdnc_uart_bus_getsig(struct uart_softc *);
389 static int cdnc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
390 static int cdnc_uart_bus_ipend(struct uart_softc *);
391 static int cdnc_uart_bus_param(struct uart_softc *, int, int, int, int);
392 static int cdnc_uart_bus_receive(struct uart_softc *);
393 static int cdnc_uart_bus_setsig(struct uart_softc *, int);
394 static int cdnc_uart_bus_transmit(struct uart_softc *);
395 static void cdnc_uart_bus_grab(struct uart_softc *);
396 static void cdnc_uart_bus_ungrab(struct uart_softc *);
416 cdnc_uart_bus_probe(struct uart_softc *sc) in cdnc_uart_bus_probe()
430 cdnc_uart_bus_attach(struct uart_softc *sc) in cdnc_uart_bus_attach()
454 cdnc_uart_bus_transmit(struct uart_softc *sc) in cdnc_uart_bus_transmit()
477 cdnc_uart_bus_setsig(struct uart_softc *sc, int sig) in cdnc_uart_bus_setsig()
506 cdnc_uart_bus_receive(struct uart_softc *sc) in cdnc_uart_bus_receive()
546 cdnc_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in cdnc_uart_bus_param()
555 cdnc_uart_bus_ipend(struct uart_softc *sc) in cdnc_uart_bus_ipend()
605 cdnc_uart_bus_flush(struct uart_softc *sc, int what) in cdnc_uart_bus_flush()
612 cdnc_uart_bus_getsig(struct uart_softc *sc) in cdnc_uart_bus_getsig()
638 cdnc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in cdnc_uart_bus_ioctl()
677 cdnc_uart_bus_grab(struct uart_softc *sc) in cdnc_uart_bus_grab()
687 cdnc_uart_bus_ungrab(struct uart_softc *sc) in cdnc_uart_bus_ungrab()
700 sizeof(struct uart_softc),