Home
last modified time | relevance | path

Searched refs:probes (Results 1 – 15 of 15) sorted by relevance

/drivers/base/
Dmap.c28 } *probes[255]; member
59 struct probe **s = &domain->probes[index % 255]; in kobj_map()
82 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) { in kobj_unmap()
104 for (p = domain->probes[MAJOR(dev) % 255]; p; p = p->next) { in kobj_lookup()
152 p->probes[i] = base; in kobj_map_init()
/drivers/mtd/maps/
Dh720x-flash.c63 static const char *probes[] = { "cmdlinepart", NULL }; variable
96 nr_mtd_parts = parse_mtd_partitions(mymtd, probes, &mtd_parts, 0); in h720x_mtd_init()
Dedb7312.c67 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
100 mtd_parts_nb = parse_mtd_partitions(mymtd, probes, &mtd_parts, MTDID); in init_edb7312nor()
Dsolutionengine.c36 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
95 nr_parts = parse_mtd_partitions(flash_mtd, probes, &parsed_parts, 0); in init_soleng_maps()
Dimpa7.c71 static const char *probes[] = { "cmdlinepart", NULL }; variable
109 probes, in init_impa7()
Dintegrator-flash.c65 static const char *probes[] = { "cmdlinepart", "RedBoot", "afs", NULL }; variable
126 err = parse_mtd_partitions(info->mtd, probes, &info->parts, 0); in armflash_probe()
Ddc21285.c150 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
208 nrparts = parse_mtd_partitions(dc21285_mtd, probes, &dc21285_parts, 0); in init_dc21285()
Dpxa2xx-flash.c41 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
100 ret = parse_mtd_partitions(info->mtd, probes, &parts, 0); in pxa2xx_flash_probe()
Dpcmciamtd.c496 static char *probes[] = { "jedec_probe", "cfi_probe" }; in pcmciamtd_config() local
593 for(i = 0; i < ARRAY_SIZE(probes); i++) { in pcmciamtd_config()
594 DEBUG(1, "Trying %s", probes[i]); in pcmciamtd_config()
595 mtd = do_map_probe(probes[i], &dev->pcmcia_map); in pcmciamtd_config()
599 DEBUG(1, "FAILED: %s", probes[i]); in pcmciamtd_config()
Dixp2000.c144 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; in ixp2000_flash_probe() local
232 err = parse_mtd_partitions(info->mtd, probes, &info->partitions, 0); in ixp2000_flash_probe()
Dplat-ram.c236 if (pdata->probes) { in platram_probe()
237 err = parse_mtd_partitions(info->mtd, pdata->probes, in platram_probe()
Dixp4xx.c152 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
254 err = parse_mtd_partitions(info->mtd, probes, &info->partitions, dev->resource->start); in ixp4xx_flash_probe()
Dceiva.c273 static const char *probes[] = { "cmdlinepart", "RedBoot", NULL }; variable
283 nr_parts = parse_mtd_partitions(mtd, probes, &parsed_parts, 0); in clps_locate_partitions()
/drivers/parport/
DKconfig76 Saying Y here enables some probes for Super-IO chipsets in order to
DChangeLog339 * parport_pc.c (parport_pc_probe_port): Say something when probes