Lines Matching refs:uart_softc
268 struct uart_softc base;
271 static int imx_uart_bus_attach(struct uart_softc *);
272 static int imx_uart_bus_detach(struct uart_softc *);
273 static int imx_uart_bus_flush(struct uart_softc *, int);
274 static int imx_uart_bus_getsig(struct uart_softc *);
275 static int imx_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
276 static int imx_uart_bus_ipend(struct uart_softc *);
277 static int imx_uart_bus_param(struct uart_softc *, int, int, int, int);
278 static int imx_uart_bus_probe(struct uart_softc *);
279 static int imx_uart_bus_receive(struct uart_softc *);
280 static int imx_uart_bus_setsig(struct uart_softc *, int);
281 static int imx_uart_bus_transmit(struct uart_softc *);
282 static void imx_uart_bus_grab(struct uart_softc *);
283 static void imx_uart_bus_ungrab(struct uart_softc *);
333 imx_uart_setup_clocks(struct uart_softc *sc) in imx_uart_setup_clocks()
368 imx_uart_bus_attach(struct uart_softc *sc) in imx_uart_bus_attach()
429 imx_uart_bus_detach(struct uart_softc *sc) in imx_uart_bus_detach()
438 imx_uart_bus_flush(struct uart_softc *sc, int what) in imx_uart_bus_flush()
446 imx_uart_bus_getsig(struct uart_softc *sc) in imx_uart_bus_getsig()
466 imx_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in imx_uart_bus_ioctl()
491 imx_uart_bus_ipend(struct uart_softc *sc) in imx_uart_bus_ipend()
542 imx_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in imx_uart_bus_param()
553 imx_uart_bus_probe(struct uart_softc *sc) in imx_uart_bus_probe()
575 imx_uart_bus_receive(struct uart_softc *sc) in imx_uart_bus_receive()
616 imx_uart_bus_setsig(struct uart_softc *sc, int sig) in imx_uart_bus_setsig()
623 imx_uart_bus_transmit(struct uart_softc *sc) in imx_uart_bus_transmit()
649 imx_uart_bus_grab(struct uart_softc *sc) in imx_uart_bus_grab()
661 imx_uart_bus_ungrab(struct uart_softc *sc) in imx_uart_bus_ungrab()