Lines Matching refs:uart_softc

251 	struct uart_softc	bas;
255 static int uart_mu_bus_attach(struct uart_softc *);
256 static int uart_mu_bus_detach(struct uart_softc *);
257 static int uart_mu_bus_flush(struct uart_softc *, int);
258 static int uart_mu_bus_getsig(struct uart_softc *);
259 static int uart_mu_bus_ioctl(struct uart_softc *, int, intptr_t);
260 static int uart_mu_bus_ipend(struct uart_softc *);
261 static int uart_mu_bus_param(struct uart_softc *, int, int, int, int);
262 static int uart_mu_bus_probe(struct uart_softc *);
263 static int uart_mu_bus_receive(struct uart_softc *);
264 static int uart_mu_bus_setsig(struct uart_softc *, int);
265 static int uart_mu_bus_transmit(struct uart_softc *);
266 static void uart_mu_bus_grab(struct uart_softc *);
267 static void uart_mu_bus_ungrab(struct uart_softc *);
305 uart_mu_bus_attach(struct uart_softc *sc) in uart_mu_bus_attach()
323 uart_mu_bus_detach(struct uart_softc *sc) in uart_mu_bus_detach()
330 uart_mu_bus_flush(struct uart_softc *sc, int what) in uart_mu_bus_flush()
337 uart_mu_bus_getsig(struct uart_softc *sc) in uart_mu_bus_getsig()
344 uart_mu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mu_bus_ioctl()
366 uart_mu_bus_ipend(struct uart_softc *sc) in uart_mu_bus_ipend()
403 uart_mu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mu_bus_param()
415 uart_mu_bus_probe(struct uart_softc *sc) in uart_mu_bus_probe()
427 uart_mu_bus_receive(struct uart_softc *sc) in uart_mu_bus_receive()
453 uart_mu_bus_setsig(struct uart_softc *sc, int sig) in uart_mu_bus_setsig()
460 uart_mu_bus_transmit(struct uart_softc *sc) in uart_mu_bus_transmit()
485 uart_mu_bus_grab(struct uart_softc *sc) in uart_mu_bus_grab()
500 uart_mu_bus_ungrab(struct uart_softc *sc) in uart_mu_bus_ungrab()