Searched refs:probes (Results 1 - 9 of 9) sorted by relevance

/drivers/base/
H A Dmap.c28 } *probes[255]; member in struct:kobj_map
59 struct probe **s = &domain->probes[index % 255];
82 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) {
104 for (p = domain->probes[MAJOR(dev) % 255]; p; p = p->next) {
152 p->probes[i] = base;
/drivers/mtd/maps/
H A Dsolutionengine.c34 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
95 mtd_device_parse_register(flash_mtd, probes, NULL,
H A Dpxa2xx-flash.c49 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
101 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts,
H A Dphysmap_of.c148 static void __devinit of_free_probes(const char **probes) argument
150 if (probes != part_probe_types_def)
151 kfree(probes);
H A Ddc21285.c148 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
199 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0);
H A Dixp2000.c141 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; local
229 err = mtd_device_parse_register(info->mtd, probes, NULL, NULL, 0);
H A Dixp4xx.c151 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
253 err = mtd_device_parse_register(info->mtd, probes, &ppdata,
H A Dpcmciamtd.c469 static char *probes[] = { "jedec_probe", "cfi_probe" }; local
572 for(i = 0; i < ARRAY_SIZE(probes); i++) {
573 pr_debug("Trying %s\n", probes[i]);
574 mtd = do_map_probe(probes[i], &dev->pcmcia_map);
578 pr_debug("FAILED: %s\n", probes[i]);
H A Dplat-ram.c225 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL,

Completed in 635 milliseconds