Searched refs:set_power_state (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_local.h49 int (*set_power_state)(snd_ctl_t *handle, unsigned int state); member in struct:_snd_ctl_ops
H A Dcontrol_hw.c369 .set_power_state = snd_ctl_hw_set_power_state,
H A Dcontrol_ext.c486 .set_power_state = snd_ctl_ext_set_power_state,
H A Dcontrol_shm.c420 .set_power_state = snd_ctl_shm_set_power_state,
H A Dcontrol.c707 if (ctl->ops->set_power_state)
708 return ctl->ops->set_power_state(ctl, state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c555 * set_power_state - set the power management state
568 static int set_power_state(u_short what, u_short state) function
587 return set_power_state(APM_DEVICE_ALL, state);
895 error = set_power_state(dev[i], state);

Completed in 128 milliseconds