Lines Matching refs:uart_softc

270 	struct uart_softc base;
273 static int imx_uart_bus_attach(struct uart_softc *);
274 static int imx_uart_bus_detach(struct uart_softc *);
275 static int imx_uart_bus_flush(struct uart_softc *, int);
276 static int imx_uart_bus_getsig(struct uart_softc *);
277 static int imx_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
278 static int imx_uart_bus_ipend(struct uart_softc *);
279 static int imx_uart_bus_param(struct uart_softc *, int, int, int, int);
280 static int imx_uart_bus_probe(struct uart_softc *);
281 static int imx_uart_bus_receive(struct uart_softc *);
282 static int imx_uart_bus_setsig(struct uart_softc *, int);
283 static int imx_uart_bus_transmit(struct uart_softc *);
284 static void imx_uart_bus_grab(struct uart_softc *);
285 static void imx_uart_bus_ungrab(struct uart_softc *);
335 imx_uart_setup_clocks(struct uart_softc *sc) in imx_uart_setup_clocks()
370 imx_uart_bus_attach(struct uart_softc *sc) in imx_uart_bus_attach()
431 imx_uart_bus_detach(struct uart_softc *sc) in imx_uart_bus_detach()
440 imx_uart_bus_flush(struct uart_softc *sc, int what) in imx_uart_bus_flush()
448 imx_uart_bus_getsig(struct uart_softc *sc) in imx_uart_bus_getsig()
468 imx_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in imx_uart_bus_ioctl()
493 imx_uart_bus_ipend(struct uart_softc *sc) in imx_uart_bus_ipend()
544 imx_uart_bus_param(struct uart_softc *sc, int baudrate, int databits, in imx_uart_bus_param()
555 imx_uart_bus_probe(struct uart_softc *sc) in imx_uart_bus_probe()
577 imx_uart_bus_receive(struct uart_softc *sc) in imx_uart_bus_receive()
618 imx_uart_bus_setsig(struct uart_softc *sc, int sig) in imx_uart_bus_setsig()
625 imx_uart_bus_transmit(struct uart_softc *sc) in imx_uart_bus_transmit()
651 imx_uart_bus_grab(struct uart_softc *sc) in imx_uart_bus_grab()
663 imx_uart_bus_ungrab(struct uart_softc *sc) in imx_uart_bus_ungrab()