Home
last modified time | relevance | path

Searched refs:flash_np (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dndfc.c147 struct device_node *flash_np; in ndfc_chip_init() local
172 flash_np = of_get_next_child(node, NULL); in ndfc_chip_init()
173 if (!flash_np) in ndfc_chip_init()
175 nand_set_flash_node(chip, flash_np); in ndfc_chip_init()
178 flash_np->name); in ndfc_chip_init()
191 of_node_put(flash_np); in ndfc_chip_init()
Dfsl_upm.c163 struct device_node *flash_np; in fun_chip_init() local
182 flash_np = of_get_next_child(upm_np, NULL); in fun_chip_init()
183 if (!flash_np) in fun_chip_init()
186 nand_set_flash_node(&fun->chip, flash_np); in fun_chip_init()
188 flash_np->name); in fun_chip_init()
200 of_node_put(flash_np); in fun_chip_init()
/Linux-v4.19/drivers/mtd/spi-nor/
Dnxp-spifi.c379 struct device_node *flash_np; in nxp_spifi_probe() local
431 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in nxp_spifi_probe()
432 if (!flash_np) { in nxp_spifi_probe()
438 ret = nxp_spifi_setup_flash(spifi, flash_np); in nxp_spifi_probe()
439 of_node_put(flash_np); in nxp_spifi_probe()
Dmtk-quadspi.c465 struct device_node *flash_np; in mtk_nor_drv_probe() local
500 flash_np = of_get_next_available_child(pdev->dev.of_node, NULL); in mtk_nor_drv_probe()
501 if (!flash_np) { in mtk_nor_drv_probe()
506 ret = mtk_nor_init(mtk_nor, flash_np); in mtk_nor_drv_probe()
Dstm32-quadspi.c609 struct device_node *flash_np; in stm32_qspi_probe() local
670 for_each_available_child_of_node(dev->of_node, flash_np) { in stm32_qspi_probe()
671 ret = stm32_qspi_flash_setup(qspi, flash_np); in stm32_qspi_probe()