Home
last modified time | relevance | path

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

/drivers/cpufreq/
DKconfig80 bool "ondemand"
85 Use the CPUFreq governor 'ondemand' as default. This allows
88 Be aware that not all cpufreq drivers support the ondemand
155 tristate "'ondemand' cpufreq policy governor"
158 '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.x86145 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.c1903 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument
1923 if (!ondemand) { in iwlagn_fw_error()