Home
last modified time | relevance | path

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

/drivers/mtd/parsers/
Dofpart_core.c202 .parse_fn = parse_fixed_partitions,
263 .parse_fn = parse_ofoldpart_partitions,
Dbrcm_u-boot.c78 .parse_fn = brcm_u_boot_parse,
Dar7part.c121 .parse_fn = create_mtd_partitions,
Dparser_trx.c129 .parse_fn = parser_trx_parse,
Dbcm63xxpart.c161 .parse_fn = bcm63xx_parse_cfe_partitions,
Dqcomsmempart.c188 .parse_fn = parse_qcomsmem_part,
Dparser_imagetag.c210 .parse_fn = bcm963xx_parse_imagetag_partitions,
Dscpart.c238 .parse_fn = scpart_parse,
Dbcm47xxpart.c310 .parse_fn = bcm47xxpart_parse,
Dcmdlinepart.c412 .parse_fn = parse_cmdline_partitions,
Dredboot.c313 .parse_fn = parse_redboot_partitions,
Dsharpslpart.c392 .parse_fn = sharpsl_parse_mtd_partitions,
Dafs.c387 .parse_fn = parse_afs_partitions,
/drivers/mtd/
Dmtdpart.c522 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
/drivers/gpu/drm/nouveau/
Dnouveau_bios.c967 int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *); member
1009 return table->parse_fn(dev, bios, &bitentry); in parse_bit_table()