| /linux/arch/powerpc/platforms/44x/ |
| H A D | idle.c | 35 ppc_md.power_save = &ppc44x_idle; in ppc44x_idle_init() 48 ppc_md.power_save = NULL; in idle_param()
|
| H A D | cpm.c | 254 ppc_md.power_save = &cpm_idle; in cpm_init()
|
| /linux/sound/hda/controllers/ |
| H A D | tegra.c | 94 static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT; variable 95 module_param(power_save, bint, 0644); 96 MODULE_PARM_DESC(power_save, 99 #define power_save 0 macro 614 snd_hda_set_power_save(&chip->bus, power_save * 1000); in hda_tegra_probe_work()
|
| H A D | intel.c | 173 static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT; variable 174 module_param(power_save, xint, 0644); 175 MODULE_PARM_DESC(power_save, "Automatic power-saving timeout " 190 #define power_save 0 macro 935 int prev = power_save; in param_set_xint() 938 if (ret || prev == power_save) in param_set_xint() 950 snd_hda_set_power_save(&chip->bus, power_save * 1000); in param_set_xint() 1248 * suspends, so activate runtime PM on codecs even if power_save == 0. 2244 /* On some boards setting power_save to a non 0 value leads to clicking / 2293 int val = power_save; in set_default_power_save() [all...] |
| /linux/arch/powerpc/platforms/85xx/ |
| H A D | qemu_e500.c | 62 .power_save = e500_idle, in define_machine()
|
| H A D | corenet_generic.c | 202 .power_save = e500_idle, in define_machine()
|
| /linux/arch/powerpc/platforms/pasemi/ |
| H A D | idle.c | 74 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init()
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-if.c | 133 static int power_save = -1; variable 779 int my_power_save = power_save; in usb_pwc_probe() 1044 pdev->power_save = my_power_save; in usb_pwc_probe() 1205 module_param(power_save, int, 0644); 1211 MODULE_PARM_DESC(power_save, "Turn power saving for new cameras on or off");
|
| H A D | pwc.h | 244 char power_save; /* Do powersaving for this cam */ member
|
| H A D | pwc-ctrl.c | 478 if (!pdev->power_save) in pwc_camera_power()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | main.c | 147 if (priv->power_save) in lbs_start_iface() 148 priv->power_save(priv); in lbs_start_iface() 212 if (priv->power_save) in lbs_stop_iface() 213 ret = priv->power_save(priv); in lbs_stop_iface()
|
| H A D | dev.h | 104 int (*power_save) (struct lbs_private *priv); member
|
| H A D | if_sdio.c | 1228 priv->power_save = if_sdio_power_save; in if_sdio_probe()
|
| /linux/sound/drivers/ |
| H A D | Kconfig | 236 The mode is activated by passing 'power_save=X' to the 244 the 'power_save' parameter can be set via sysfs as follows: 246 echo 10 > /sys/module/snd_ac97_codec/parameters/power_save
|
| /linux/Documentation/admin-guide/media/ |
| H A D | philips.rst | 87 power_save 88 When power_save is enabled (set to 1), the module will try to shut down 232 # modprobe pwc size=cif fps=15 power_save=1
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | setup.c | 579 .power_save = NULL, in define_machine()
|
| H A D | idle.c | 1248 ppc_md.power_save = arch300_idle; in pnv_arch300_idle_init() 1487 ppc_md.power_save = power7_idle; in pnv_init_idle_states()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | setup.c | 592 .power_save = power4_idle, in define_machine()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 36 static int power_save = CONFIG_SND_AC97_POWER_SAVE_DEFAULT; variable 37 module_param(power_save, int, 0644); 38 MODULE_PARM_DESC(power_save, "Automatic power-saving timeout " 197 ((ac97->scaps & AC97_SCAP_POWER_SAVE) && power_save) 2455 schedule_delayed_work(&ac97->power_work, secs_to_jiffies(power_save)); in snd_ac97_update_power()
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-drv.c | 2152 module_param_named(power_save, iwlwifi_mod_params.power_save, bool, 0444); 2153 MODULE_PARM_DESC(power_save,
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 1058 power_save 1099 ``power_save`` and ``power_save_controller`` options are for power-saving
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5448 platform machine description specific power_save
|