Searched refs:parse_fn (Results 1 – 15 of 15) sorted by relevance
/drivers/mtd/parsers/ |
D | ofpart_core.c | 202 .parse_fn = parse_fixed_partitions, 263 .parse_fn = parse_ofoldpart_partitions,
|
D | brcm_u-boot.c | 78 .parse_fn = brcm_u_boot_parse,
|
D | ar7part.c | 121 .parse_fn = create_mtd_partitions,
|
D | parser_trx.c | 129 .parse_fn = parser_trx_parse,
|
D | bcm63xxpart.c | 161 .parse_fn = bcm63xx_parse_cfe_partitions,
|
D | qcomsmempart.c | 188 .parse_fn = parse_qcomsmem_part,
|
D | parser_imagetag.c | 210 .parse_fn = bcm963xx_parse_imagetag_partitions,
|
D | scpart.c | 238 .parse_fn = scpart_parse,
|
D | bcm47xxpart.c | 310 .parse_fn = bcm47xxpart_parse,
|
D | cmdlinepart.c | 412 .parse_fn = parse_cmdline_partitions,
|
D | redboot.c | 313 .parse_fn = parse_redboot_partitions,
|
D | sharpslpart.c | 392 .parse_fn = sharpsl_parse_mtd_partitions,
|
D | afs.c | 387 .parse_fn = parse_afs_partitions,
|
/drivers/mtd/ |
D | mtdpart.c | 522 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 967 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()
|