Searched defs:battery_softc (Results 1 – 1 of 1) sorted by relevance
68 struct battery_softc { struct69 device_t sc_dev;70 struct pmu_ops *sc_pmu_ops;94 static int battery_update(struct battery_softc *, int); argument