Lines Matching defs:opp_table
40 static bool _find_opp_dev(const struct device *dev, struct opp_table *opp_table) in _find_opp_dev()
58 struct opp_table *opp_table; in _find_opp_table_unlocked() local
83 struct opp_table *opp_table; in _find_opp_table() local
104 static bool assert_single_clk(struct opp_table *opp_table) in assert_single_clk()
278 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local
301 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local
387 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local
403 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count()
429 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local
497 static struct dev_pm_opp *_opp_table_find_key(struct opp_table *opp_table, in _opp_table_find_key()
502 bool (*assert)(struct opp_table *opp_table)) in _opp_table_find_key()
535 bool (*assert)(struct opp_table *opp_table)) in _find_key()
537 struct opp_table *opp_table; in _find_key() local
558 bool (*assert)(struct opp_table *opp_table)) in _find_key_exact()
568 static struct dev_pm_opp *_opp_table_find_key_ceil(struct opp_table *opp_table, in _opp_table_find_key_ceil()
571 bool (*assert)(struct opp_table *opp_table)) in _opp_table_find_key_ceil()
580 bool (*assert)(struct opp_table *opp_table)) in _find_key_ceil()
589 bool (*assert)(struct opp_table *opp_table)) in _find_key_floor()
654 static noinline struct dev_pm_opp *_find_freq_ceil(struct opp_table *opp_table, in _find_freq_ceil()
944 _opp_config_clk_single(struct device *dev, struct opp_table *opp_table, in _opp_config_clk_single()
977 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, in dev_pm_opp_config_clks_simple()
1036 static int _set_opp_bw(const struct opp_table *opp_table, in _set_opp_bw()
1065 static int _set_required_opps(struct device *dev, struct opp_table *opp_table, in _set_required_opps()
1105 static int _set_opp_level(struct device *dev, struct opp_table *opp_table, in _set_opp_level()
1127 static void _find_current_opp(struct device *dev, struct opp_table *opp_table) in _find_current_opp()
1152 static int _disable_opp_table(struct device *dev, struct opp_table *opp_table) in _disable_opp_table()
1185 static int _set_opp(struct device *dev, struct opp_table *opp_table, in _set_opp()
1304 struct opp_table *opp_table; in dev_pm_opp_set_rate() local
1381 struct opp_table *opp_table; in dev_pm_opp_set_opp() local
1399 struct opp_table *opp_table) in _remove_opp_dev()
1407 struct opp_table *opp_table) in _add_opp_dev()
1430 struct opp_table *opp_table; in _allocate_opp_table() local
1484 void _get_opp_table_kref(struct opp_table *opp_table) in _get_opp_table_kref()
1490 struct opp_table *opp_table, in _update_opp_table_clk()
1556 struct opp_table *opp_table; in _add_opp_table_indexed() local
1617 struct opp_table *opp_table = container_of(kref, struct opp_table, kref); in _opp_table_kref_release() local
1649 void dev_pm_opp_put_opp_table(struct opp_table *opp_table) in dev_pm_opp_put_opp_table()
1664 struct opp_table *opp_table = opp->opp_table; in _opp_kref_release() local
1700 struct opp_table *opp_table; in dev_pm_opp_remove() local
1736 static struct dev_pm_opp *_opp_get_next(struct opp_table *opp_table, in _opp_get_next()
1762 static void _opp_remove_all(struct opp_table *opp_table, bool dynamic) in _opp_remove_all()
1776 bool _opp_remove_all_static(struct opp_table *opp_table) in _opp_remove_all_static()
1804 struct opp_table *opp_table; in dev_pm_opp_remove_all_dynamic() local
1817 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table) in _opp_allocate()
1850 struct opp_table *opp_table) in _opp_supported_by_regulators()
1874 static int _opp_compare_rate(struct opp_table *opp_table, in _opp_compare_rate()
1888 static int _opp_compare_bw(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_bw()
1908 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_key()
1929 struct opp_table *opp_table, in _opp_is_duplicate()
1993 struct opp_table *opp_table) in _opp_add()
2051 int _opp_add_v1(struct opp_table *opp_table, struct device *dev, in _opp_add_v1()
2102 static int _opp_set_supported_hw(struct opp_table *opp_table, in _opp_set_supported_hw()
2119 static void _opp_put_supported_hw(struct opp_table *opp_table) in _opp_put_supported_hw()
2134 static int _opp_set_prop_name(struct opp_table *opp_table, const char *name) in _opp_set_prop_name()
2146 static void _opp_put_prop_name(struct opp_table *opp_table) in _opp_put_prop_name()
2161 static int _opp_set_regulators(struct opp_table *opp_table, struct device *dev, in _opp_set_regulators()
2216 static void _opp_put_regulators(struct opp_table *opp_table) in _opp_put_regulators()
2236 static void _put_clks(struct opp_table *opp_table, int count) in _put_clks()
2256 static int _opp_set_clknames(struct opp_table *opp_table, struct device *dev, in _opp_set_clknames()
2331 static void _opp_put_clknames(struct opp_table *opp_table) in _opp_put_clknames()
2347 static int _opp_set_config_regulators_helper(struct opp_table *opp_table, in _opp_set_config_regulators_helper()
2357 static void _opp_put_config_regulators_helper(struct opp_table *opp_table) in _opp_put_config_regulators_helper()
2363 static void _opp_detach_genpd(struct opp_table *opp_table) in _opp_detach_genpd()
2393 static int _opp_attach_genpd(struct opp_table *opp_table, struct device *dev, in _opp_attach_genpd()
2457 static int _opp_set_required_devs(struct opp_table *opp_table, in _opp_set_required_devs()
2486 static void _opp_put_required_devs(struct opp_table *opp_table) in _opp_put_required_devs()
2535 struct opp_table *opp_table; in dev_pm_opp_set_config() local
2847 struct opp_table *opp_table; in dev_pm_opp_add_dynamic() local
2881 struct opp_table *opp_table; in _opp_set_availability() local
2957 struct opp_table *opp_table; in dev_pm_opp_adjust_voltage() local
3025 struct opp_table *opp_table; in dev_pm_opp_sync_regulators() local
3104 struct opp_table *opp_table; in dev_pm_opp_register_notifier() local
3129 struct opp_table *opp_table; in dev_pm_opp_unregister_notifier() local
3153 struct opp_table *opp_table; in dev_pm_opp_remove_table() local