Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
DKconfig74 bool "ondemand"
78 Use the CPUFreq governor 'ondemand' as default. This allows
81 Be aware that not all cpufreq drivers support the ondemand
147 tristate "'ondemand' cpufreq policy governor"
150 'ondemand' - This driver adds a dynamic cpufreq policy governor.
169 'conservative' - this driver is rather similar to the 'ondemand'
176 the 'ondemand' governor instead, however if you are using a laptop,
DKconfig.x86142 This adds AMD-specific powersave bias function to the ondemand
/linux-4.19.296/drivers/isdn/mISDN/
Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member
Dl1oip_core.c255 static u_int ondemand[MAX_CARDS]; variable
268 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR);
868 if (hc->ondemand) { in l1oip_timeout()
1345 hc->ondemand = ondemand[l1oip_cnt]; in init_card()
1346 if (hc->ondemand && !hc->id) { in init_card()
1386 hc->remoteport, hc->ondemand); in init_card()