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

  /src/sys/arch/macppc/dev/
smartbat.c 66 struct smartbat_softc { struct
94 static void smartbat_setup_envsys(struct smartbat_softc *);
100 static int smartbat_update(struct smartbat_softc *, int);
102 CFATTACH_DECL_NEW(smartbat, sizeof(struct smartbat_softc),
120 struct smartbat_softc *sc = device_private(self);
159 smartbat_setup_envsys(struct smartbat_softc *sc)
257 struct smartbat_softc *sc = sme->sme_cookie;
346 struct smartbat_softc *sc = sme->sme_cookie;
360 struct smartbat_softc *sc = sme->sme_cookie;
381 smartbat_update(struct smartbat_softc *sc, int out
    [all...]
smartbat.c 66 struct smartbat_softc { struct
94 static void smartbat_setup_envsys(struct smartbat_softc *);
100 static int smartbat_update(struct smartbat_softc *, int);
102 CFATTACH_DECL_NEW(smartbat, sizeof(struct smartbat_softc),
120 struct smartbat_softc *sc = device_private(self);
159 smartbat_setup_envsys(struct smartbat_softc *sc)
257 struct smartbat_softc *sc = sme->sme_cookie;
346 struct smartbat_softc *sc = sme->sme_cookie;
360 struct smartbat_softc *sc = sme->sme_cookie;
381 smartbat_update(struct smartbat_softc *sc, int out
    [all...]

Completed in 22 milliseconds