Home
last modified time | relevance | path

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

/linux/drivers/mtd/parsers/
A Dofpart_core.c23 int (*post_parse)(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts); member
27 .post_parse = bcm4908_partitions_post_parse,
31 .post_parse = linksys_ns_partitions_post_parse,
156 if (quirks && quirks->post_parse) in parse_fixed_partitions()
157 quirks->post_parse(master, parts, nr_parts); in parse_fixed_partitions()

Completed in 18 milliseconds