Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/parsers/
Dofpart.c146 .parse_fn = parse_fixed_partitions,
207 .parse_fn = parse_ofoldpart_partitions,
Dparser_trx.c122 .parse_fn = parser_trx_parse,
Dar7part.c121 .parse_fn = create_mtd_partitions,
Dbcm63xxpart.c169 .parse_fn = bcm63xx_parse_cfe_partitions,
Dparser_imagetag.c206 .parse_fn = bcm963xx_parse_imagetag_partitions,
Dbcm47xxpart.c310 .parse_fn = bcm47xxpart_parse,
Dcmdlinepart.c375 .parse_fn = parse_cmdline_partitions,
Dredboot.c308 .parse_fn = parse_redboot_partitions,
Dsharpslpart.c392 .parse_fn = sharpsl_parse_mtd_partitions,
Dafs.c389 .parse_fn = parse_afs_partitions,
/Linux-v5.4/include/linux/mtd/
Dpartitions.h81 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, member
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bios.c964 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/
Dmtdpart.c837 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()