Lines Matching defs:clk

37 	struct clk *clk = NULL;  in clk_alloc()  local
55 void clk_free(struct clk *clk) in clk_free()
60 static bool __maybe_unused clk_check(struct clk *clk) in clk_check()
74 static void clk_compute_rate_no_lock(struct clk *clk) in clk_compute_rate_no_lock()
89 struct clk *clk_get_parent_by_index(struct clk *clk, size_t pidx) in clk_get_parent_by_index()
97 static void clk_init_parent(struct clk *clk) in clk_init_parent()
116 TEE_Result clk_register(struct clk *clk) in clk_register()
132 static bool clk_is_enabled_no_lock(struct clk *clk) in clk_is_enabled_no_lock()
137 bool clk_is_enabled(struct clk *clk) in clk_is_enabled()
142 static void clk_disable_no_lock(struct clk *clk) in clk_disable_no_lock()
157 static TEE_Result clk_enable_no_lock(struct clk *clk) in clk_enable_no_lock()
187 TEE_Result clk_enable(struct clk *clk) in clk_enable()
198 void clk_disable(struct clk *clk) in clk_disable()
205 unsigned long clk_get_rate(struct clk *clk) in clk_get_rate()
212 static TEE_Result clk_set_rate_no_lock(struct clk *clk, unsigned long rate) in clk_set_rate_no_lock()
249 TEE_Result clk_set_rate(struct clk *clk, unsigned long rate) in clk_set_rate()
265 struct clk *clk_get_parent(struct clk *clk) in clk_get_parent()
270 static TEE_Result clk_get_parent_idx(struct clk *clk, struct clk *parent, in clk_get_parent_idx()
286 static TEE_Result clk_set_parent_no_lock(struct clk *clk, struct clk *parent, in clk_set_parent_no_lock()
333 TEE_Result clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
354 TEE_Result clk_get_rates_array(struct clk *clk, size_t start_index, in clk_get_rates_array()
363 TEE_Result clk_get_rates_steps(struct clk *clk, unsigned long *min, in clk_get_rates_steps()
372 TEE_Result clk_get_duty_cycle(struct clk *clk, in clk_get_duty_cycle()
408 struct clk *clk = NULL; in find_next_clk() local
423 static bool clk_is_parent_last_child(struct clk *clk) in clk_is_parent_last_child()
431 struct clk *clk = node_clk; in indent_last_node_already_found() local
441 static void __maybe_unused print_clk(struct clk *clk, int indent) in print_clk()
507 struct clk *clk = NULL; in print_tree() local