Lines Matching defs:opp_table

43 static bool _find_opp_dev(const struct device *dev, struct opp_table *opp_table)  in _find_opp_dev()
61 struct opp_table *opp_table; in _find_opp_table_unlocked() local
86 struct opp_table *opp_table; in _find_opp_table() local
107 static bool assert_single_clk(struct opp_table *opp_table) in assert_single_clk()
276 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local
299 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local
385 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local
401 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count()
427 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local
495 static struct dev_pm_opp *_opp_table_find_key(struct opp_table *opp_table, in _opp_table_find_key()
500 bool (*assert)(struct opp_table *opp_table)) in _opp_table_find_key()
533 bool (*assert)(struct opp_table *opp_table)) in _find_key()
535 struct opp_table *opp_table; in _find_key() local
556 bool (*assert)(struct opp_table *opp_table)) in _find_key_exact()
566 static struct dev_pm_opp *_opp_table_find_key_ceil(struct opp_table *opp_table, in _opp_table_find_key_ceil()
569 bool (*assert)(struct opp_table *opp_table)) in _opp_table_find_key_ceil()
578 bool (*assert)(struct opp_table *opp_table)) in _find_key_ceil()
587 bool (*assert)(struct opp_table *opp_table)) in _find_key_floor()
624 static noinline struct dev_pm_opp *_find_freq_ceil(struct opp_table *opp_table, in _find_freq_ceil()
818 _opp_config_clk_single(struct device *dev, struct opp_table *opp_table, in _opp_config_clk_single()
851 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, in dev_pm_opp_config_clks_simple()
910 static int _set_opp_bw(const struct opp_table *opp_table, in _set_opp_bw()
958 struct opp_table *opp_table, in _set_required_opps()
1014 static void _find_current_opp(struct device *dev, struct opp_table *opp_table) in _find_current_opp()
1039 static int _disable_opp_table(struct device *dev, struct opp_table *opp_table) in _disable_opp_table()
1067 static int _set_opp(struct device *dev, struct opp_table *opp_table, in _set_opp()
1178 struct opp_table *opp_table; in dev_pm_opp_set_rate() local
1255 struct opp_table *opp_table; in dev_pm_opp_set_opp() local
1273 struct opp_table *opp_table) in _remove_opp_dev()
1281 struct opp_table *opp_table) in _add_opp_dev()
1304 struct opp_table *opp_table; in _allocate_opp_table() local
1357 void _get_opp_table_kref(struct opp_table *opp_table) in _get_opp_table_kref()
1363 struct opp_table *opp_table, in _update_opp_table_clk()
1429 struct opp_table *opp_table; in _add_opp_table_indexed() local
1490 struct opp_table *opp_table = container_of(kref, struct opp_table, kref); in _opp_table_kref_release() local
1531 void dev_pm_opp_put_opp_table(struct opp_table *opp_table) in dev_pm_opp_put_opp_table()
1546 struct opp_table *opp_table = opp->opp_table; in _opp_kref_release() local
1582 struct opp_table *opp_table; in dev_pm_opp_remove() local
1618 static struct dev_pm_opp *_opp_get_next(struct opp_table *opp_table, in _opp_get_next()
1644 static void _opp_remove_all(struct opp_table *opp_table, bool dynamic) in _opp_remove_all()
1658 bool _opp_remove_all_static(struct opp_table *opp_table) in _opp_remove_all_static()
1686 struct opp_table *opp_table; in dev_pm_opp_remove_all_dynamic() local
1699 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table) in _opp_allocate()
1730 struct opp_table *opp_table) in _opp_supported_by_regulators()
1754 static int _opp_compare_rate(struct opp_table *opp_table, in _opp_compare_rate()
1768 static int _opp_compare_bw(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_bw()
1788 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_key()
1809 struct opp_table *opp_table, in _opp_is_duplicate()
1873 struct opp_table *opp_table) in _opp_add()
1932 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, in _opp_add_v1()
1987 static int _opp_set_supported_hw(struct opp_table *opp_table, in _opp_set_supported_hw()
2012 static void _opp_put_supported_hw(struct opp_table *opp_table) in _opp_put_supported_hw()
2031 static int _opp_set_prop_name(struct opp_table *opp_table, const char *name) in _opp_set_prop_name()
2051 static void _opp_put_prop_name(struct opp_table *opp_table) in _opp_put_prop_name()
2071 static int _opp_set_regulators(struct opp_table *opp_table, struct device *dev, in _opp_set_regulators()
2130 static void _opp_put_regulators(struct opp_table *opp_table) in _opp_put_regulators()
2150 static void _put_clks(struct opp_table *opp_table, int count) in _put_clks()
2174 static int _opp_set_clknames(struct opp_table *opp_table, struct device *dev, in _opp_set_clknames()
2253 static void _opp_put_clknames(struct opp_table *opp_table) in _opp_put_clknames()
2273 static int _opp_set_config_regulators_helper(struct opp_table *opp_table, in _opp_set_config_regulators_helper()
2290 static void _opp_put_config_regulators_helper(struct opp_table *opp_table) in _opp_put_config_regulators_helper()
2296 static void _detach_genpd(struct opp_table *opp_table) in _detach_genpd()
2337 static int _opp_attach_genpd(struct opp_table *opp_table, struct device *dev, in _opp_attach_genpd()
2403 static void _opp_detach_genpd(struct opp_table *opp_table) in _opp_detach_genpd()
2452 struct opp_table *opp_table; in dev_pm_opp_set_config() local
2749 struct opp_table *opp_table; in dev_pm_opp_add() local
2783 struct opp_table *opp_table; in _opp_set_availability() local
2859 struct opp_table *opp_table; in dev_pm_opp_adjust_voltage() local
2965 struct opp_table *opp_table; in dev_pm_opp_register_notifier() local
2990 struct opp_table *opp_table; in dev_pm_opp_unregister_notifier() local
3014 struct opp_table *opp_table; in dev_pm_opp_remove_table() local
3051 struct opp_table *opp_table; in dev_pm_opp_sync_regulators() local