Searched refs:parse_fn (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/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 | parser_trx.c | 129 .parse_fn = parser_trx_parse,
|
D | tplink_safeloader.c | 145 .parse_fn = mtd_parser_tplink_safeloader_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 | 404 .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,
|
/linux-6.12.1/include/linux/mtd/ |
D | partitions.h | 83 int (*parse_fn)(struct mtd_info *, const struct mtd_partition **, member
|
/linux-6.12.1/drivers/mtd/ |
D | mtdpart.c | 527 ret = (*parser->parse_fn)(master, &pparts->parts, data); in mtd_part_do_parse()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 965 int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *); member 1007 return table->parse_fn(dev, bios, &bitentry); in parse_bit_table()
|