Lines Matching refs:ofdev
129 static int gfar_probe(struct platform_device *ofdev);
130 static int gfar_remove(struct platform_device *ofdev);
772 static int gfar_of_init(struct platform_device *ofdev, struct net_device **pdev) in gfar_of_init() argument
780 struct device_node *np = ofdev->dev.of_node; in gfar_of_init()
807 dev_err(&ofdev->dev, "Invalid # of int groups(%d)\n", in gfar_of_init()
1162 struct device *dev = &priv->ofdev->dev; in gfar_detect_errata()
1353 static int gfar_probe(struct platform_device *ofdev) in gfar_probe() argument
1359 err = gfar_of_init(ofdev, &dev); in gfar_probe()
1366 priv->ofdev = ofdev; in gfar_probe()
1367 priv->dev = &ofdev->dev; in gfar_probe()
1368 SET_NETDEV_DEV(dev, &ofdev->dev); in gfar_probe()
1373 platform_set_drvdata(ofdev, priv); in gfar_probe()
1509 static int gfar_remove(struct platform_device *ofdev) in gfar_remove() argument
1511 struct gfar_private *priv = platform_get_drvdata(ofdev); in gfar_remove()