Lines Matching refs:uart_softc

263 	struct uart_softc base;
266 static int imx_uart_bus_attach(struct uart_softc *);
267 static int imx_uart_bus_detach(struct uart_softc *);
268 static int imx_uart_bus_flush(struct uart_softc *, int);
269 static int imx_uart_bus_getsig(struct uart_softc *);
270 static int imx_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
271 static int imx_uart_bus_ipend(struct uart_softc *);
272 static int imx_uart_bus_param(struct uart_softc *, int, int, int, int);
273 static int imx_uart_bus_probe(struct uart_softc *);
274 static int imx_uart_bus_receive(struct uart_softc *);
275 static int imx_uart_bus_setsig(struct uart_softc *, int);
276 static int imx_uart_bus_transmit(struct uart_softc *);
277 static void imx_uart_bus_grab(struct uart_softc *);
278 static void imx_uart_bus_ungrab(struct uart_softc *);
327 imx_uart_bus_attach(struct uart_softc *sc) in imx_uart_bus_attach()
379 imx_uart_bus_detach(struct uart_softc *sc) in imx_uart_bus_detach()
388 imx_uart_bus_flush(struct uart_softc *sc, int what) in imx_uart_bus_flush()
396 imx_uart_bus_getsig(struct uart_softc *sc) in imx_uart_bus_getsig()
416 imx_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in imx_uart_bus_ioctl()
441 imx_uart_bus_ipend(struct uart_softc *sc) in imx_uart_bus_ipend()
492 imx_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in imx_uart_bus_param()
503 imx_uart_bus_probe(struct uart_softc *sc) in imx_uart_bus_probe()
525 imx_uart_bus_receive(struct uart_softc *sc) in imx_uart_bus_receive()
566 imx_uart_bus_setsig(struct uart_softc *sc, int sig) in imx_uart_bus_setsig()
573 imx_uart_bus_transmit(struct uart_softc *sc) in imx_uart_bus_transmit()
599 imx_uart_bus_grab(struct uart_softc *sc) in imx_uart_bus_grab()
611 imx_uart_bus_ungrab(struct uart_softc *sc) in imx_uart_bus_ungrab()