Searched refs:parse_fn (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 200 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 D | ofpart_core.c | 202 .parse_fn = parse_fixed_partitions, 263 .parse_fn = parse_ofoldpart_partitions,
|
H A D | brcm_u-boot.c | 78 .parse_fn = brcm_u_boot_parse,
|
H A D | ar7part.c | 121 .parse_fn = create_mtd_partitions,
|
H A D | parser_trx.c | 129 .parse_fn = parser_trx_parse,
|
H A D | tplink_safeloader.c | 145 .parse_fn = mtd_parser_tplink_safeloader_parse,
|
H A D | bcm63xxpart.c | 161 .parse_fn = bcm63xx_parse_cfe_partitions,
|
H A D | qcomsmempart.c | 188 .parse_fn = parse_qcomsmem_part,
|
H A D | parser_imagetag.c | 210 .parse_fn = bcm963xx_parse_imagetag_partitions,
|
H A D | scpart.c | 238 .parse_fn = scpart_parse,
|
H A D | bcm47xxpart.c | 310 .parse_fn = bcm47xxpart_parse,
|
H A D | cmdlinepart.c | 412 .parse_fn = parse_cmdline_partitions,
|
H A D | redboot.c | 313 .parse_fn = parse_redboot_partitions,
|
H A D | sharpslpart.c | 392 .parse_fn = sharpsl_parse_mtd_partitions,
|
H A D | afs.c | 387 .parse_fn = parse_afs_partitions,
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | partitions.h | 76 int (*parse_fn)(struct mtd_info *, struct mtd_partition **, member
|
/openbmc/linux/include/linux/mtd/ |
H A D | partitions.h | 83 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, member
|
/openbmc/linux/drivers/mtd/ |
H A D | mtdpart.c | 523 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 968 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 D | mtdpart.c | 977 ret = (*parser->parse_fn)(master, pparts, data); in parse_mtd_partitions()
|