Lines Matching refs:uart_softc

142 	struct uart_softc base;
145 static int lowrisc_uart_bus_attach(struct uart_softc *);
146 static int lowrisc_uart_bus_detach(struct uart_softc *);
147 static int lowrisc_uart_bus_flush(struct uart_softc *, int);
148 static int lowrisc_uart_bus_getsig(struct uart_softc *);
149 static int lowrisc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
150 static int lowrisc_uart_bus_ipend(struct uart_softc *);
151 static int lowrisc_uart_bus_param(struct uart_softc *, int, int, int, int);
152 static int lowrisc_uart_bus_probe(struct uart_softc *);
153 static int lowrisc_uart_bus_receive(struct uart_softc *);
154 static int lowrisc_uart_bus_setsig(struct uart_softc *, int);
155 static int lowrisc_uart_bus_transmit(struct uart_softc *);
156 static void lowrisc_uart_bus_grab(struct uart_softc *);
157 static void lowrisc_uart_bus_ungrab(struct uart_softc *);
193 lowrisc_uart_bus_attach(struct uart_softc *sc) in lowrisc_uart_bus_attach()
214 lowrisc_uart_bus_detach(struct uart_softc *sc) in lowrisc_uart_bus_detach()
223 lowrisc_uart_bus_flush(struct uart_softc *sc, int what) in lowrisc_uart_bus_flush()
232 lowrisc_uart_bus_getsig(struct uart_softc *sc) in lowrisc_uart_bus_getsig()
241 lowrisc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in lowrisc_uart_bus_ioctl()
266 lowrisc_uart_bus_ipend(struct uart_softc *sc) in lowrisc_uart_bus_ipend()
285 lowrisc_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in lowrisc_uart_bus_param()
297 lowrisc_uart_bus_probe(struct uart_softc *sc) in lowrisc_uart_bus_probe()
320 lowrisc_uart_bus_receive(struct uart_softc *sc) in lowrisc_uart_bus_receive()
346 lowrisc_uart_bus_setsig(struct uart_softc *sc, int sig) in lowrisc_uart_bus_setsig()
353 lowrisc_uart_bus_transmit(struct uart_softc *sc) in lowrisc_uart_bus_transmit()
372 lowrisc_uart_bus_grab(struct uart_softc *sc) in lowrisc_uart_bus_grab()
384 lowrisc_uart_bus_ungrab(struct uart_softc *sc) in lowrisc_uart_bus_ungrab()