Home
last modified time | relevance | path

Searched refs:apm_softc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/hpc/apm/
H A Dapmdev.c99 static void apm_event_handle(struct apm_softc *, u_int, u_int);
100 static void apm_periodic_check(struct apm_softc *);
105 static void apm_power_print(struct apm_softc *, struct apm_power_info *);
107 static int apm_record_event(struct apm_softc *, u_int);
108 static void apm_set_ver(struct apm_softc *);
109 static void apm_standby(struct apm_softc *);
110 static void apm_suspend(struct apm_softc *);
111 static void apm_resume(struct apm_softc *, u_int, u_int);
113 CFATTACH_DECL_NEW(apmdev, sizeof(struct apm_softc),
216 apm_power_print(struct apm_softc *sc, struct apm_power_info *pi) in apm_power_print()
[all …]
/netbsd-src/sys/dev/apm/
H A Dapm.c96 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()
[all …]
H A Dapmvar.h50 struct apm_softc { struct
71 void apm_attach(struct apm_softc *); argument
/netbsd-src/sys/arch/macppc/dev/
H A Dapm.c70 struct apm_softc { struct
92 static int apm_record_event(struct apm_softc *, u_int); argument
95 CFATTACH_DECL_NEW(apm, sizeof(struct apm_softc),
165 struct apm_softc *sc = device_private(self); in apmattach()
183 struct apm_softc *sc; in apmopen()
225 struct apm_softc *sc; in apmclose()
250 struct apm_softc *sc; in apmioctl()
350 apm_record_event(struct apm_softc *sc, u_int event_type)
374 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev)); in apmpoll()
392 struct apm_softc *sc = (struct apm_softc *)kn->kn_hook; in filt_apmrdetach()
[all …]
/netbsd-src/sys/dev/hpc/
H A Dapm_apmdevif.c40 CFATTACH_DECL_NEW(apm_apmdevif, sizeof(struct apm_softc),
54 struct apm_softc *sc; in apm_apmdevif_attach()
/netbsd-src/sys/dev/acpi/
H A Dacpi_apm.c105 CFATTACH_DECL_NEW(acpiapm, sizeof(struct apm_softc),
119 struct apm_softc *sc = device_private(self); in acpiapm_attach()