Lines Matching refs:uart_softc
270 struct uart_softc base;
274 static int uart_mvebu_bus_attach(struct uart_softc *);
275 static int uart_mvebu_bus_detach(struct uart_softc *);
276 static int uart_mvebu_bus_flush(struct uart_softc *, int);
277 static int uart_mvebu_bus_getsig(struct uart_softc *);
278 static int uart_mvebu_bus_ioctl(struct uart_softc *, int, intptr_t);
279 static int uart_mvebu_bus_ipend(struct uart_softc *);
280 static int uart_mvebu_bus_param(struct uart_softc *, int, int, int, int);
281 static int uart_mvebu_bus_probe(struct uart_softc *);
282 static int uart_mvebu_bus_receive(struct uart_softc *);
283 static int uart_mvebu_bus_setsig(struct uart_softc *, int);
284 static int uart_mvebu_bus_transmit(struct uart_softc *);
285 static void uart_mvebu_bus_grab(struct uart_softc *);
286 static void uart_mvebu_bus_ungrab(struct uart_softc *);
323 uart_mvebu_bus_attach(struct uart_softc *sc) in uart_mvebu_bus_attach()
347 uart_mvebu_bus_detach(struct uart_softc *sc) in uart_mvebu_bus_detach()
354 uart_mvebu_bus_flush(struct uart_softc *sc, int what) in uart_mvebu_bus_flush()
390 uart_mvebu_bus_getsig(struct uart_softc *sc) in uart_mvebu_bus_getsig()
397 uart_mvebu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mvebu_bus_ioctl()
432 uart_mvebu_bus_ipend(struct uart_softc *sc) in uart_mvebu_bus_ipend()
463 uart_mvebu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mvebu_bus_param()
476 uart_mvebu_bus_probe(struct uart_softc *sc) in uart_mvebu_bus_probe()
495 uart_mvebu_bus_receive(struct uart_softc *sc) in uart_mvebu_bus_receive()
540 uart_mvebu_bus_setsig(struct uart_softc *sc, int sig) in uart_mvebu_bus_setsig()
547 uart_mvebu_bus_transmit(struct uart_softc *sc) in uart_mvebu_bus_transmit()
580 uart_mvebu_bus_grab(struct uart_softc *sc) in uart_mvebu_bus_grab()
596 uart_mvebu_bus_ungrab(struct uart_softc *sc) in uart_mvebu_bus_ungrab()