Home
last modified time | relevance | path

Searched refs:mtd_for_each_device (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dmtd.c206 mtd_for_each_device(mtd) { in do_mtd_list()
502 mtd_for_each_device(mtd) { in mtd_name_complete()
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtdcore.c669 mtd_for_each_device(mtd) in register_mtd_user()
693 mtd_for_each_device(mtd) in unregister_mtd_user()
722 mtd_for_each_device(other) { in get_mtd_device()
784 mtd_for_each_device(other) { in get_mtd_device_nm()
1756 mtd_for_each_device(mtd) { in mtd_proc_show()
Dmtd_uboot.c187 mtd_for_each_device(mtd) { in mtd_del_all_parts()
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dmtd.h609 #define mtd_for_each_device(mtd) \ macro