Lines Matching refs:node
732 struct device_node *node = pdev->dev.of_node; in clk_mt6765_apmixed_probe() local
743 mtk_clk_register_plls(node, plls, ARRAY_SIZE(plls), clk_data); in clk_mt6765_apmixed_probe()
745 mtk_clk_register_gates(&pdev->dev, node, apmixed_clks, in clk_mt6765_apmixed_probe()
747 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt6765_apmixed_probe()
765 struct device_node *node = pdev->dev.of_node; in clk_mt6765_top_probe() local
782 ARRAY_SIZE(top_muxes), node, in clk_mt6765_top_probe()
784 mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt6765_top_probe()
787 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt6765_top_probe()
806 struct device_node *node = pdev->dev.of_node; in clk_mt6765_ifr_probe() local
817 mtk_clk_register_gates(&pdev->dev, node, ifr_clks, in clk_mt6765_ifr_probe()
819 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt6765_ifr_probe()