Home
last modified time | relevance | path

Searched refs:em_dev_register_pd_no_update (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Denergy_model.h178 int em_dev_register_pd_no_update(struct device *dev, unsigned int nr_states,
361 int em_dev_register_pd_no_update(struct device *dev, unsigned int nr_states, in em_dev_register_pd_no_update() function
/linux/kernel/power/
H A Denergy_model.c592 int ret = em_dev_register_pd_no_update(dev, nr_states, cb, cpus, microwatts); in em_dev_register_perf_domain()
612 int em_dev_register_pd_no_update(struct device *dev, unsigned int nr_states, in em_dev_register_pd_no_update() function
709 EXPORT_SYMBOL_GPL(em_dev_register_pd_no_update);
/linux/drivers/cpufreq/
H A Dintel_pstate.c1011 if (em_dev_register_pd_no_update(cpu_dev, HYBRID_EM_STATE_COUNT, &cb, in hybrid_register_perf_domain()