Lines Matching defs:pdev
133 static int clk_mt7622_audiosys_init(struct platform_device *pdev)
136 struct device_node *node = pdev->dev.of_node;
146 dev_err(&pdev->dev,
148 pdev->name, r);
153 r = devm_of_platform_populate(&pdev->dev);
174 static int clk_mt7622_aud_probe(struct platform_device *pdev)
179 clk_init = of_device_get_match_data(&pdev->dev);
183 r = clk_init(pdev);
185 dev_err(&pdev->dev,
187 pdev->name, r);