Lines Matching refs:ofdev
2456 static int talitos_remove(struct platform_device *ofdev) in talitos_remove() argument
2458 struct device *dev = &ofdev->dev; in talitos_remove()
2580 static int talitos_probe_irq(struct platform_device *ofdev) in talitos_probe_irq() argument
2582 struct device *dev = &ofdev->dev; in talitos_probe_irq()
2583 struct device_node *np = ofdev->dev.of_node; in talitos_probe_irq()
2628 static int talitos_probe(struct platform_device *ofdev) in talitos_probe() argument
2630 struct device *dev = &ofdev->dev; in talitos_probe()
2631 struct device_node *np = ofdev->dev.of_node; in talitos_probe()
2644 priv->ofdev = ofdev; in talitos_probe()
2648 err = talitos_probe_irq(ofdev); in talitos_probe()
2793 talitos_remove(ofdev); in talitos_probe()