Lines Matching defs:ofdev
36 struct platform_device *ofdev;
175 static int electra_cf_probe(struct platform_device *ofdev)
177 struct device *device = &ofdev->dev;
178 struct device_node *np = ofdev->dev.of_node;
200 cf->ofdev = ofdev;
270 cf->socket.dev.parent = &ofdev->dev;
300 device_init_wakeup(&ofdev->dev, 0);
310 static void electra_cf_remove(struct platform_device *ofdev)
312 struct device *device = &ofdev->dev;