Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdpart.c34 static struct mtd_info *allocate_partition(struct mtd_info *parent, in allocate_partition() function
265 child = allocate_partition(parent, &part, -1, offset); in mtd_add_partition()
405 child = allocate_partition(parent, parts + i, i, cur_offset); in add_mtd_partitions()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdpart.c571 static struct mtd_info *allocate_partition(struct mtd_info *master, in allocate_partition() function
803 new = allocate_partition(master, &part, -1, offset); in mtd_add_partition()
877 slave = allocate_partition(master, parts + i, i, cur_offset); in add_mtd_partitions()