Lines Matching refs:uart_softc

278 	struct uart_softc base;
282 static int uart_mvebu_bus_attach(struct uart_softc *);
283 static int uart_mvebu_bus_detach(struct uart_softc *);
284 static int uart_mvebu_bus_flush(struct uart_softc *, int);
285 static int uart_mvebu_bus_getsig(struct uart_softc *);
286 static int uart_mvebu_bus_ioctl(struct uart_softc *, int, intptr_t);
287 static int uart_mvebu_bus_ipend(struct uart_softc *);
288 static int uart_mvebu_bus_param(struct uart_softc *, int, int, int, int);
289 static int uart_mvebu_bus_probe(struct uart_softc *);
290 static int uart_mvebu_bus_receive(struct uart_softc *);
291 static int uart_mvebu_bus_setsig(struct uart_softc *, int);
292 static int uart_mvebu_bus_transmit(struct uart_softc *);
293 static void uart_mvebu_bus_grab(struct uart_softc *);
294 static void uart_mvebu_bus_ungrab(struct uart_softc *);
331 uart_mvebu_bus_attach(struct uart_softc *sc) in uart_mvebu_bus_attach()
355 uart_mvebu_bus_detach(struct uart_softc *sc) in uart_mvebu_bus_detach()
362 uart_mvebu_bus_flush(struct uart_softc *sc, int what) in uart_mvebu_bus_flush()
398 uart_mvebu_bus_getsig(struct uart_softc *sc) in uart_mvebu_bus_getsig()
405 uart_mvebu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mvebu_bus_ioctl()
440 uart_mvebu_bus_ipend(struct uart_softc *sc) in uart_mvebu_bus_ipend()
471 uart_mvebu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mvebu_bus_param()
484 uart_mvebu_bus_probe(struct uart_softc *sc) in uart_mvebu_bus_probe()
503 uart_mvebu_bus_receive(struct uart_softc *sc) in uart_mvebu_bus_receive()
548 uart_mvebu_bus_setsig(struct uart_softc *sc, int sig) in uart_mvebu_bus_setsig()
555 uart_mvebu_bus_transmit(struct uart_softc *sc) in uart_mvebu_bus_transmit()
588 uart_mvebu_bus_grab(struct uart_softc *sc) in uart_mvebu_bus_grab()
604 uart_mvebu_bus_ungrab(struct uart_softc *sc) in uart_mvebu_bus_ungrab()