HomeSort by: relevance | last modified time | path
    Searched defs:txcom_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/tx/
txcom.c 97 struct txcom_softc { struct
133 void txcom_shutdown(struct txcom_softc *);
134 void txcom_break(struct txcom_softc *, int);
135 void txcom_modem(struct txcom_softc *, int);
167 CFATTACH_DECL_NEW(txcom, sizeof(struct txcom_softc),
205 struct txcom_softc *sc = device_private(self);
421 struct txcom_softc *sc = device_private(dev);
586 txcom_break(struct txcom_softc *sc, int on)
595 txcom_modem(struct txcom_softc *sc, int on)
624 txcom_shutdown(struct txcom_softc *sc
    [all...]
txcom.c 97 struct txcom_softc { struct
133 void txcom_shutdown(struct txcom_softc *);
134 void txcom_break(struct txcom_softc *, int);
135 void txcom_modem(struct txcom_softc *, int);
167 CFATTACH_DECL_NEW(txcom, sizeof(struct txcom_softc),
205 struct txcom_softc *sc = device_private(self);
421 struct txcom_softc *sc = device_private(dev);
586 txcom_break(struct txcom_softc *sc, int on)
595 txcom_modem(struct txcom_softc *sc, int on)
624 txcom_shutdown(struct txcom_softc *sc
    [all...]

Completed in 25 milliseconds