Lines Matching defs:ucom

494 MODULE_DEPEND(uhso, ucom, 1, 1, 1);
547 struct ucom_softc *ucom;
626 ucom = &sc->sc_ucom[i];
640 snprintf(ht->ht_name, 32, "cuaU%d", ucom->sc_super->sc_unit);
643 ucom->sc_super->sc_unit, ucom->sc_subunit);
716 uhso_free(struct ucom_softc *ucom)
718 uhso_free_softc(ucom->sc_parent);
1001 * Two arrays are kept with matching indexes, one for ucom and one
1161 /* Got data, send to ucom */
1431 uhso_ucom_cfg_get_status(struct ucom_softc *ucom, uint8_t *lsr, uint8_t *msr)
1433 struct uhso_softc *sc = ucom->sc_parent;
1440 uhso_ucom_cfg_set_dtr(struct ucom_softc *ucom, uint8_t onoff)
1442 struct uhso_softc *sc = ucom->sc_parent;
1456 uhso_ucom_cfg_set_rts(struct ucom_softc *ucom, uint8_t onoff)
1458 struct uhso_softc *sc = ucom->sc_parent;
1472 uhso_ucom_start_read(struct ucom_softc *ucom)
1474 struct uhso_softc *sc = ucom->sc_parent;
1477 ucom->sc_super->sc_unit, ucom->sc_subunit);
1480 sc->sc_tty[ucom->sc_subunit].ht_open = 1;
1492 uhso_ucom_stop_read(struct ucom_softc *ucom)
1495 struct uhso_softc *sc = ucom->sc_parent;
1498 sc->sc_tty[ucom->sc_subunit].ht_open = 0;
1500 sc->sc_tty[ucom->sc_subunit].ht_xfer[UHSO_CTRL_READ]);
1511 uhso_ucom_start_write(struct ucom_softc *ucom)
1513 struct uhso_softc *sc = ucom->sc_parent;
1516 UHSO_DPRINTF(3, "local unit %d\n", ucom->sc_subunit);
1521 sc->sc_tty[ucom->sc_subunit].ht_xfer[UHSO_CTRL_WRITE],
1522 &sc->sc_tty[ucom->sc_subunit]);
1524 sc->sc_tty[ucom->sc_subunit].ht_xfer[UHSO_CTRL_WRITE]);
1533 uhso_ucom_stop_write(struct ucom_softc *ucom)
1535 struct uhso_softc *sc = ucom->sc_parent;
1539 sc->sc_tty[ucom->sc_subunit].ht_xfer[UHSO_CTRL_WRITE]);