Lines Matching refs:uart_softc

276 	struct uart_softc base;
280 static int uart_mvebu_bus_attach(struct uart_softc *);
281 static int uart_mvebu_bus_detach(struct uart_softc *);
282 static int uart_mvebu_bus_flush(struct uart_softc *, int);
283 static int uart_mvebu_bus_getsig(struct uart_softc *);
284 static int uart_mvebu_bus_ioctl(struct uart_softc *, int, intptr_t);
285 static int uart_mvebu_bus_ipend(struct uart_softc *);
286 static int uart_mvebu_bus_param(struct uart_softc *, int, int, int, int);
287 static int uart_mvebu_bus_probe(struct uart_softc *);
288 static int uart_mvebu_bus_receive(struct uart_softc *);
289 static int uart_mvebu_bus_setsig(struct uart_softc *, int);
290 static int uart_mvebu_bus_transmit(struct uart_softc *);
291 static void uart_mvebu_bus_grab(struct uart_softc *);
292 static void uart_mvebu_bus_ungrab(struct uart_softc *);
329 uart_mvebu_bus_attach(struct uart_softc *sc) in uart_mvebu_bus_attach()
353 uart_mvebu_bus_detach(struct uart_softc *sc) in uart_mvebu_bus_detach()
360 uart_mvebu_bus_flush(struct uart_softc *sc, int what) in uart_mvebu_bus_flush()
396 uart_mvebu_bus_getsig(struct uart_softc *sc) in uart_mvebu_bus_getsig()
403 uart_mvebu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mvebu_bus_ioctl()
438 uart_mvebu_bus_ipend(struct uart_softc *sc) in uart_mvebu_bus_ipend()
469 uart_mvebu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mvebu_bus_param()
482 uart_mvebu_bus_probe(struct uart_softc *sc) in uart_mvebu_bus_probe()
501 uart_mvebu_bus_receive(struct uart_softc *sc) in uart_mvebu_bus_receive()
546 uart_mvebu_bus_setsig(struct uart_softc *sc, int sig) in uart_mvebu_bus_setsig()
553 uart_mvebu_bus_transmit(struct uart_softc *sc) in uart_mvebu_bus_transmit()
586 uart_mvebu_bus_grab(struct uart_softc *sc) in uart_mvebu_bus_grab()
602 uart_mvebu_bus_ungrab(struct uart_softc *sc) in uart_mvebu_bus_ungrab()