Lines Matching refs:apm_softc

96 static void	apm_event_handle(struct apm_softc *, u_int, u_int);
97 static void apm_periodic_check(struct apm_softc *);
102 static void apm_power_print(struct apm_softc *, struct apm_power_info *);
104 static int apm_record_event(struct apm_softc *, u_int);
105 static void apm_set_ver(struct apm_softc *);
106 static void apm_standby(struct apm_softc *);
107 static void apm_suspend(struct apm_softc *);
108 static void apm_resume(struct apm_softc *, u_int, u_int);
208 apm_power_print(struct apm_softc *sc, struct apm_power_info *pi) in apm_power_print()
280 apm_suspend(struct apm_softc *sc) in apm_suspend()
308 apm_standby(struct apm_softc *sc) in apm_standby()
334 apm_resume(struct apm_softc *sc, u_int event_type, u_int event_info) in apm_resume()
365 apm_record_event(struct apm_softc *sc, u_int event_type) in apm_record_event()
384 apm_event_handle(struct apm_softc *sc, u_int event_code, u_int event_info) in apm_event_handle()
532 apm_periodic_check(struct apm_softc *sc) in apm_periodic_check()
564 apm_set_ver(struct apm_softc *sc) in apm_set_ver()
597 apm_attach(struct apm_softc *sc) in apm_attach()
662 struct apm_softc *apmsc = arg; in apm_thread()
680 struct apm_softc *sc; in apmopen()
725 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev)); in apmclose()
752 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev)); in apmioctl()
852 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev)); in apmpoll()
870 struct apm_softc *sc = kn->kn_hook; in filt_apmrdetach()
880 struct apm_softc *sc = kn->kn_hook; in filt_apmread()
896 struct apm_softc *sc = device_lookup_private(&apm_cd, APMUNIT(dev)); in apmkqfilter()