Searched refs:parse_fn (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/drivers/mtd/ |
H A D | ofpart.c | 108 .parse_fn = parse_ofpart_partitions, 170 .parse_fn = parse_ofoldpart_partitions,
|
H A D | ar7part.c | 136 .parse_fn = create_mtd_partitions,
|
H A D | afs.c | 261 .parse_fn = parse_afs_partitions,
|
H A D | bcm47xxpart.c | 317 .parse_fn = bcm47xxpart_parse,
|
H A D | bcm63xxpart.c | 218 .parse_fn = bcm63xx_parse_cfe_partitions,
|
H A D | redboot.c | 294 .parse_fn = parse_redboot_partitions,
|
H A D | cmdlinepart.c | 390 .parse_fn = parse_cmdline_partitions,
|
H A D | mtdpart.c | 767 ret = (*parser->parse_fn)(master, pparts, data); parse_mtd_partitions()
|
/linux-4.1.27/include/linux/mtd/ |
H A D | partitions.h | 75 int (*parse_fn)(struct mtd_info *, struct mtd_partition **, member in struct:mtd_part_parser
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 965 int (* const parse_fn)(struct drm_device *, struct nvbios *, struct bit_entry *); member in struct:bit_table 1007 return table->parse_fn(dev, bios, &bitentry); parse_bit_table()
|
Completed in 171 milliseconds