• Home
  • Raw
  • Download

Lines Matching defs:core

50 	struct clk_core		*core;  member
98 struct clk_core *core; member
109 static int clk_pm_runtime_get(struct clk_core *core) in clk_pm_runtime_get()
124 static void clk_pm_runtime_put(struct clk_core *core) in clk_pm_runtime_put()
201 static bool clk_core_rate_is_protected(struct clk_core *core) in clk_core_rate_is_protected()
206 static bool clk_core_is_prepared(struct clk_core *core) in clk_core_is_prepared()
225 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled()
295 struct clk_core *core) in __clk_lookup_subtree()
392 static struct clk_core *clk_core_get(struct clk_core *core, u8 p_index) in clk_core_get()
420 static void clk_core_fill_parent_index(struct clk_core *core, u8 index) in clk_core_fill_parent_index()
445 static struct clk_core *clk_core_get_parent_by_index(struct clk_core *core, in clk_core_get_parent_by_index()
473 static unsigned long clk_core_get_rate_nolock(struct clk_core *core) in clk_core_get_rate_nolock()
495 static unsigned long clk_core_get_accuracy_no_lock(struct clk_core *core) in clk_core_get_accuracy_no_lock()
549 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
611 struct clk_core *core = clk_core_lookup(name); in __clk_lookup() local
616 static void clk_core_get_boundaries(struct clk_core *core, in clk_core_get_boundaries()
634 static bool clk_core_check_boundaries(struct clk_core *core, in clk_core_check_boundaries()
687 static void clk_core_rate_unprotect(struct clk_core *core) in clk_core_rate_unprotect()
704 static int clk_core_rate_nuke_protect(struct clk_core *core) in clk_core_rate_nuke_protect()
762 static void clk_core_rate_protect(struct clk_core *core) in clk_core_rate_protect()
775 static void clk_core_rate_restore_protect(struct clk_core *core, int count) in clk_core_rate_restore_protect()
821 static void clk_core_unprepare(struct clk_core *core) in clk_core_unprepare()
854 static void clk_core_unprepare_lock(struct clk_core *core) in clk_core_unprepare_lock()
881 static int clk_core_prepare(struct clk_core *core) in clk_core_prepare()
930 static int clk_core_prepare_lock(struct clk_core *core) in clk_core_prepare_lock()
962 static void clk_core_disable(struct clk_core *core) in clk_core_disable()
989 static void clk_core_disable_lock(struct clk_core *core) in clk_core_disable_lock()
1019 static int clk_core_enable(struct clk_core *core) in clk_core_enable()
1055 static int clk_core_enable_lock(struct clk_core *core) in clk_core_enable_lock()
1079 struct clk_core *core = hw->core; in clk_gate_restore_context() local
1088 static int clk_core_save_context(struct clk_core *core) in clk_core_save_context()
1105 static void clk_core_restore_context(struct clk_core *core) in clk_core_restore_context()
1152 struct clk_core *core; in clk_restore_context() local
1184 static int clk_core_prepare_enable(struct clk_core *core) in clk_core_prepare_enable()
1199 static void clk_core_disable_unprepare(struct clk_core *core) in clk_core_disable_unprepare()
1205 static void __init clk_unprepare_unused_subtree(struct clk_core *core) in clk_unprepare_unused_subtree()
1235 static void __init clk_disable_unused_subtree(struct clk_core *core) in clk_disable_unused_subtree()
1291 struct clk_core *core; in clk_disable_unused() local
1318 static int clk_core_determine_round_nolock(struct clk_core *core, in clk_core_determine_round_nolock()
1352 static void clk_core_init_rate_req(struct clk_core * const core, in clk_core_init_rate_req()
1370 static bool clk_core_can_round(struct clk_core * const core) in clk_core_can_round()
1375 static int clk_core_round_rate_nolock(struct clk_core *core, in clk_core_round_rate_nolock()
1498 static int __clk_notify(struct clk_core *core, unsigned long msg, in __clk_notify()
1530 static void __clk_recalc_accuracies(struct clk_core *core) in __clk_recalc_accuracies()
1550 static long clk_core_get_accuracy_recalc(struct clk_core *core) in clk_core_get_accuracy_recalc()
1582 static unsigned long clk_recalc(struct clk_core *core, in clk_recalc()
1606 static void __clk_recalc_rates(struct clk_core *core, unsigned long msg) in __clk_recalc_rates()
1632 static unsigned long clk_core_get_rate_recalc(struct clk_core *core) in clk_core_get_rate_recalc()
1663 static int clk_fetch_parent_index(struct clk_core *core, in clk_fetch_parent_index()
1727 static void clk_core_update_orphan_status(struct clk_core *core, bool is_orphan) in clk_core_update_orphan_status()
1737 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent()
1763 static struct clk_core *__clk_set_parent_before(struct clk_core *core, in __clk_set_parent_before()
1809 static void __clk_set_parent_after(struct clk_core *core, in __clk_set_parent_after()
1829 static int __clk_set_parent(struct clk_core *core, struct clk_core *parent, in __clk_set_parent()
1874 static int __clk_speculate_rates(struct clk_core *core, in __clk_speculate_rates()
1905 static void clk_calc_subtree(struct clk_core *core, unsigned long new_rate, in clk_calc_subtree()
1928 static struct clk_core *clk_calc_new_rates(struct clk_core *core, in clk_calc_new_rates()
2015 static struct clk_core *clk_propagate_rate_change(struct clk_core *core, in clk_propagate_rate_change()
2053 static void clk_change_rate(struct clk_core *core) in clk_change_rate()
2150 static unsigned long clk_core_req_round_rate_nolock(struct clk_core *core, in clk_core_req_round_rate_nolock()
2177 static int clk_core_set_rate_nolock(struct clk_core *core, in clk_core_set_rate_nolock()
2449 static struct clk_core *__clk_init_parent(struct clk_core *core) in __clk_init_parent()
2459 static void clk_core_reparent(struct clk_core *core, in clk_core_reparent()
2487 struct clk_core *core, *parent_core; in clk_has_parent() local
2509 static int clk_core_set_parent_nolock(struct clk_core *core, in clk_core_set_parent_nolock()
2621 static int clk_core_set_phase_nolock(struct clk_core *core, int degrees) in clk_core_set_phase_nolock()
2694 static int clk_core_get_phase(struct clk_core *core) in clk_core_get_phase()
2732 static void clk_core_reset_duty_cycle_nolock(struct clk_core *core) in clk_core_reset_duty_cycle_nolock()
2741 static int clk_core_update_duty_cycle_nolock(struct clk_core *core) in clk_core_update_duty_cycle_nolock()
2766 static int clk_core_update_duty_cycle_parent_nolock(struct clk_core *core) in clk_core_update_duty_cycle_parent_nolock()
2784 static int clk_core_set_duty_cycle_nolock(struct clk_core *core, in clk_core_set_duty_cycle_nolock()
2808 static int clk_core_set_duty_cycle_parent_nolock(struct clk_core *core, in clk_core_set_duty_cycle_parent_nolock()
2864 static int clk_core_get_scaled_duty_cycle(struct clk_core *core, in clk_core_get_scaled_duty_cycle()
3063 struct clk_core *core = data; in clk_rate_set() local
3077 struct clk_core *core = data; in clk_prepare_enable_set() local
3090 struct clk_core *core = data; in clk_prepare_enable_get() local
3106 struct clk_core *core = data; in clk_rate_get() local
3136 struct clk_core *core = s->private; in clk_flags_show() local
3155 static void possible_parent_show(struct seq_file *s, struct clk_core *core, in possible_parent_show()
3191 struct clk_core *core = s->private; in possible_parents_show() local
3205 struct clk_core *core = s->private; in current_parent_show() local
3216 struct clk_core *core = s->private; in clk_duty_cycle_show() local
3227 struct clk_core *core = s->private; in clk_min_rate_show() local
3241 struct clk_core *core = s->private; in clk_max_rate_show() local
3253 static void clk_debug_create_one(struct clk_core *core, struct dentry *pdentry) in clk_debug_create_one()
3301 static void clk_debug_register(struct clk_core *core) in clk_debug_register()
3318 static void clk_debug_unregister(struct clk_core *core) in clk_debug_unregister()
3338 struct clk_core *core; in clk_debug_init() local
3380 static inline void clk_debug_register(struct clk_core *core) { } in clk_debug_register()
3381 static inline void clk_debug_unregister(struct clk_core *core) in clk_debug_unregister()
3434 static int __clk_core_init(struct clk_core *core) in __clk_core_init()
3640 static void clk_core_link_consumer(struct clk_core *core, struct clk *clk) in clk_core_link_consumer()
3665 static struct clk *alloc_clk(struct clk_core *core, const char *dev_id, in alloc_clk()
3711 struct clk_core *core; in clk_hw_create_clk() local
3751 static int clk_core_populate_parent_map(struct clk_core *core, in clk_core_populate_parent_map()
3813 static void clk_core_free_parent_map(struct clk_core *core) in clk_core_free_parent_map()
3832 struct clk_core *core; in __clk_register() local
3990 struct clk_core *core = container_of(ref, struct clk_core, ref); in __clk_release() local
4049 static void clk_core_evict_parent_cache(struct clk_core *core) in clk_core_evict_parent_cache()