Searched defs:smartbat_softc (Results 1 – 1 of 1) sorted by relevance
66 struct smartbat_softc { struct67 device_t sc_dev;68 struct pmu_ops *sc_pmu_ops;69 int sc_num;94 static void smartbat_setup_envsys(struct smartbat_softc *); argument