Lines Matching refs:uart_softc
252 struct uart_softc bas;
256 static int uart_mu_bus_attach(struct uart_softc *);
257 static int uart_mu_bus_detach(struct uart_softc *);
258 static int uart_mu_bus_flush(struct uart_softc *, int);
259 static int uart_mu_bus_getsig(struct uart_softc *);
260 static int uart_mu_bus_ioctl(struct uart_softc *, int, intptr_t);
261 static int uart_mu_bus_ipend(struct uart_softc *);
262 static int uart_mu_bus_param(struct uart_softc *, int, int, int, int);
263 static int uart_mu_bus_probe(struct uart_softc *);
264 static int uart_mu_bus_receive(struct uart_softc *);
265 static int uart_mu_bus_setsig(struct uart_softc *, int);
266 static int uart_mu_bus_transmit(struct uart_softc *);
267 static void uart_mu_bus_grab(struct uart_softc *);
268 static void uart_mu_bus_ungrab(struct uart_softc *);
306 uart_mu_bus_attach(struct uart_softc *sc) in uart_mu_bus_attach()
324 uart_mu_bus_detach(struct uart_softc *sc) in uart_mu_bus_detach()
331 uart_mu_bus_flush(struct uart_softc *sc, int what) in uart_mu_bus_flush()
338 uart_mu_bus_getsig(struct uart_softc *sc) in uart_mu_bus_getsig()
345 uart_mu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mu_bus_ioctl()
367 uart_mu_bus_ipend(struct uart_softc *sc) in uart_mu_bus_ipend()
404 uart_mu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mu_bus_param()
416 uart_mu_bus_probe(struct uart_softc *sc) in uart_mu_bus_probe()
428 uart_mu_bus_receive(struct uart_softc *sc) in uart_mu_bus_receive()
454 uart_mu_bus_setsig(struct uart_softc *sc, int sig) in uart_mu_bus_setsig()
461 uart_mu_bus_transmit(struct uart_softc *sc) in uart_mu_bus_transmit()
486 uart_mu_bus_grab(struct uart_softc *sc) in uart_mu_bus_grab()
501 uart_mu_bus_ungrab(struct uart_softc *sc) in uart_mu_bus_ungrab()