HomeSort by: relevance | last modified time | path
    Searched refs:apm_softc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/apm/
apmvar.h 50 struct apm_softc { struct
71 void apm_attach(struct apm_softc *);
apm.c 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)
280 apm_suspend(struct apm_softc *sc
    [all...]
  /src/sys/dev/hpc/apm/
apmdev.c 99 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
    [all...]
  /src/sys/arch/macppc/dev/
apm.c 70 struct apm_softc { struct
92 static int apm_record_event(struct apm_softc *, u_int);
95 CFATTACH_DECL_NEW(apm, sizeof(struct apm_softc),
165 struct apm_softc *sc = device_private(self);
183 struct apm_softc *sc;
225 struct apm_softc *sc;
250 struct apm_softc *sc;
350 apm_record_event(struct apm_softc *sc, u_int event_type)
374 struct apm_softc *sc = device_lookup_private(&apm_cd,APMUNIT(dev));
392 struct apm_softc *sc = (struct apm_softc *)kn->kn_hook
    [all...]
  /src/sys/dev/hpc/
apm_apmdevif.c 33 #include <sys/selinfo.h> /* XXX: for apm_softc that is exposed here */
40 CFATTACH_DECL_NEW(apm_apmdevif, sizeof(struct apm_softc),
54 struct apm_softc *sc;
  /src/sys/dev/acpi/
acpi_apm.c 105 CFATTACH_DECL_NEW(acpiapm, sizeof(struct apm_softc),
119 struct apm_softc *sc = device_private(self);

Completed in 158 milliseconds