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()
1086 static int _set_required_opps(struct device *dev, struct opp_table *opp_table, in _set_required_opps()
1126 static void _find_current_opp(struct device *dev, struct opp_table *opp_table) in _find_current_opp()
1151 static int _disable_opp_table(struct device *dev, struct opp_table *opp_table) in _disable_opp_table()
1184 static int _set_opp(struct device *dev, struct opp_table *opp_table, in _set_opp()
1303 struct opp_table *opp_table; in dev_pm_opp_set_rate() local
1380 struct opp_table *opp_table; in dev_pm_opp_set_opp() local
1398 struct opp_table *opp_table) in _remove_opp_dev()
1406 struct opp_table *opp_table) in _add_opp_dev()
1429 struct opp_table *opp_table; in _allocate_opp_table() local
1483 void _get_opp_table_kref(struct opp_table *opp_table) in _get_opp_table_kref()
1489 struct opp_table *opp_table, in _update_opp_table_clk()
1555 struct opp_table *opp_table; in _add_opp_table_indexed() local
1616 struct opp_table *opp_table = container_of(kref, struct opp_table, kref); in _opp_table_kref_release() local
1648 void dev_pm_opp_put_opp_table(struct opp_table *opp_table) in dev_pm_opp_put_opp_table()
1663 struct opp_table *opp_table = opp->opp_table; in _opp_kref_release() local
1699 struct opp_table *opp_table; in dev_pm_opp_remove() local
1735 static struct dev_pm_opp *_opp_get_next(struct opp_table *opp_table, in _opp_get_next()
1761 static void _opp_remove_all(struct opp_table *opp_table, bool dynamic) in _opp_remove_all()
1775 bool _opp_remove_all_static(struct opp_table *opp_table) in _opp_remove_all_static()
1803 struct opp_table *opp_table; in dev_pm_opp_remove_all_dynamic() local
1816 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table) in _opp_allocate()
1849 struct opp_table *opp_table) in _opp_supported_by_regulators()
1873 static int _opp_compare_rate(struct opp_table *opp_table, in _opp_compare_rate()
1887 static int _opp_compare_bw(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_bw()
1907 int _opp_compare_key(struct opp_table *opp_table, struct dev_pm_opp *opp1, in _opp_compare_key()
1928 struct opp_table *opp_table, in _opp_is_duplicate()
1992 struct opp_table *opp_table) in _opp_add()
2050 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()
2476 static int _opp_set_required_devs(struct opp_table *opp_table, in _opp_set_required_devs()
2505 static void _opp_put_required_devs(struct opp_table *opp_table) in _opp_put_required_devs()
2554 struct opp_table *opp_table; in dev_pm_opp_set_config() local
2868 struct opp_table *opp_table; in dev_pm_opp_add_dynamic() local
2902 struct opp_table *opp_table; in _opp_set_availability() local
2978 struct opp_table *opp_table; in dev_pm_opp_adjust_voltage() local
3046 struct opp_table *opp_table; in dev_pm_opp_sync_regulators() local
3125 struct opp_table *opp_table; in dev_pm_opp_register_notifier() local
3150 struct opp_table *opp_table; in dev_pm_opp_unregister_notifier() local
3174 struct opp_table *opp_table; in dev_pm_opp_remove_table() local