Lines Matching defs:ofdev
3139 static int talitos_remove(struct platform_device *ofdev)
3141 struct device *dev = &ofdev->dev;
3274 static int talitos_probe_irq(struct platform_device *ofdev)
3276 struct device *dev = &ofdev->dev;
3277 struct device_node *np = ofdev->dev.of_node;
3328 static int talitos_probe(struct platform_device *ofdev)
3330 struct device *dev = &ofdev->dev;
3331 struct device_node *np = ofdev->dev.of_node;
3345 priv->ofdev = ofdev;
3349 res = platform_get_resource(ofdev, IORESOURCE_MEM, 0);
3409 err = talitos_probe_irq(ofdev);
3536 talitos_remove(ofdev);