Lines Matching defs:c

67 	struct clk *c;  in tegra_get_clock_by_name()  local
81 static unsigned long clk_predict_rate_from_parent(struct clk *c, struct clk *p) in clk_predict_rate_from_parent()
97 unsigned long clk_get_rate_locked(struct clk *c) in clk_get_rate_locked()
109 unsigned long clk_get_rate(struct clk *c) in clk_get_rate()
124 int clk_reparent(struct clk *c, struct clk *parent) in clk_reparent()
130 void clk_init(struct clk *c) in clk_init()
151 int clk_enable(struct clk *c) in clk_enable()
183 void clk_disable(struct clk *c) in clk_disable()
209 int clk_set_parent(struct clk *c, struct clk *parent) in clk_set_parent()
236 struct clk *clk_get_parent(struct clk *c) in clk_get_parent()
242 int clk_set_rate_locked(struct clk *c, unsigned long rate) in clk_set_rate_locked()
264 int clk_set_rate(struct clk *c, unsigned long rate) in clk_set_rate()
281 unsigned long clk_get_rate_all_locked(struct clk *c) in clk_get_rate_all_locked()
304 long clk_round_rate(struct clk *c, unsigned long rate) in clk_round_rate()
329 struct clk *c; in tegra_clk_init_one_from_table() local
388 void tegra_periph_reset_deassert(struct clk *c) in tegra_periph_reset_deassert()
395 void tegra_periph_reset_assert(struct clk *c) in tegra_periph_reset_assert()
406 struct clk *c; in __clk_lock_all_spinlocks() local
423 struct clk *c; in __clk_unlock_all_spinlocks() local
469 static void clock_tree_show_one(struct seq_file *s, struct clk *c, int level) in clock_tree_show_one()
514 struct clk *c; in clock_tree_show() local
546 struct clk *c = s->private; in possible_parents_show() local
569 static int clk_debugfs_register_one(struct clk *c) in clk_debugfs_register_one()
604 static int clk_debugfs_register(struct clk *c) in clk_debugfs_register()
625 struct clk *c; in clk_debugfs_init() local