Lines Matching defs:core
82 struct clk_core *core; member
151 static bool clk_core_is_prepared(struct clk_core *core) in clk_core_is_prepared()
163 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled()
175 static void clk_unprepare_unused_subtree(struct clk_core *core) in clk_unprepare_unused_subtree()
200 static void clk_disable_unused_subtree(struct clk_core *core) in clk_disable_unused_subtree()
246 struct clk_core *core; in clk_disable_unused() local
306 struct clk_core *core) in __clk_lookup_subtree()
348 static struct clk_core *clk_core_get_parent_by_index(struct clk_core *core, in clk_core_get_parent_by_index()
378 static unsigned long clk_core_get_rate_nolock(struct clk_core *core) in clk_core_get_rate_nolock()
405 static unsigned long __clk_get_accuracy(struct clk_core *core) in __clk_get_accuracy()
457 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
518 struct clk_core *core = clk_core_lookup(name); in __clk_lookup() local
523 static void clk_core_get_boundaries(struct clk_core *core, in clk_core_get_boundaries()
568 static void clk_core_unprepare(struct clk_core *core) in clk_core_unprepare()
614 static int clk_core_prepare(struct clk_core *core) in clk_core_prepare()
673 static void clk_core_disable(struct clk_core *core) in clk_core_disable()
721 static int clk_core_enable(struct clk_core *core) in clk_core_enable()
785 static int clk_core_round_rate_nolock(struct clk_core *core, in clk_core_round_rate_nolock()
905 static int __clk_notify(struct clk_core *core, unsigned long msg, in __clk_notify()
935 static void __clk_recalc_accuracies(struct clk_core *core) in __clk_recalc_accuracies()
955 static long clk_core_get_accuracy(struct clk_core *core) in clk_core_get_accuracy()
987 static unsigned long clk_recalc(struct clk_core *core, in clk_recalc()
1007 static void __clk_recalc_rates(struct clk_core *core, unsigned long msg) in __clk_recalc_rates()
1033 static unsigned long clk_core_get_rate(struct clk_core *core) in clk_core_get_rate()
1065 static int clk_fetch_parent_index(struct clk_core *core, in clk_fetch_parent_index()
1101 static void clk_core_update_orphan_status(struct clk_core *core, bool is_orphan) in clk_core_update_orphan_status()
1111 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent()
1137 static struct clk_core *__clk_set_parent_before(struct clk_core *core, in __clk_set_parent_before()
1176 static void __clk_set_parent_after(struct clk_core *core, in __clk_set_parent_after()
1195 static int __clk_set_parent(struct clk_core *core, struct clk_core *parent, in __clk_set_parent()
1240 static int __clk_speculate_rates(struct clk_core *core, in __clk_speculate_rates()
1271 static void clk_calc_subtree(struct clk_core *core, unsigned long new_rate, in clk_calc_subtree()
1294 static struct clk_core *clk_calc_new_rates(struct clk_core *core, in clk_calc_new_rates()
1392 static struct clk_core *clk_propagate_rate_change(struct clk_core *core, in clk_propagate_rate_change()
1430 static void clk_change_rate(struct clk_core *core) in clk_change_rate()
1494 static int clk_core_set_rate_nolock(struct clk_core *core, in clk_core_set_rate_nolock()
1671 static struct clk_core *__clk_init_parent(struct clk_core *core) in __clk_init_parent()
1714 static void clk_core_reparent(struct clk_core *core, in clk_core_reparent()
1742 struct clk_core *core, *parent_core; in clk_has_parent() local
1764 static int clk_core_set_parent(struct clk_core *core, struct clk_core *parent) in clk_core_set_parent()
1903 static int clk_core_get_phase(struct clk_core *core) in clk_core_get_phase()
2105 static int clk_debug_create_one(struct clk_core *core, struct dentry *pdentry) in clk_debug_create_one()
2180 static int clk_debug_register(struct clk_core *core) in clk_debug_register()
2205 static void clk_debug_unregister(struct clk_core *core) in clk_debug_unregister()
2238 struct clk_core *core; in clk_debug_init() local
2277 static inline int clk_debug_register(struct clk_core *core) { return 0; } in clk_debug_register()
2278 static inline void clk_debug_reparent(struct clk_core *core, in clk_debug_reparent()
2282 static inline void clk_debug_unregister(struct clk_core *core) in clk_debug_unregister()
2300 struct clk_core *core; in __clk_init() local
2527 struct clk_core *core; in clk_register() local
2601 struct clk_core *core = container_of(ref, struct clk_core, ref); in __clk_release() local
2761 struct clk_core *core = !clk ? NULL : clk->core; in __clk_get() local