Lines Matching defs:smartbat_softc
66 struct smartbat_softc {
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)
457 struct smartbat_softc *sc = cookie;