Lines Matching refs:uart_softc

254 	struct uart_softc	bas;
258 static int uart_mu_bus_attach(struct uart_softc *);
259 static int uart_mu_bus_detach(struct uart_softc *);
260 static int uart_mu_bus_flush(struct uart_softc *, int);
261 static int uart_mu_bus_getsig(struct uart_softc *);
262 static int uart_mu_bus_ioctl(struct uart_softc *, int, intptr_t);
263 static int uart_mu_bus_ipend(struct uart_softc *);
264 static int uart_mu_bus_param(struct uart_softc *, int, int, int, int);
265 static int uart_mu_bus_probe(struct uart_softc *);
266 static int uart_mu_bus_receive(struct uart_softc *);
267 static int uart_mu_bus_setsig(struct uart_softc *, int);
268 static int uart_mu_bus_transmit(struct uart_softc *);
269 static void uart_mu_bus_grab(struct uart_softc *);
270 static void uart_mu_bus_ungrab(struct uart_softc *);
309 uart_mu_bus_attach(struct uart_softc *sc) in uart_mu_bus_attach()
327 uart_mu_bus_detach(struct uart_softc *sc) in uart_mu_bus_detach()
334 uart_mu_bus_flush(struct uart_softc *sc, int what) in uart_mu_bus_flush()
341 uart_mu_bus_getsig(struct uart_softc *sc) in uart_mu_bus_getsig()
348 uart_mu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mu_bus_ioctl()
372 uart_mu_bus_ipend(struct uart_softc *sc) in uart_mu_bus_ipend()
409 uart_mu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mu_bus_param()
421 uart_mu_bus_probe(struct uart_softc *sc) in uart_mu_bus_probe()
433 uart_mu_bus_receive(struct uart_softc *sc) in uart_mu_bus_receive()
461 uart_mu_bus_setsig(struct uart_softc *sc, int sig) in uart_mu_bus_setsig()
468 uart_mu_bus_transmit(struct uart_softc *sc) in uart_mu_bus_transmit()
493 uart_mu_bus_grab(struct uart_softc *sc) in uart_mu_bus_grab()
508 uart_mu_bus_ungrab(struct uart_softc *sc) in uart_mu_bus_ungrab()