Searched refs:_opp_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | opp.h | 223 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table, bool rate_not_available);
|
H A D | of.c | 787 ret = _opp_add(dev, new_opp, opp_table, rate_not_available); in _opp_add_static_v2()
|
H A D | core.c | 1491 * _opp_add() must return 0 if they receive -EBUSY from it. This is to make 1495 * should be considered an error by the callers of _opp_add(). 1497 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, in _opp_add() function 1573 ret = _opp_add(dev, new_opp, opp_table, false); in _opp_add_v1()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | opp.h | 253 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, struct opp_table *opp_table);
|
H A D | core.c | 1957 * _opp_add() must return 0 if they receive -EBUSY from it. This is to make 1961 * should be considered an error by the callers of _opp_add(). 1963 int _opp_add(struct device *dev, struct dev_pm_opp *new_opp, in _opp_add() function 2046 ret = _opp_add(dev, new_opp, opp_table); in _opp_add_v1()
|
H A D | of.c | 944 ret = _opp_add(dev, new_opp, opp_table); in _opp_add_static_v2()
|
Completed in 14 milliseconds