Lines Matching defs:ofdev
3396 static int ucc_geth_suspend(struct platform_device *ofdev, pm_message_t state)
3398 struct net_device *ndev = platform_get_drvdata(ofdev);
3424 static int ucc_geth_resume(struct platform_device *ofdev)
3426 struct net_device *ndev = platform_get_drvdata(ofdev);
3556 static int ucc_geth_probe(struct platform_device* ofdev)
3558 struct device *device = &ofdev->dev;
3559 struct device_node *np = ofdev->dev.of_node;
3757 static void ucc_geth_remove(struct platform_device* ofdev)
3759 struct net_device *dev = platform_get_drvdata(ofdev);
3761 struct device_node *np = ofdev->dev.of_node;