Searched refs:parse_fn (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 201 int (*parse_fn)(const void *rel); in main() local 361 parse_fn = parse_mips32_rel; in main() 365 parse_fn = parse_mips64_rela; in main() 374 err = parse_fn(elf + sh_offset + (j * sh_entsize)); in main()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | ofpart.c | 149 .parse_fn = parse_fixed_partitions, 210 .parse_fn = parse_ofoldpart_partitions,
|
| H A D | parser_trx.c | 122 .parse_fn = parser_trx_parse,
|
| H A D | ar7part.c | 121 .parse_fn = create_mtd_partitions,
|
| H A D | bcm63xxpart.c | 161 .parse_fn = bcm63xx_parse_cfe_partitions,
|
| H A D | parser_imagetag.c | 210 .parse_fn = bcm963xx_parse_imagetag_partitions,
|
| 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 | 314 .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,
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bidram.c | 399 parse_fn_t parse_fn; in bidram_get_ram_size() local 404 parse_fn = board_bidram_parse_fn(); in bidram_get_ram_size() 405 if (!parse_fn) { in bidram_get_ram_size() 410 list = parse_fn(&count); in bidram_get_ram_size()
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | partitions.h | 83 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, member
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | partitions.h | 76 int (*parse_fn)(struct mtd_info *, struct mtd_partition **, member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdpart.c | 522 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bios.c | 964 int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *); member 1006 return table->parse_fn(dev, bios, &bitentry); in parse_bit_table()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdpart.c | 978 ret = (*parser->parse_fn)(master, pparts, data); in parse_mtd_partitions()
|