Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Denergy_model.h159 int (*get_cost)(struct device *dev, unsigned long freq, member
165 .get_cost = _cost_cb }
/linux-5.19.10/kernel/power/
Denergy_model.c166 ret = cb->get_cost(dev, table[i].frequency, &cost); in em_create_perf_table()
394 else if (cb->get_cost) in em_dev_register_perf_domain()
/linux-5.19.10/Documentation/power/
Denergy-model.rst131 .get_cost() is optional and provides the 'cost' values used by the EAS.
136 The .get_cost() allows to provide the 'cost' values which reflect the
141 and provide .get_cost() callback. The EM framework would handle such platform