Lines Matching refs:device_opp
69 struct device_opp *dev_opp;
93 struct device_opp { struct
133 static struct device_opp *_find_device_opp(struct device *dev) in _find_device_opp()
135 struct device_opp *tmp_dev_opp, *dev_opp = ERR_PTR(-ENODEV); in _find_device_opp()
227 struct device_opp *dev_opp; in dev_pm_opp_get_opp_count()
282 struct device_opp *dev_opp; in dev_pm_opp_find_freq_exact()
330 struct device_opp *dev_opp; in dev_pm_opp_find_freq_ceil()
380 struct device_opp *dev_opp; in dev_pm_opp_find_freq_floor()
419 static struct device_opp *_add_device_opp(struct device *dev) in _add_device_opp()
421 struct device_opp *dev_opp; in _add_device_opp()
470 struct device_opp *dev_opp = NULL; in _opp_add_dynamic()
589 struct device_opp *device_opp = container_of(head, struct device_opp, rcu_head); in _kfree_device_rcu() local
591 kfree_rcu(device_opp, rcu_head); in _kfree_device_rcu()
605 static void _opp_remove(struct device_opp *dev_opp, in _opp_remove()
639 struct device_opp *dev_opp; in dev_pm_opp_remove()
690 struct device_opp *dev_opp; in _opp_set_availability()
817 struct device_opp *dev_opp = _find_device_opp(dev); in dev_pm_opp_get_notifier()
900 struct device_opp *dev_opp; in of_free_opp_table()