Lines Matching refs:parent_names

39 		const char *const *parent_names, u8 num_parents,  in rockchip_clk_register_branch()  argument
106 hw = clk_hw_register_composite(NULL, name, parent_names, num_parents, in rockchip_clk_register_branch()
208 const char *const *parent_names, u8 num_parents, in rockchip_clk_register_frac_branch() argument
253 hw = clk_hw_register_composite(NULL, name, parent_names, num_parents, in rockchip_clk_register_frac_branch()
269 frac->mux_frac_idx = match_string(child->parent_names, in rockchip_clk_register_frac_branch()
286 init.parent_names = child->parent_names; in rockchip_clk_register_frac_branch()
315 const char *const *parent_names, u8 num_parents, in rockchip_clk_register_factor_branch() argument
327 parent_names[0], flags, mult, in rockchip_clk_register_factor_branch()
349 hw = clk_hw_register_composite(NULL, name, parent_names, num_parents, in rockchip_clk_register_factor_branch()
416 list->parent_names, list->num_parents, in rockchip_clk_register_plls()
466 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
474 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
482 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
490 list->name, list->parent_names[0], in rockchip_clk_register_branches()
498 list->parent_names[0], flags, in rockchip_clk_register_branches()
505 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
514 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
526 list->parent_names[0], flags, in rockchip_clk_register_branches()
532 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
545 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
552 list->name, list->parent_names, in rockchip_clk_register_branches()
559 list->name, list->parent_names, in rockchip_clk_register_branches()
568 list->parent_names, list->num_parents, in rockchip_clk_register_branches()
596 const char *name, const char *const *parent_names, in rockchip_clk_register_armclk() argument
604 clk = rockchip_clk_register_cpuclk(name, parent_names, num_parents, in rockchip_clk_register_armclk()