Lines Matching refs:uart_softc

388 static int cdnc_uart_bus_probe(struct uart_softc *sc);
389 static int cdnc_uart_bus_attach(struct uart_softc *sc);
390 static int cdnc_uart_bus_flush(struct uart_softc *, int);
391 static int cdnc_uart_bus_getsig(struct uart_softc *);
392 static int cdnc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
393 static int cdnc_uart_bus_ipend(struct uart_softc *);
394 static int cdnc_uart_bus_param(struct uart_softc *, int, int, int, int);
395 static int cdnc_uart_bus_receive(struct uart_softc *);
396 static int cdnc_uart_bus_setsig(struct uart_softc *, int);
397 static int cdnc_uart_bus_transmit(struct uart_softc *);
398 static void cdnc_uart_bus_grab(struct uart_softc *);
399 static void cdnc_uart_bus_ungrab(struct uart_softc *);
419 cdnc_uart_bus_probe(struct uart_softc *sc) in cdnc_uart_bus_probe()
433 cdnc_uart_bus_attach(struct uart_softc *sc) in cdnc_uart_bus_attach()
457 cdnc_uart_bus_transmit(struct uart_softc *sc) in cdnc_uart_bus_transmit()
480 cdnc_uart_bus_setsig(struct uart_softc *sc, int sig) in cdnc_uart_bus_setsig()
509 cdnc_uart_bus_receive(struct uart_softc *sc) in cdnc_uart_bus_receive()
549 cdnc_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in cdnc_uart_bus_param()
558 cdnc_uart_bus_ipend(struct uart_softc *sc) in cdnc_uart_bus_ipend()
608 cdnc_uart_bus_flush(struct uart_softc *sc, int what) in cdnc_uart_bus_flush()
615 cdnc_uart_bus_getsig(struct uart_softc *sc) in cdnc_uart_bus_getsig()
641 cdnc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in cdnc_uart_bus_ioctl()
680 cdnc_uart_bus_grab(struct uart_softc *sc) in cdnc_uart_bus_grab()
690 cdnc_uart_bus_ungrab(struct uart_softc *sc) in cdnc_uart_bus_ungrab()
703 sizeof(struct uart_softc),