Searched refs:clk_probe (Results 1 – 2 of 2) sorted by relevance
846 int (*clk_probe)(struct platform_device *d); in clk_mt6765_probe() local849 clk_probe = of_device_get_match_data(&pdev->dev); in clk_mt6765_probe()850 if (!clk_probe) in clk_mt6765_probe()853 r = clk_probe(pdev); in clk_mt6765_probe()
1279 int (*clk_probe)(struct platform_device *pdev); in clk_mt6779_probe() local1282 clk_probe = of_device_get_match_data(&pdev->dev); in clk_mt6779_probe()1283 if (!clk_probe) in clk_mt6779_probe()1286 r = clk_probe(pdev); in clk_mt6779_probe()