Lines Matching refs:uart_softc
187 struct uart_softc base;
192 static int mtk_uart_bus_attach(struct uart_softc *);
193 static int mtk_uart_bus_detach(struct uart_softc *);
194 static int mtk_uart_bus_flush(struct uart_softc *, int);
195 static int mtk_uart_bus_getsig(struct uart_softc *);
196 static int mtk_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
197 static int mtk_uart_bus_ipend(struct uart_softc *);
198 static int mtk_uart_bus_param(struct uart_softc *, int, int, int, int);
199 static int mtk_uart_bus_probe(struct uart_softc *);
200 static int mtk_uart_bus_receive(struct uart_softc *);
201 static int mtk_uart_bus_setsig(struct uart_softc *, int);
202 static int mtk_uart_bus_transmit(struct uart_softc *);
203 static void mtk_uart_bus_grab(struct uart_softc *);
204 static void mtk_uart_bus_ungrab(struct uart_softc *);
254 mtk_uart_disable_txintr(struct uart_softc *sc) in mtk_uart_disable_txintr()
269 mtk_uart_enable_txintr(struct uart_softc *sc) in mtk_uart_enable_txintr()
281 mtk_uart_bus_attach(struct uart_softc *sc) in mtk_uart_bus_attach()
321 mtk_uart_bus_detach(struct uart_softc *sc) in mtk_uart_bus_detach()
327 mtk_uart_bus_flush(struct uart_softc *sc, int what) in mtk_uart_bus_flush()
346 mtk_uart_bus_getsig(struct uart_softc *sc) in mtk_uart_bus_getsig()
369 mtk_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in mtk_uart_bus_ioctl()
395 mtk_uart_bus_ipend(struct uart_softc *sc) in mtk_uart_bus_ipend()
445 mtk_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in mtk_uart_bus_param()
455 mtk_uart_bus_probe(struct uart_softc *sc) in mtk_uart_bus_probe()
469 mtk_uart_bus_receive(struct uart_softc *sc) in mtk_uart_bus_receive()
501 mtk_uart_bus_setsig(struct uart_softc *sc, int sig) in mtk_uart_bus_setsig()
508 mtk_uart_bus_transmit(struct uart_softc *sc) in mtk_uart_bus_transmit()
529 mtk_uart_bus_grab(struct uart_softc *sc) in mtk_uart_bus_grab()
542 mtk_uart_bus_ungrab(struct uart_softc *sc) in mtk_uart_bus_ungrab()