Lines Matching refs:mtd_partitions
38 static LIST_HEAD(mtd_partitions);
608 list_add(&new->list, &mtd_partitions); in mtd_add_partition()
631 list_for_each_entry_safe(child, next, &mtd_partitions, list) { in __mtd_del_partition()
661 list_for_each_entry_safe(slave, next, &mtd_partitions, list) in del_mtd_partitions()
678 list_for_each_entry_safe(slave, next, &mtd_partitions, list) in mtd_del_partition()
717 list_add(&slave->list, &mtd_partitions); in add_mtd_partitions()
807 struct mtd_partitions *pparts, in mtd_part_do_parse()
866 struct mtd_partitions *pparts) in mtd_part_of_parse()
938 struct mtd_partitions pparts = { }; in parse_mtd_partitions()
985 void mtd_part_parser_cleanup(struct mtd_partitions *parts) in mtd_part_parser_cleanup()
1007 list_for_each_entry(part, &mtd_partitions, list) in mtd_is_partition()