Lines Matching refs:meson_uart_softc
88 struct meson_uart_softc { struct
110 static struct meson_uart_softc meson_uart_cnsc; argument
148 CFATTACH_DECL_NEW(meson_uart, sizeof(struct meson_uart_softc),
162 struct meson_uart_softc * const sc = device_private(self); in meson_uart_attach()
302 struct meson_uart_softc *sc = in meson_uart_open()
334 struct meson_uart_softc *sc = in meson_uart_close()
354 struct meson_uart_softc *sc = in meson_uart_read()
364 struct meson_uart_softc *sc = in meson_uart_write()
374 struct meson_uart_softc *sc = in meson_uart_poll()
384 struct meson_uart_softc *sc = in meson_uart_ioctl()
399 struct meson_uart_softc *sc = in meson_uart_tty()
413 struct meson_uart_softc *sc = tp->t_sc; in meson_uart_start()
461 struct meson_uart_softc *sc = priv; in meson_uart_intr()
500 struct meson_uart_softc *sc = priv; in meson_uart_rxsoft()
520 struct meson_uart_softc *sc = &meson_uart_cnsc; in meson_uart_console_consinit()