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 *);
308 uart_mu_bus_attach(struct uart_softc *sc) in uart_mu_bus_attach()
326 uart_mu_bus_detach(struct uart_softc *sc) in uart_mu_bus_detach()
333 uart_mu_bus_flush(struct uart_softc *sc, int what) in uart_mu_bus_flush()
340 uart_mu_bus_getsig(struct uart_softc *sc) in uart_mu_bus_getsig()
347 uart_mu_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in uart_mu_bus_ioctl()
371 uart_mu_bus_ipend(struct uart_softc *sc) in uart_mu_bus_ipend()
408 uart_mu_bus_param(struct uart_softc *sc, int baudrate, int databits, in uart_mu_bus_param()
420 uart_mu_bus_probe(struct uart_softc *sc) in uart_mu_bus_probe()
432 uart_mu_bus_receive(struct uart_softc *sc) in uart_mu_bus_receive()
460 uart_mu_bus_setsig(struct uart_softc *sc, int sig) in uart_mu_bus_setsig()
467 uart_mu_bus_transmit(struct uart_softc *sc) in uart_mu_bus_transmit()
492 uart_mu_bus_grab(struct uart_softc *sc) in uart_mu_bus_grab()
507 uart_mu_bus_ungrab(struct uart_softc *sc) in uart_mu_bus_ungrab()