Searched refs:get_cost (Results 1 – 3 of 3) sorted by relevance
159 int (*get_cost)(struct device *dev, unsigned long freq, member165 .get_cost = _cost_cb }
166 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()
131 .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 the141 and provide .get_cost() callback. The EM framework would handle such platform