Home
last modified time | relevance | path

Searched refs:nand_np (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Doxnas_nand.c77 struct device_node *nand_np; in oxnas_nand_probe() local
114 for_each_child_of_node(np, nand_np) { in oxnas_nand_probe()
124 nand_set_flash_node(chip, nand_np); in oxnas_nand_probe()
163 of_node_put(nand_np); in oxnas_nand_probe()
Dmxic_nand.c485 struct device_node *nand_np, *np = pdev->dev.of_node; in mxic_nfc_probe() local
517 for_each_child_of_node(np, nand_np) in mxic_nfc_probe()
518 nand_set_flash_node(nand_chip, nand_np); in mxic_nfc_probe()
Dmeson_nand.c1316 struct device_node *nand_np; in meson_nfc_nand_chips_init() local
1319 for_each_child_of_node(np, nand_np) { in meson_nfc_nand_chips_init()
1320 ret = meson_nfc_nand_chip_init(dev, nfc, nand_np); in meson_nfc_nand_chips_init()
1323 of_node_put(nand_np); in meson_nfc_nand_chips_init()
Dmtk_nand.c1434 struct device_node *nand_np; in mtk_nfc_nand_chips_init() local
1437 for_each_child_of_node(np, nand_np) { in mtk_nfc_nand_chips_init()
1438 ret = mtk_nfc_nand_chip_init(dev, nfc, nand_np); in mtk_nfc_nand_chips_init()
1440 of_node_put(nand_np); in mtk_nfc_nand_chips_init()
Dsunxi_nand.c2018 struct device_node *nand_np; in sunxi_nand_chips_init() local
2027 for_each_child_of_node(np, nand_np) { in sunxi_nand_chips_init()
2028 ret = sunxi_nand_chip_init(dev, nfc, nand_np); in sunxi_nand_chips_init()
2030 of_node_put(nand_np); in sunxi_nand_chips_init()
Dmarvell_nand.c2679 struct device_node *nand_np; in marvell_nand_chips_init() local
2706 for_each_child_of_node(np, nand_np) { in marvell_nand_chips_init()
2707 ret = marvell_nand_chip_init(dev, nfc, nand_np); in marvell_nand_chips_init()
2709 of_node_put(nand_np); in marvell_nand_chips_init()
/Linux-v5.4/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1790 struct device_node *np, *nand_np; in atmel_nand_controller_add_nands() local
1817 for_each_child_of_node(np, nand_np) { in atmel_nand_controller_add_nands()
1820 nand = atmel_nand_create(nc, nand_np, reg_cells); in atmel_nand_controller_add_nands()
2079 struct device_node *nand_np, *nfc_np; in atmel_hsmc_nand_controller_legacy_init() local
2084 nand_np = dev->of_node; in atmel_hsmc_nand_controller_legacy_init()
2106 nc->irq = of_irq_get(nand_np, 0); in atmel_hsmc_nand_controller_legacy_init()