Home
last modified time | relevance | path

Searched refs:mtd_get_of_node (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dofpart.c38 mtd_node = mtd_get_of_node(master); in parse_fixed_partitions()
167 dp = mtd_get_of_node(master); in parse_ofoldpart_partitions()
H A Dredboot.c52 np = mtd_get_of_node(master); in parse_redboot_of()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h346 static inline const struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node() function
358 static inline const struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node() function
H A Dspi-nor.h359 return mtd_get_of_node(&nor->mtd); in spi_nor_get_flash_node()
H A Dnand.h423 return mtd_get_of_node(nand->mtd); in nanddev_get_of_node()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h403 return mtd_get_of_node(&nor->mtd); in spi_nor_get_flash_node()
H A Dnand.h627 return mtd_get_of_node(&nand->mtd); in nanddev_get_of_node()
H A Dmtd.h461 static inline struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node() function
H A Drawnand.h1309 return mtd_get_of_node(nand_to_mtd(chip)); in nand_get_flash_node()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c668 of_node_get(mtd_get_of_node(mtd)); in add_mtd_device()
700 of_node_put(mtd_get_of_node(mtd)); in add_mtd_device()
748 of_node_put(mtd_get_of_node(mtd)); in del_mtd_device()
H A Dmtdpart.c585 np = mtd_get_of_node(master); in mtd_part_of_parse()