Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmips-relocs.c200 int (*parse_fn)(const void *rel); in main() local
356 parse_fn = parse_mips32_rel; in main()
360 parse_fn = parse_mips64_rela; in main()
369 err = parse_fn(elf + sh_offset + (j * sh_entsize)); in main()
/openbmc/linux/drivers/mtd/parsers/
H A Dofpart_core.c202 .parse_fn = parse_fixed_partitions,
263 .parse_fn = parse_ofoldpart_partitions,
H A Dbrcm_u-boot.c78 .parse_fn = brcm_u_boot_parse,
H A Dar7part.c121 .parse_fn = create_mtd_partitions,
H A Dparser_trx.c129 .parse_fn = parser_trx_parse,
H A Dtplink_safeloader.c145 .parse_fn = mtd_parser_tplink_safeloader_parse,
H A Dbcm63xxpart.c161 .parse_fn = bcm63xx_parse_cfe_partitions,
H A Dqcomsmempart.c188 .parse_fn = parse_qcomsmem_part,
H A Dparser_imagetag.c210 .parse_fn = bcm963xx_parse_imagetag_partitions,
H A Dscpart.c238 .parse_fn = scpart_parse,
H A Dbcm47xxpart.c310 .parse_fn = bcm47xxpart_parse,
H A Dcmdlinepart.c412 .parse_fn = parse_cmdline_partitions,
H A Dredboot.c313 .parse_fn = parse_redboot_partitions,
H A Dsharpslpart.c392 .parse_fn = sharpsl_parse_mtd_partitions,
H A Dafs.c387 .parse_fn = parse_afs_partitions,
/openbmc/linux/include/linux/mtd/
H A Dpartitions.h83 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, member
/openbmc/u-boot/include/linux/mtd/
H A Dpartitions.h76 int (*parse_fn)(struct mtd_info *, struct mtd_partition **, member
/openbmc/linux/drivers/mtd/
H A Dmtdpart.c523 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c968 int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *); member
1010 return table->parse_fn(dev, bios, &bitentry); in parse_bit_table()
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c977 ret = (*parser->parse_fn)(master, pparts, data); in parse_mtd_partitions()