Home
last modified time | relevance | path

Searched refs:part_probe_types (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.6.39/arch/mips/cavium-octeon/
Dflash_setup.c22 static const char *part_probe_types[] = { variable
68 part_probe_types, in flash_init()
/linux-2.6.39/drivers/mtd/maps/
Dphysmap_of.c221 const char **part_probe_types; in of_flash_probe() local
350 part_probe_types = of_get_probes(dp); in of_flash_probe()
351 err = parse_mtd_partitions(info->cmtd, part_probe_types, in of_flash_probe()
354 of_free_probes(part_probe_types); in of_flash_probe()
357 of_free_probes(part_probe_types); in of_flash_probe()
Drbtx4939-flash.c64 static const char *part_probe_types[] = { "cmdlinepart", NULL }; variable
124 err = parse_mtd_partitions(info->mtd, part_probe_types, in rbtx4939_flash_probe()
Dbfin-async-flash.c128 static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL }; variable
173 ret = parse_mtd_partitions(state->mtd, part_probe_types, &pdata->parts, 0); in bfin_flash_probe()
Dgpio-addr-flash.c159 static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL }; variable
258 ret = parse_mtd_partitions(state->mtd, part_probe_types, &pdata->parts, 0); in gpio_flash_probe()
Dlatch-addr-flash.c100 static char *part_probe_types[] = { "cmdlinepart", NULL }; variable
221 (const char **)part_probe_types, in latch_addr_flash_probe()
Dphysmap.c80 static const char *part_probe_types[] = { "cmdlinepart", "RedBoot", NULL }; variable
168 err = parse_mtd_partitions(info->cmtd, part_probe_types, in physmap_flash_probe()
/linux-2.6.39/drivers/mtd/nand/
Dplat_nand.c105 if (pdata->chip.part_probe_types) { in plat_nand_probe()
107 pdata->chip.part_probe_types, in plat_nand_probe()
Dfsl_elbc_nand.c846 static const char *part_probe_types[] in fsl_elbc_nand_probe() local
941 ret = parse_mtd_partitions(&priv->mtd, part_probe_types, &parts, 0); in fsl_elbc_nand_probe()
/linux-2.6.39/arch/arm/mach-ep93xx/
Dsnappercl15.c100 .part_probe_types = snappercl15_nand_part_probes,
Dts72xx.c149 .part_probe_types = ts72xx_nand_part_probes,
/linux-2.6.39/arch/mips/pnx833x/common/
Dplatform.c271 .part_probe_types = part_probes,
/linux-2.6.39/arch/arm/mach-ixp4xx/
Dixdp425-setup.c107 .part_probe_types = part_probes,
/linux-2.6.39/arch/arm/mach-pxa/
Dpalmtx.c280 .part_probe_types = palmtx_part_probes,
Dballoon3.c691 .part_probe_types = balloon3_part_probes,
Dem-x270.c350 .part_probe_types = em_x270_part_probes,
/linux-2.6.39/arch/arm/mach-omap1/
Dboard-perseus2.c171 .part_probe_types = part_probes,
Dboard-fsample.c213 .part_probe_types = part_probes,
Dboard-h3.c214 .part_probe_types = part_probes,
Dboard-h2.c212 .part_probe_types = h2_part_probes,
/linux-2.6.39/arch/blackfin/mach-bf561/boards/
Dacvilon.c290 .part_probe_types = part_probes,
/linux-2.6.39/arch/mips/alchemy/devboards/db1200/
Dplatform.c147 .part_probe_types = db1200_part_probes,
/linux-2.6.39/include/linux/mtd/
Dnand.h627 const char **part_probe_types; member
/linux-2.6.39/arch/arm/mach-orion5x/
Dts78xx-setup.c274 .part_probe_types = ts_nand_part_probes,
/linux-2.6.39/arch/sh/boards/mach-migor/
Dsetup.c191 .part_probe_types = (const char *[]) { "cmdlinepart", NULL },

12