Home
last modified time | relevance | path

Searched refs:allocate_partition (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/
H A Dmtdpart.c41 static struct mtd_info *allocate_partition(struct mtd_info *parent, in allocate_partition() function
271 child = allocate_partition(parent, &part, -1, offset); in mtd_add_partition()
406 child = allocate_partition(parent, parts + i, i, cur_offset); in add_mtd_partitions()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c570 static struct mtd_info *allocate_partition(struct mtd_info *master, in allocate_partition() function
802 new = allocate_partition(master, &part, -1, offset); in mtd_add_partition()
876 slave = allocate_partition(master, parts + i, i, cur_offset); in add_mtd_partitions()