Lines Matching refs:ofdev
2682 static int talitos_remove(struct platform_device *ofdev) in talitos_remove() argument
2684 struct device *dev = &ofdev->dev; in talitos_remove()
2804 static int talitos_probe_irq(struct platform_device *ofdev) in talitos_probe_irq() argument
2806 struct device *dev = &ofdev->dev; in talitos_probe_irq()
2807 struct device_node *np = ofdev->dev.of_node; in talitos_probe_irq()
2858 static int talitos_probe(struct platform_device *ofdev) in talitos_probe() argument
2860 struct device *dev = &ofdev->dev; in talitos_probe()
2861 struct device_node *np = ofdev->dev.of_node; in talitos_probe()
2875 priv->ofdev = ofdev; in talitos_probe()
2946 err = talitos_probe_irq(ofdev); in talitos_probe()
3062 talitos_remove(ofdev); in talitos_probe()