Searched refs:dev_opp (Results 1 – 1 of 1) sorted by relevance
69 struct device_opp *dev_opp; member135 struct device_opp *tmp_dev_opp, *dev_opp = ERR_PTR(-ENODEV); in _find_device_opp() local144 dev_opp = tmp_dev_opp; in _find_device_opp()149 return dev_opp; in _find_device_opp()227 struct device_opp *dev_opp; in dev_pm_opp_get_opp_count() local233 dev_opp = _find_device_opp(dev); in dev_pm_opp_get_opp_count()234 if (IS_ERR(dev_opp)) { in dev_pm_opp_get_opp_count()235 count = PTR_ERR(dev_opp); in dev_pm_opp_get_opp_count()241 list_for_each_entry_rcu(temp_opp, &dev_opp->opp_list, node) { in dev_pm_opp_get_opp_count()282 struct device_opp *dev_opp; in dev_pm_opp_find_freq_exact() local[all …]