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()
380 const char *clk_name = np->full_name; in xgene_pmdclk_init() local
403 of_property_read_string(np, "clock-output-names", &clk_name); in xgene_pmdclk_init()
408 clk = xgene_register_clk_pmd(NULL, clk_name, in xgene_pmdclk_init()
415 clk_register_clkdev(clk, clk_name, NULL); in xgene_pmdclk_init()
416 pr_debug("Add %s clock\n", clk_name); in xgene_pmdclk_init()
668 const char *clk_name = np->full_name; in xgene_devclk_init() local
720 of_property_read_string(np, "clock-output-names", &clk_name); in xgene_devclk_init()
722 clk = xgene_register_clk(NULL, clk_name, in xgene_devclk_init()
726 pr_debug("Add %s clock\n", clk_name); in xgene_devclk_init()