Searched defs:zapm_softc (Results 1 – 1 of 1) sorted by relevance
50 struct zapm_softc { struct51 device_t sc_dev;52 void *sc_apmdev;53 kmutex_t sc_mtx;55 struct callout sc_cyclic_poll;56 struct callout sc_discharge_poll;57 struct timeval sc_lastbattchk;58 volatile int suspended;59 volatile int charging;60 volatile int discharging;[all …]