Home
last modified time | relevance | path

Searched refs:of_parse_clkspec (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c437 static int of_parse_clkspec(const struct device_node *np, int index,
442 static inline int of_parse_clkspec(const struct device_node *np, int index, in of_parse_clkspec() function
502 !of_parse_clkspec(np, index, name, &clkspec)) { in clk_core_get()
4766 * of_parse_clkspec() - Parse a DT clock specifier for a given device node
4795 * of_parse_clkspec(clock-consumer@3, -1, "name2", &args);
4796 * of_parse_clkspec(clock-consumer@3, 1, NULL, &args);
4797 * of_parse_clkspec(clock-consumer@3, 1, "name2", &args);
4803 static int of_parse_clkspec(const struct device_node *np, int index, in of_parse_clkspec() function
4899 ret = of_parse_clkspec(np, index, con_id, &clkspec); in of_clk_get_hw()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c342 static int of_parse_clkspec(const struct device_node *np, int index,
347 static inline int of_parse_clkspec(const struct device_node *np, int index, in of_parse_clkspec() function
407 !of_parse_clkspec(np, index, name, &clkspec)) { in clk_core_get()
5011 * of_parse_clkspec() - Parse a DT clock specifier for a given device node
5040 * of_parse_clkspec(clock-consumer@3, -1, "name2", &args);
5041 * of_parse_clkspec(clock-consumer@3, 1, NULL, &args);
5042 * of_parse_clkspec(clock-consumer@3, 1, "name2", &args);
5048 static int of_parse_clkspec(const struct device_node *np, int index, in of_parse_clkspec() function
5144 ret = of_parse_clkspec(np, index, con_id, &clkspec); in of_clk_get_hw()

Completed in 22 milliseconds