Lines Matching defs:zapm_softc
50 struct zapm_softc { struct
51 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;
61 int battery_volt;
85 CFATTACH_DECL_NEW(zapm, sizeof(struct zapm_softc), argument