Home
last modified time | relevance | path

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

/linux/drivers/mtd/parsers/
H A Dofpart_core.c56 mtd_node = mtd_get_of_node(master); in parse_fixed_partitions()
220 dp = mtd_get_of_node(master); in parse_ofoldpart_partitions()
H A Dparser_trx.c54 struct device_node *np = mtd_get_of_node(mtd); in parser_trx_parse()
H A Dtplink_safeloader.c31 np = mtd_get_of_node(mtd); in mtd_parser_tplink_safeloader_read_table()
H A Dscpart.c153 mtd_node = mtd_get_of_node(master); in scpart_parse()
H A Dredboot.c52 np = mtd_get_of_node(master); in parse_redboot_of()
/linux/drivers/mtd/
H A Dmtdcore.c98 of_node_put(mtd_get_of_node(mtd)); in mtd_release()
549 struct device_node *node = mtd_get_of_node(mtd); in mtd_nvmem_add()
586 if (mtd_get_of_node(mtd)) in mtd_check_of_node()
592 parent_dn = of_node_get(mtd_get_of_node(mtd->parent)); in mtd_check_of_node()
645 struct device_node *np = mtd_get_of_node(mtd); in add_mtd_device()
747 of_node_get(mtd_get_of_node(mtd)); in add_mtd_device()
772 if (of_property_read_bool(mtd_get_of_node(mtd), "linux,rootfs")) { in add_mtd_device()
792 of_node_put(mtd_get_of_node(mtd)); in add_mtd_device()
1286 if (mtd_get_of_node(tmp) == np) { in of_get_mtd_device_by_node()
H A Dmtdpart.c597 np = mtd_get_of_node(master); in mtd_part_of_parse()
/linux/include/linux/mtd/
H A Dspi-nor.h433 return mtd_get_of_node(&nor->mtd); in spi_nor_get_flash_node()
H A Dmtd.h469 static inline struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node() function
H A Dnand.h736 return mtd_get_of_node(&nand->mtd); in nanddev_get_of_node()
H A Drawnand.h1387 return mtd_get_of_node(nand_to_mtd(chip)); in nand_get_flash_node()
/linux/drivers/mtd/ubi/
H A Dbuild.c1234 struct device_node *np = mtd_get_of_node(mtd); in ubi_notify_add()