Lines Matching defs:pdev
68 static int clk_mt7622_ethsys_init(struct platform_device *pdev)
71 struct device_node *node = pdev->dev.of_node;
81 dev_err(&pdev->dev,
83 pdev->name, r);
90 static int clk_mt7622_sgmiisys_init(struct platform_device *pdev)
93 struct device_node *node = pdev->dev.of_node;
103 dev_err(&pdev->dev,
105 pdev->name, r);
122 static int clk_mt7622_eth_probe(struct platform_device *pdev)
127 clk_init = of_device_get_match_data(&pdev->dev);
131 r = clk_init(pdev);
133 dev_err(&pdev->dev,
135 pdev->name, r);