HomeSort by: relevance | last modified time | path
    Searched refs:sysmon_pswitch (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/sys/arch/evbppc/wii/dev/
resetbtn.c 52 CFATTACH_DECL_NEW(resetbtn, sizeof(struct sysmon_pswitch),
65 struct sysmon_pswitch *smpsw = device_private(self);
91 struct sysmon_pswitch *smpsw = arg;
101 struct sysmon_pswitch *smpsw = arg;
  /src/sys/dev/ic/
spicvar.h 68 struct sysmon_pswitch sc_smpsw[SPIC_NPSWITCH];
  /src/sys/arch/xen/xen/
shutdown_xenbus.c 71 static struct sysmon_pswitch xenbus_power = {
75 static struct sysmon_pswitch xenbus_reset = {
79 static struct sysmon_pswitch xenbus_sleep = {
  /src/sys/compat/common/
sysmon_power_40.c 81 compat_40_sysmon_power(power_event_t *pev, struct sysmon_pswitch *pswitch,
  /src/sys/dev/sun/
kbdvar.h 55 struct sysmon_pswitch k_sm_pbutton;
  /src/sys/dev/sysmon/
sysmonvar.h 293 struct sysmon_pswitch { struct
297 LIST_ENTRY(sysmon_pswitch) smpsw_list;
309 int sysmon_pswitch_register(struct sysmon_pswitch *);
310 void sysmon_pswitch_unregister(struct sysmon_pswitch *);
312 void sysmon_pswitch_event(struct sysmon_pswitch *, int);
sysmon_power.c 346 struct sysmon_pswitch *pswitch =
347 (struct sysmon_pswitch *)pev_data;
702 struct sysmon_pswitch *smpsw =
703 (struct sysmon_pswitch *)power_data;
954 sysmon_pswitch_register(struct sysmon_pswitch *smpsw)
967 sysmon_pswitch_unregister(struct sysmon_pswitch *smpsw)
978 sysmon_pswitch_event(struct sysmon_pswitch *smpsw, int event)
  /src/sys/arch/sgimips/hpc/
button.c 53 struct sysmon_pswitch sc_pbutton;
114 memset(&sc->sc_pbutton, 0, sizeof(struct sysmon_pswitch));
  /src/sys/arch/arm/xscale/
becc_button.c 64 struct sysmon_pswitch sc_smpsw;
  /src/sys/arch/sparc64/dev/
psychovar.h 125 struct sysmon_pswitch *sc_smcontext; /* power switch definition */
tadpmu.c 66 static struct sysmon_pswitch tadpmu_pbutton, tadpmu_lidswitch, tadpmu_dcpower;
514 memset(&tadpmu_pbutton, 0, sizeof(struct sysmon_pswitch));
521 memset(&tadpmu_lidswitch, 0, sizeof(struct sysmon_pswitch));
528 memset(&tadpmu_dcpower, 0, sizeof(struct sysmon_pswitch));
psm.c 69 struct sysmon_pswitch sc_sm_pbutton;
70 struct sysmon_pswitch sc_sm_lid;
71 struct sysmon_pswitch sc_sm_ac;
  /src/sys/arch/evbmips/loongson/dev/
stvii.c 100 struct sysmon_pswitch sc_sm_acpower;
101 struct sysmon_pswitch sc_sm_lid;
102 struct sysmon_pswitch sc_sm_powerbutton;
180 memset(&sc->sc_sm_acpower, 0, sizeof(struct sysmon_pswitch));
186 memset(&sc->sc_sm_lid, 0, sizeof(struct sysmon_pswitch));
192 memset(&sc->sc_sm_powerbutton, 0, sizeof(struct sysmon_pswitch));
  /src/sys/arch/evbarm/nslu2/
nslu2_buttons.c 49 struct sysmon_pswitch sc_smpwr;
50 struct sysmon_pswitch sc_smrst;
  /src/sys/arch/evbarm/hdl_g/
btn_obio.c 57 struct sysmon_pswitch sc_smpsw[2];
172 struct sysmon_pswitch *smpsw = (void *)arg;
  /src/sys/arch/arm/sunxi/
sunxi_lradc.c 62 struct sysmon_pswitch *sc_switches[2];
300 sizeof(struct sysmon_pswitch) * sc->sc_nlevels[chan] , KM_SLEEP);
306 struct sysmon_pswitch *sw = &sc->sc_switches[chan][i];
  /src/sys/dev/acpi/
acpi_lid.c 60 struct sysmon_pswitch sc_smpsw;
acpivar.h 189 struct sysmon_pswitch sc_smpsw_power;
190 struct sysmon_pswitch sc_smpsw_sleep;
acpi_button.c 61 struct sysmon_pswitch sc_smpsw;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 335 struct sysmon_pswitch sc_monitor_hotplug;
  /src/sys/arch/landisk/dev/
pwrsw_obio.c 52 struct sysmon_pswitch sc_smpsw; /* our sysmon glue */
  /src/sys/arch/sandpoint/sandpoint/
nhpow.c 94 struct sysmon_pswitch sc_sm_pbutton;
161 memset(&sc->sc_sm_pbutton, 0, sizeof(struct sysmon_pswitch));
  /src/sys/sys/
compat_stub.h 172 struct sysmon_pswitch;
174 (struct power_event *, struct sysmon_pswitch *, int));
  /src/sys/arch/evbarm/netwalker/
netwalker_lid.c 56 struct sysmon_pswitch sc_smpsw;
netwalker_pwr.c 57 struct sysmon_pswitch sc_smpsw;

Completed in 37 milliseconds

1 2 3