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

  /src/sys/dev/hpc/
hpcapm.c 129 sc->sc_standby_hook = config_hook(CONFIG_HOOK_PMEVENT,
133 sc->sc_suspend_hook = config_hook(CONFIG_HOOK_PMEVENT,
138 sc->sc_battery_hook = config_hook(CONFIG_HOOK_PMEVENT,
143 sc->sc_ac_hook = config_hook(CONFIG_HOOK_PMEVENT,
168 if (type != CONFIG_HOOK_PMEVENT)
323 config_hook_call(CONFIG_HOOK_PMEVENT,
328 config_hook_call_reverse(CONFIG_HOOK_PMEVENT,
337 config_hook_call(CONFIG_HOOK_PMEVENT,
342 config_hook_call_reverse(CONFIG_HOOK_PMEVENT,
hpcioman.c 173 type == CONFIG_HOOK_PMEVENT ||
pwctl.c 137 sc->sc_hook_hardpower = config_hook(CONFIG_HOOK_PMEVENT,
btnmgr.c 252 config_hook_call(CONFIG_HOOK_PMEVENT,
  /src/sys/arch/hpcarm/dev/
j720pwr.c 154 config_hook(CONFIG_HOOK_PMEVENT,
206 config_hook_call(CONFIG_HOOK_PMEVENT,
218 if (type != CONFIG_HOOK_PMEVENT ||
  /src/sys/arch/zaurus/dev/
zapm.c 175 sc->sc_standby_hook = config_hook(CONFIG_HOOK_PMEVENT,
179 sc->sc_suspend_hook = config_hook(CONFIG_HOOK_PMEVENT,
184 sc->sc_battery_hook = config_hook(CONFIG_HOOK_PMEVENT,
189 sc->sc_ac_hook = config_hook(CONFIG_HOOK_PMEVENT,
213 if (type != CONFIG_HOOK_PMEVENT)
885 config_hook_call(CONFIG_HOOK_PMEVENT,
895 config_hook_call(CONFIG_HOOK_PMEVENT,
  /src/sys/arch/hpcmips/vr/
cmu.c 100 sc->sc_hardpower = config_hook(CONFIG_HOOK_PMEVENT,
vrpmu.c 287 config_hook_call(CONFIG_HOOK_PMEVENT,
298 config_hook_call(CONFIG_HOOK_PMEVENT,
vrpiu.c 865 config_hook_call(CONFIG_HOOK_PMEVENT,
870 config_hook_call(CONFIG_HOOK_PMEVENT,
881 config_hook_call(CONFIG_HOOK_PMEVENT,
884 config_hook_call(CONFIG_HOOK_PMEVENT,
893 config_hook_call(CONFIG_HOOK_PMEVENT,
902 config_hook_call(CONFIG_HOOK_PMEVENT,
905 config_hook_call(CONFIG_HOOK_PMEVENT,
vrc4172pwm.c 221 sc->sc_pmhook = config_hook(CONFIG_HOOK_PMEVENT,
432 if (type != CONFIG_HOOK_PMEVENT)
  /src/sys/arch/hpc/include/
config_hook.h 74 #define CONFIG_HOOK_PMEVENT 0
191 #define PMEVENT CONFIG_HOOK_PMEVENT
  /src/sys/arch/hpcmips/tx/
tx39power.c 262 config_hook_call(CONFIG_HOOK_PMEVENT,
tx3912video.c 169 sc->sc_powerhook = config_hook(CONFIG_HOOK_PMEVENT,
  /src/sys/arch/hpcmips/dev/
optpoint.c 137 sc->sc_powerhook = config_hook(CONFIG_HOOK_PMEVENT,
mq200.c 211 sc->sc_hardpowerhook = config_hook(CONFIG_HOOK_PMEVENT,
ite8181.c 287 sc->sc_hardpowerhook = config_hook(CONFIG_HOOK_PMEVENT,
plumpcmcia.c 232 sc->sc_powerhook = config_hook(CONFIG_HOOK_PMEVENT,
plumvideo.c 183 sc->sc_powerhook = config_hook(CONFIG_HOOK_PMEVENT,
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 238 config_hook(CONFIG_HOOK_PMEVENT, CONFIG_HOOK_PMEVENT_HARDPOWER,

Completed in 51 milliseconds