Searched refs:parse_fn (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/mtd/parsers/ |
| D | ofpart.c | 146 .parse_fn = parse_fixed_partitions, 207 .parse_fn = parse_ofoldpart_partitions,
|
| D | parser_trx.c | 122 .parse_fn = parser_trx_parse,
|
| D | ar7part.c | 121 .parse_fn = create_mtd_partitions,
|
| D | bcm63xxpart.c | 169 .parse_fn = bcm63xx_parse_cfe_partitions,
|
| D | parser_imagetag.c | 206 .parse_fn = bcm963xx_parse_imagetag_partitions,
|
| D | bcm47xxpart.c | 310 .parse_fn = bcm47xxpart_parse,
|
| D | cmdlinepart.c | 375 .parse_fn = parse_cmdline_partitions,
|
| D | redboot.c | 308 .parse_fn = parse_redboot_partitions,
|
| D | sharpslpart.c | 392 .parse_fn = sharpsl_parse_mtd_partitions,
|
| D | afs.c | 389 .parse_fn = parse_afs_partitions,
|
| /Linux-v5.4/include/linux/mtd/ |
| D | partitions.h | 81 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, member
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| 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()
|
| /Linux-v5.4/drivers/mtd/ |
| D | mtdpart.c | 837 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
|