Lines Matching refs:uart_softc
392 static int cdnc_uart_bus_probe(struct uart_softc *sc);
393 static int cdnc_uart_bus_attach(struct uart_softc *sc);
394 static int cdnc_uart_bus_flush(struct uart_softc *, int);
395 static int cdnc_uart_bus_getsig(struct uart_softc *);
396 static int cdnc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
397 static int cdnc_uart_bus_ipend(struct uart_softc *);
398 static int cdnc_uart_bus_param(struct uart_softc *, int, int, int, int);
399 static int cdnc_uart_bus_receive(struct uart_softc *);
400 static int cdnc_uart_bus_setsig(struct uart_softc *, int);
401 static int cdnc_uart_bus_transmit(struct uart_softc *);
402 static void cdnc_uart_bus_grab(struct uart_softc *);
403 static void cdnc_uart_bus_ungrab(struct uart_softc *);
423 cdnc_uart_bus_probe(struct uart_softc *sc) in cdnc_uart_bus_probe()
437 cdnc_uart_bus_attach(struct uart_softc *sc) in cdnc_uart_bus_attach()
461 cdnc_uart_bus_transmit(struct uart_softc *sc) in cdnc_uart_bus_transmit()
484 cdnc_uart_bus_setsig(struct uart_softc *sc, int sig) in cdnc_uart_bus_setsig()
513 cdnc_uart_bus_receive(struct uart_softc *sc) in cdnc_uart_bus_receive()
553 cdnc_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in cdnc_uart_bus_param()
562 cdnc_uart_bus_ipend(struct uart_softc *sc) in cdnc_uart_bus_ipend()
612 cdnc_uart_bus_flush(struct uart_softc *sc, int what) in cdnc_uart_bus_flush()
619 cdnc_uart_bus_getsig(struct uart_softc *sc) in cdnc_uart_bus_getsig()
645 cdnc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in cdnc_uart_bus_ioctl()
684 cdnc_uart_bus_grab(struct uart_softc *sc) in cdnc_uart_bus_grab()
694 cdnc_uart_bus_ungrab(struct uart_softc *sc) in cdnc_uart_bus_ungrab()
707 sizeof(struct uart_softc),