Lines Matching refs:uart_softc
91 struct uart_softc { struct
110 CFATTACH_DECL_NEW(uart, sizeof(struct uart_softc), argument
128 struct uart_softc * const sc = device_private(self); in uart_attach()
202 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_open()
234 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_close()
246 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_read()
255 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_write()
264 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_poll()
273 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_ioctl()
293 struct uart_softc *sc = device_lookup_private(&uart_cd, minor(dev)); in uart_tty()
335 struct uart_softc *sc = v; in uart_intr()