Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dofpart.c42 mtd_node = mtd_get_of_node(master); in parse_fixed_partitions()
168 dp = mtd_get_of_node(master); in parse_ofoldpart_partitions()
Dmtdcore.c568 of_node_get(mtd_get_of_node(mtd)); in add_mtd_device()
599 of_node_put(mtd_get_of_node(mtd)); in add_mtd_device()
643 of_node_put(mtd_get_of_node(mtd)); in del_mtd_device()
Dmtdpart.c875 np = mtd_get_of_node(master); in mtd_part_of_parse()
/Linux-v4.19/include/linux/mtd/
Dspi-nor.h328 return mtd_get_of_node(&nor->mtd); in spi_nor_get_flash_node()
Dnand.h413 return mtd_get_of_node(&nand->mtd); in nanddev_get_of_node()
Dmtd.h384 static inline struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node() function
Drawnand.h1388 return mtd_get_of_node(&chip->mtd); in nand_get_flash_node()