Home
last modified time | relevance | path

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

/drivers/cpufreq/
DKconfig81 bool "ondemand"
86 Use the CPUFreq governor 'ondemand' as default. This allows
89 Be aware that not all cpufreq drivers support the ondemand
154 tristate "'ondemand' cpufreq policy governor"
157 'ondemand' - This driver adds a dynamic cpufreq policy governor.
177 'conservative' - this driver is rather similar to the 'ondemand'
184 the 'ondemand' governor instead, however if you are using a laptop,
DKconfig.x86135 This adds AMD-specific powersave bias function to the ondemand
/drivers/isdn/mISDN/
Dl1oip_core.c241 static u_int ondemand[MAX_CARDS]; variable
254 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR);
853 if (hc->ondemand) { in l1oip_timeout()
1329 hc->ondemand = ondemand[l1oip_cnt]; in init_card()
1330 if (hc->ondemand && !hc->id) { in init_card()
1370 hc->remoteport, hc->ondemand); in init_card()
Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member
/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1901 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument
1921 if (!ondemand) { in iwlagn_fw_error()