Home
last modified time | relevance | path

Searched refs:gov (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/watchdog/
H A Dwatchdog_pretimeout.c38 struct watchdog_governor *gov; member
47 if (sysfs_streq(gov_name, priv->gov->name)) in find_governor_by_name()
61 count += sysfs_emit_at(buf, count, "%s\n", priv->gov->name); in watchdog_pretimeout_available_governors_get()
73 if (wdd->gov) in watchdog_pretimeout_governor_get()
74 count = sysfs_emit(buf, "%s\n", wdd->gov->name); in watchdog_pretimeout_governor_get()
94 wdd->gov = priv->gov; in watchdog_pretimeout_governor_set()
107 if (!wdd->gov) { in watchdog_notify_pretimeout()
112 wdd->gov->pretimeout(wdd); in watchdog_notify_pretimeout()
117 int watchdog_register_governor(struct watchdog_governor *gov) in watchdog_register_governor() argument
128 if (find_governor_by_name(gov->name)) { in watchdog_register_governor()
[all …]
H A Dwatchdog_pretimeout.h16 int watchdog_register_governor(struct watchdog_governor *gov);
17 void watchdog_unregister_governor(struct watchdog_governor *gov);
/linux/drivers/cpufreq/
H A Dcpufreq_governor.c237 struct dbs_governor *gov; in dbs_work_handler() local
241 gov = dbs_governor_of(policy); in dbs_work_handler()
248 gov_update_sample_delay(policy_dbs, gov->gov_dbs_update(policy)); in dbs_work_handler()
351 struct dbs_governor *gov) in alloc_policy_dbs_info() argument
357 policy_dbs = gov->alloc(); in alloc_policy_dbs_info()
377 struct dbs_governor *gov) in free_policy_dbs_info() argument
389 gov->free(policy_dbs); in free_policy_dbs_info()
395 struct dbs_governor *gov = dbs_data->gov; in cpufreq_dbs_data_release() local
397 gov->exit(dbs_data); in cpufreq_dbs_data_release()
403 struct dbs_governor *gov = dbs_governor_of(policy); in cpufreq_dbs_governor_init() local
[all …]
H A Dcpufreq_governor.h40 struct dbs_governor *gov; member
126 struct cpufreq_governor gov; member
145 return container_of(policy->governor, struct dbs_governor, gov); in dbs_governor_of()
H A Dcpufreq.c1124 struct cpufreq_governor *gov = NULL; in cpufreq_init_policy() local
1131 gov = get_governor(policy->last_governor); in cpufreq_init_policy()
1132 if (gov) { in cpufreq_init_policy()
1134 gov->name, policy->cpu); in cpufreq_init_policy()
1136 gov = get_governor(default_governor); in cpufreq_init_policy()
1139 if (!gov) { in cpufreq_init_policy()
1140 gov = cpufreq_default_governor(); in cpufreq_init_policy()
1141 __module_get(gov->owner); in cpufreq_init_policy()
1164 ret = cpufreq_set_policy(policy, gov, pol); in cpufreq_init_policy()
1165 if (gov) in cpufreq_init_policy()
[all …]
H A Dcpufreq_conservative.c317 .gov = CPUFREQ_DBS_GOVERNOR_INITIALIZER("conservative"),
327 #define CPU_FREQ_GOV_CONSERVATIVE (cs_governor.gov)
H A Dcpufreq_ondemand.c376 .gov = CPUFREQ_DBS_GOVERNOR_INITIALIZER("ondemand"),
386 #define CPU_FREQ_GOV_ONDEMAND (od_dbs_gov.gov)
/linux/drivers/pmdomain/renesas/
H A Drmobile-sysc.c34 struct dev_power_governor *gov; member
101 struct dev_power_governor *gov = rmobile_pd->gov; in rmobile_init_pm_domain() local
114 pm_genpd_init(genpd, gov ? : &simple_qos_governor, false); in rmobile_init_pm_domain()
233 pd->gov = &pm_domain_always_on_gov; in rmobile_setup_pm_domain()
/linux/tools/power/cpupower/utils/
H A Dcpufreq-set.c203 char gov[20]; in cmd_freq_set() local
264 if ((sscanf(optarg, "%19s", gov)) != 1) { in cmd_freq_set()
268 new_pol.governor = gov; in cmd_freq_set()
/linux/drivers/thermal/
H A Dthermal_core.c194 struct thermal_governor *gov; in thermal_zone_device_set_policy() local
200 gov = __find_governor(strim(policy)); in thermal_zone_device_set_policy()
201 if (gov) in thermal_zone_device_set_policy()
202 ret = thermal_set_governor(tz, gov); in thermal_zone_device_set_policy()
250 struct thermal_governor **gov; in thermal_register_governors() local
252 for_each_governor_table(gov) { in thermal_register_governors()
253 if (gov == governor) in thermal_register_governors()
255 thermal_unregister_governor(*gov); in thermal_register_governors()
714 struct thermal_governor *gov; in for_each_thermal_governor() local
718 list_for_each_entry(gov, &thermal_governor_list, governor_list) { in for_each_thermal_governor()
[all …]
/linux/drivers/devfreq/
H A Dimx-bus.c90 const char *gov = DEVFREQ_GOV_USERSPACE; in imx_bus_probe() local
126 gov, NULL); in imx_bus_probe()
H A Ddevfreq.c789 const struct devfreq_governor *gov);
791 const struct devfreq_governor *gov);
1920 const struct devfreq_governor *gov) in create_sysfs_files() argument
1922 if (IS_SUPPORTED_ATTR(gov->attrs, POLLING_INTERVAL)) in create_sysfs_files()
1924 if (IS_SUPPORTED_ATTR(gov->attrs, TIMER)) in create_sysfs_files()
1930 const struct devfreq_governor *gov) in remove_sysfs_files() argument
1932 if (IS_SUPPORTED_ATTR(gov->attrs, POLLING_INTERVAL)) in remove_sysfs_files()
1935 if (IS_SUPPORTED_ATTR(gov->attrs, TIMER)) in remove_sysfs_files()
H A Dimx8m-ddrc.c370 const char *gov = DEVFREQ_GOV_USERSPACE; in imx8m_ddrc_probe() local
426 gov, NULL); in imx8m_ddrc_probe()
/linux/drivers/pmdomain/
H A Dcore.c1005 if (genpd->gov && genpd->gov->power_down_ok) { in genpd_power_off()
1006 if (!genpd->gov->power_down_ok(&genpd->domain)) in genpd_power_off()
1011 if (!genpd->gov) in genpd_power_off()
1237 suspend_ok = genpd->gov ? genpd->gov->suspend_ok : NULL; in genpd_runtime_suspend()
1428 if (genpd->gov && genpd->gov->system_power_down_ok) { in genpd_sync_power_off()
1429 if (!genpd->gov->system_power_down_ok(&genpd->domain)) in genpd_sync_power_off()
2297 if (genpd->gov) { in genpd_alloc_data()
2395 struct dev_power_governor *gov, bool is_off) in pm_genpd_init() argument
2407 genpd->gov = gov; in pm_genpd_init()
2438 if (gov == &pm_domain_always_on_gov) in pm_genpd_init()
[all …]
/linux/drivers/cpuidle/
H A Dcpuidle.h27 extern int cpuidle_switch_governor(struct cpuidle_governor *gov);
H A Dsysfs.c82 struct cpuidle_governor *gov; in store_current_governor() local
90 list_for_each_entry(gov, &cpuidle_governors, governor_list) { in store_current_governor()
91 if (!strncmp(gov->name, gov_name, CPUIDLE_NAME_LEN)) { in store_current_governor()
92 ret = cpuidle_switch_governor(gov); in store_current_governor()
/linux/include/linux/
H A Dwatchdog.h70 * @gov: Pointer to watchdog pretimeout governor.
104 const struct watchdog_governor *gov; member
/linux/drivers/net/ethernet/packetengines/
H A DKconfig38 <http://cesdis.gsfc.nasa.gov/linux/drivers/yellowfin.html> for more
/linux/drivers/atm/
H A Dnicstarmac.copyright16 * R. D. Rechenmacher <ron@fnal.gov>, Aug. 6, 1997
/linux/Documentation/filesystems/
H A D9p.rst12 This software was originally developed by Ron Minnich <rminnich@sandia.gov>
14 <gwatson@lanl.gov> and most recently Eric Van Hensbergen
/linux/Documentation/crypto/
H A Dsha3.rst124 .. [1] https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf
/linux/Documentation/sound/cards/
H A Dsb-live-mixer.rst342 US Patents (https://www.uspto.gov/)
/linux/
H A DCREDITS315 E: becker@cesdis.gsfc.nasa.gov
758 E: jjo@mendoza.gov.ar
771 E: scole@lanl.gov
2854 E: rminnich@sandia.gov
3793 E: sds@tycho.nsa.gov
3819 E: snyder@fnald0.fnal.gov
H A D.mailmap797 Stephen Smalley <stephen.smalley.work@gmail.com> <sds@tycho.nsa.gov>
/linux/crypto/
H A DKconfig992 http://www.oscca.gov.cn/UpFile/20101222141857786.pdf