Lines Matching refs:uart_softc
121 void uart_reinit(struct uart_softc *,int,int);
195 struct uart_softc base;
199 uart_reinit(struct uart_softc *sc, int clkspeed, int baud) in uart_reinit()
246 static int vf_uart_bus_attach(struct uart_softc *);
247 static int vf_uart_bus_detach(struct uart_softc *);
248 static int vf_uart_bus_flush(struct uart_softc *, int);
249 static int vf_uart_bus_getsig(struct uart_softc *);
250 static int vf_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
251 static int vf_uart_bus_ipend(struct uart_softc *);
252 static int vf_uart_bus_param(struct uart_softc *, int, int, int, int);
253 static int vf_uart_bus_probe(struct uart_softc *);
254 static int vf_uart_bus_receive(struct uart_softc *);
255 static int vf_uart_bus_setsig(struct uart_softc *, int);
256 static int vf_uart_bus_transmit(struct uart_softc *);
290 vf_uart_bus_attach(struct uart_softc *sc) in vf_uart_bus_attach()
314 vf_uart_bus_detach(struct uart_softc *sc) in vf_uart_bus_detach()
322 vf_uart_bus_flush(struct uart_softc *sc, int what) in vf_uart_bus_flush()
330 vf_uart_bus_getsig(struct uart_softc *sc) in vf_uart_bus_getsig()
338 vf_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in vf_uart_bus_ioctl()
362 vf_uart_bus_ipend(struct uart_softc *sc) in vf_uart_bus_ipend()
409 vf_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in vf_uart_bus_param()
421 vf_uart_bus_probe(struct uart_softc *sc) in vf_uart_bus_probe()
437 vf_uart_bus_receive(struct uart_softc *sc) in vf_uart_bus_receive()
468 vf_uart_bus_setsig(struct uart_softc *sc, int sig) in vf_uart_bus_setsig()
488 vf_uart_bus_transmit(struct uart_softc *sc) in vf_uart_bus_transmit()