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 *);
255 mtk_uart_disable_txintr(struct uart_softc *sc) in mtk_uart_disable_txintr()
270 mtk_uart_enable_txintr(struct uart_softc *sc) in mtk_uart_enable_txintr()
282 mtk_uart_bus_attach(struct uart_softc *sc) in mtk_uart_bus_attach()
322 mtk_uart_bus_detach(struct uart_softc *sc) in mtk_uart_bus_detach()
328 mtk_uart_bus_flush(struct uart_softc *sc, int what) in mtk_uart_bus_flush()
347 mtk_uart_bus_getsig(struct uart_softc *sc) in mtk_uart_bus_getsig()
370 mtk_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in mtk_uart_bus_ioctl()
396 mtk_uart_bus_ipend(struct uart_softc *sc) in mtk_uart_bus_ipend()
446 mtk_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in mtk_uart_bus_param()
456 mtk_uart_bus_probe(struct uart_softc *sc) in mtk_uart_bus_probe()
470 mtk_uart_bus_receive(struct uart_softc *sc) in mtk_uart_bus_receive()
502 mtk_uart_bus_setsig(struct uart_softc *sc, int sig) in mtk_uart_bus_setsig()
509 mtk_uart_bus_transmit(struct uart_softc *sc) in mtk_uart_bus_transmit()
530 mtk_uart_bus_grab(struct uart_softc *sc) in mtk_uart_bus_grab()
543 mtk_uart_bus_ungrab(struct uart_softc *sc) in mtk_uart_bus_ungrab()