Lines Matching refs:mtd_partitions
24 static LIST_HEAD(mtd_partitions);
608 list_add(&new->list, &mtd_partitions); in mtd_add_partition()
642 list_for_each_entry_safe(child, next, &mtd_partitions, list) { in __mtd_del_partition()
672 list_for_each_entry_safe(slave, next, &mtd_partitions, list) in del_mtd_partitions()
689 list_for_each_entry_safe(slave, next, &mtd_partitions, list) in mtd_del_partition()
728 list_add(&slave->list, &mtd_partitions); in add_mtd_partitions()
832 struct mtd_partitions *pparts, in mtd_part_do_parse()
891 struct mtd_partitions *pparts) in mtd_part_of_parse()
963 struct mtd_partitions pparts = { }; in parse_mtd_partitions()
1010 void mtd_part_parser_cleanup(struct mtd_partitions *parts) in mtd_part_parser_cleanup()
1032 list_for_each_entry(part, &mtd_partitions, list) in mtd_is_partition()