Lines Matching refs:uart_softc

261 	struct uart_softc base;
264 static int imx_uart_bus_attach(struct uart_softc *);
265 static int imx_uart_bus_detach(struct uart_softc *);
266 static int imx_uart_bus_flush(struct uart_softc *, int);
267 static int imx_uart_bus_getsig(struct uart_softc *);
268 static int imx_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
269 static int imx_uart_bus_ipend(struct uart_softc *);
270 static int imx_uart_bus_param(struct uart_softc *, int, int, int, int);
271 static int imx_uart_bus_probe(struct uart_softc *);
272 static int imx_uart_bus_receive(struct uart_softc *);
273 static int imx_uart_bus_setsig(struct uart_softc *, int);
274 static int imx_uart_bus_transmit(struct uart_softc *);
275 static void imx_uart_bus_grab(struct uart_softc *);
276 static void imx_uart_bus_ungrab(struct uart_softc *);
324 imx_uart_bus_attach(struct uart_softc *sc) in imx_uart_bus_attach()
376 imx_uart_bus_detach(struct uart_softc *sc) in imx_uart_bus_detach()
385 imx_uart_bus_flush(struct uart_softc *sc, int what) in imx_uart_bus_flush()
393 imx_uart_bus_getsig(struct uart_softc *sc) in imx_uart_bus_getsig()
413 imx_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in imx_uart_bus_ioctl()
438 imx_uart_bus_ipend(struct uart_softc *sc) in imx_uart_bus_ipend()
489 imx_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in imx_uart_bus_param()
500 imx_uart_bus_probe(struct uart_softc *sc) in imx_uart_bus_probe()
522 imx_uart_bus_receive(struct uart_softc *sc) in imx_uart_bus_receive()
563 imx_uart_bus_setsig(struct uart_softc *sc, int sig) in imx_uart_bus_setsig()
570 imx_uart_bus_transmit(struct uart_softc *sc) in imx_uart_bus_transmit()
596 imx_uart_bus_grab(struct uart_softc *sc) in imx_uart_bus_grab()
608 imx_uart_bus_ungrab(struct uart_softc *sc) in imx_uart_bus_ungrab()