Lines Matching refs:uart_softc
140 struct uart_softc base;
143 static int lowrisc_uart_bus_attach(struct uart_softc *);
144 static int lowrisc_uart_bus_detach(struct uart_softc *);
145 static int lowrisc_uart_bus_flush(struct uart_softc *, int);
146 static int lowrisc_uart_bus_getsig(struct uart_softc *);
147 static int lowrisc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
148 static int lowrisc_uart_bus_ipend(struct uart_softc *);
149 static int lowrisc_uart_bus_param(struct uart_softc *, int, int, int, int);
150 static int lowrisc_uart_bus_probe(struct uart_softc *);
151 static int lowrisc_uart_bus_receive(struct uart_softc *);
152 static int lowrisc_uart_bus_setsig(struct uart_softc *, int);
153 static int lowrisc_uart_bus_transmit(struct uart_softc *);
154 static void lowrisc_uart_bus_grab(struct uart_softc *);
155 static void lowrisc_uart_bus_ungrab(struct uart_softc *);
191 lowrisc_uart_bus_attach(struct uart_softc *sc) in lowrisc_uart_bus_attach()
212 lowrisc_uart_bus_detach(struct uart_softc *sc) in lowrisc_uart_bus_detach()
221 lowrisc_uart_bus_flush(struct uart_softc *sc, int what) in lowrisc_uart_bus_flush()
230 lowrisc_uart_bus_getsig(struct uart_softc *sc) in lowrisc_uart_bus_getsig()
239 lowrisc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in lowrisc_uart_bus_ioctl()
264 lowrisc_uart_bus_ipend(struct uart_softc *sc) in lowrisc_uart_bus_ipend()
283 lowrisc_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in lowrisc_uart_bus_param()
295 lowrisc_uart_bus_probe(struct uart_softc *sc) in lowrisc_uart_bus_probe()
318 lowrisc_uart_bus_receive(struct uart_softc *sc) in lowrisc_uart_bus_receive()
344 lowrisc_uart_bus_setsig(struct uart_softc *sc, int sig) in lowrisc_uart_bus_setsig()
351 lowrisc_uart_bus_transmit(struct uart_softc *sc) in lowrisc_uart_bus_transmit()
370 lowrisc_uart_bus_grab(struct uart_softc *sc) in lowrisc_uart_bus_grab()
379 lowrisc_uart_bus_ungrab(struct uart_softc *sc) in lowrisc_uart_bus_ungrab()