Home
last modified time | relevance | path

Searched refs:mtd_set_of_node (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.c116 mtd_set_of_node(hbdev->mtd, np); in hyperbus_register_device()
/linux/drivers/mtd/maps/
H A Dlantiq-flash.c150 mtd_set_of_node(ltq_mtd->mtd, pdev->dev.of_node); in ltq_mtd_probe()
H A Dphysmap-core.c595 mtd_set_of_node(info->cmtd, dev->dev.of_node); in physmap_flash_probe()
/linux/drivers/mtd/devices/
H A Dpowernv_flash.c223 mtd_set_of_node(mtd, dev->of_node); in powernv_flash_set_driver_info()
H A Dmchp23k256.c195 mtd_set_of_node(&flash->mtd, spi->dev.of_node); in mchp23k256_probe()
H A Dmtd_dataflash.c657 mtd_set_of_node(device, spi->dev.of_node); in add_dataflash_otp()
H A Dspear_smi.c889 mtd_set_of_node(&flash->mtd, np); in spear_smi_setup_banks()
/linux/include/linux/mtd/
H A Dspi-nor.h428 mtd_set_of_node(&nor->mtd, np); in spi_nor_set_flash_node()
H A Dmtd.h461 static inline void mtd_set_of_node(struct mtd_info *mtd, in mtd_set_of_node() function