Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/parsers/
Dofpart_core.c56 mtd_node = mtd_get_of_node(master); in parse_fixed_partitions()
201 dp = mtd_get_of_node(master); in parse_ofoldpart_partitions()
Dparser_trx.c54 struct device_node *np = mtd_get_of_node(mtd); in parser_trx_parse()
Dscpart.c153 mtd_node = mtd_get_of_node(master); in scpart_parse()
Dredboot.c52 np = mtd_get_of_node(master); in parse_redboot_of()
/linux-6.1.9/drivers/mtd/
Dmtdcore.c518 struct device_node *node = mtd_get_of_node(mtd); in mtd_nvmem_add()
622 struct device_node *np = mtd_get_of_node(mtd); in add_mtd_device()
724 of_node_get(mtd_get_of_node(mtd)); in add_mtd_device()
758 of_node_put(mtd_get_of_node(mtd)); in add_mtd_device()
798 mtd_of_node = mtd_get_of_node(mtd); in del_mtd_device()
1239 if (mtd_get_of_node(tmp) == np) { in of_get_mtd_device_by_node()
Dmtdpart.c591 np = mtd_get_of_node(master); in mtd_part_of_parse()
/linux-6.1.9/include/linux/mtd/
Dspi-nor.h417 return mtd_get_of_node(&nor->mtd); in spi_nor_get_flash_node()
Dnand.h733 return mtd_get_of_node(&nand->mtd); in nanddev_get_of_node()
Dmtd.h469 static inline struct device_node *mtd_get_of_node(struct mtd_info *mtd) in mtd_get_of_node() function
Drawnand.h1349 return mtd_get_of_node(nand_to_mtd(chip)); in nand_get_flash_node()