Lines Matching refs:clk_name
171 const char *clk_name = np->full_name; in xgene_pllclk_init() local
181 of_property_read_string(np, "clock-output-names", &clk_name); in xgene_pllclk_init()
183 clk_name, of_clk_get_parent_name(np, 0), in xgene_pllclk_init()
188 clk_register_clkdev(clk, clk_name, NULL); in xgene_pllclk_init()
189 pr_debug("Add %s clock PLL\n", clk_name); in xgene_pllclk_init()
379 const char *clk_name = np->full_name; in xgene_pmdclk_init() local
402 of_property_read_string(np, "clock-output-names", &clk_name); in xgene_pmdclk_init()
407 clk = xgene_register_clk_pmd(NULL, clk_name, in xgene_pmdclk_init()
414 clk_register_clkdev(clk, clk_name, NULL); in xgene_pmdclk_init()
415 pr_debug("Add %s clock\n", clk_name); in xgene_pmdclk_init()
667 const char *clk_name = np->full_name; in xgene_devclk_init() local
719 of_property_read_string(np, "clock-output-names", &clk_name); in xgene_devclk_init()
721 clk = xgene_register_clk(NULL, clk_name, in xgene_devclk_init()
725 pr_debug("Add %s clock\n", clk_name); in xgene_devclk_init()