Lines Matching refs:device_node
286 void of_fixed_clk_setup(struct device_node *np);
466 void of_fixed_factor_clk_setup(struct device_node *node);
609 void of_gpio_clk_gate_setup(struct device_node *node);
626 void of_gpio_mux_clk_setup(struct device_node *node);
683 typedef void (*of_clk_init_cb_t)(struct device_node *);
695 int of_clk_add_provider(struct device_node *np,
699 void of_clk_del_provider(struct device_node *np);
703 int of_clk_get_parent_count(struct device_node *np);
704 int of_clk_parent_fill(struct device_node *np, const char **parents,
706 const char *of_clk_get_parent_name(struct device_node *np, int index);
712 static inline int of_clk_add_provider(struct device_node *np, in of_clk_add_provider()
731 static inline int of_clk_get_parent_count(struct device_node *np) in of_clk_get_parent_count()
735 static inline int of_clk_parent_fill(struct device_node *np, in of_clk_parent_fill()
740 static inline const char *of_clk_get_parent_name(struct device_node *np, in of_clk_get_parent_name()