Home
last modified time | relevance | path

Searched refs:dev_pm_opp_put_opp_table (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/opp/
H A Dcore.c1522 dev_pm_opp_put_opp_table(opp_table); in _update_opp_table_clk()
1573 dev_pm_opp_put_opp_table(opp_table); in _add_opp_table_indexed()
1646 void dev_pm_opp_put_opp_table(struct opp_table *opp_table) in dev_pm_opp_put_opp_table() function
1651 EXPORT_SYMBOL_GPL(dev_pm_opp_put_opp_table);
1721 dev_pm_opp_put_opp_table(opp_table); in dev_pm_opp_remove()
1763 dev_pm_opp_put_opp_table(opp_table); in _opp_remove_all()
2389 dev_pm_opp_put_opp_table(required_table); in _opp_set_required_dev()
2392 dev_pm_opp_put_opp_table(pd_table); in _opp_set_required_dev()
2422 dev_pm_opp_put_opp_table(data->opp_table); in _opp_clear_config()
2752 dev_pm_opp_put_opp_table(opp_table); in dev_pm_opp_add_dynamic()
[all …]
H A Dof.c128 dev_pm_opp_put_opp_table(required_opp_tables[i]); in _opp_table_free_required_tables()
1093 dev_pm_opp_put_opp_table(opp_table); in _of_add_table_indexed()
/linux/include/linux/
H A Dpm_opp.h105 void dev_pm_opp_put_opp_table(struct opp_table *opp_table);
217 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() function
588 DEFINE_FREE(put_opp_table, struct opp_table *, if (!IS_ERR_OR_NULL(_T)) dev_pm_opp_put_opp_table(_T…
/linux/drivers/soc/samsung/
H A Dexynos-asv.c114 dev_pm_opp_put_opp_table(opp_table); in exynos_asv_update_opps()
/linux/drivers/devfreq/
H A Dgovernor_passive.c44 dev_pm_opp_put_opp_table(parent_cpu_data->opp_table); in delete_parent_cpu_data()
H A Ddevfreq.c781 dev_pm_opp_put_opp_table(devfreq->opp_table); in devfreq_dev_release()
/linux/rust/kernel/
H A Dopp.rs982 unsafe { bindings::dev_pm_opp_put_opp_table(self.ptr) }; in drop()