Home
last modified time | relevance | path

Searched refs:dev_pm_opp_of_cpumask_remove_table (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dpm_opp.h489 void dev_pm_opp_of_cpumask_remove_table(const struct cpumask *cpumask);
533 static inline void dev_pm_opp_of_cpumask_remove_table(const struct cpumask *cpumask) in dev_pm_opp_of_cpumask_remove_table() function
/linux/drivers/cpufreq/
H A Dmediatek-cpufreq.c533 dev_pm_opp_of_cpumask_remove_table(&info->cpus); in mtk_cpu_dvfs_info_init()
570 dev_pm_opp_of_cpumask_remove_table(&info->cpus); in mtk_cpu_dvfs_info_release()
H A Dqcom-cpufreq-hw.c578 dev_pm_opp_of_cpumask_remove_table(policy->related_cpus); in qcom_cpufreq_hw_cpu_exit()
H A Dtegra194-cpufreq.c559 dev_pm_opp_of_cpumask_remove_table(policy->related_cpus); in tegra194_cpufreq_exit()
/linux/drivers/opp/
H A Dof.c1194 * dev_pm_opp_of_cpumask_remove_table() - Removes OPP table for @cpumask
1200 void dev_pm_opp_of_cpumask_remove_table(const struct cpumask *cpumask) in dev_pm_opp_of_cpumask_remove_table() function
1204 EXPORT_SYMBOL_GPL(dev_pm_opp_of_cpumask_remove_table);
/linux/rust/kernel/
H A Dopp.rs708 unsafe { bindings::dev_pm_opp_of_cpumask_remove_table(cpumask.as_raw()) }; in remove_of_cpumask()