Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dpmu.c91 struct sysmon_pswitch sc_powerbutton; member
483 sc->sc_powerbutton.smpsw_name = "Power button"; in pmu_attach()
484 sc->sc_powerbutton.smpsw_type = PSWITCH_TYPE_POWER; in pmu_attach()
485 if (sysmon_pswitch_register(&sc->sc_powerbutton) != 0) in pmu_attach()
1079 sysmon_pswitch_event(&sc->sc_powerbutton, in pmu_thread()