Lines Matching defs:ofdev
136 static int socrates_nand_probe(struct platform_device *ofdev)
144 host = devm_kzalloc(&ofdev->dev, sizeof(*host), GFP_KERNEL);
148 host->io_base = of_iomap(ofdev->dev.of_node, 0);
150 dev_err(&ofdev->dev, "ioremap failed\n");
156 host->dev = &ofdev->dev;
164 nand_set_flash_node(nand_chip, ofdev->dev.of_node);
166 mtd->dev.parent = &ofdev->dev;
184 dev_set_drvdata(&ofdev->dev, host);
204 static int socrates_nand_remove(struct platform_device *ofdev)
206 struct socrates_nand_host *host = dev_get_drvdata(&ofdev->dev);