/drivers/base/ |
D | map.c | 28 } *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/ |
D | h720x-flash.c | 63 static const char *probes[] = { "cmdlinepart", NULL }; variable 96 nr_mtd_parts = parse_mtd_partitions(mymtd, probes, &mtd_parts, 0); in h720x_mtd_init()
|
D | edb7312.c | 67 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 100 mtd_parts_nb = parse_mtd_partitions(mymtd, probes, &mtd_parts, MTDID); in init_edb7312nor()
|
D | solutionengine.c | 36 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 95 nr_parts = parse_mtd_partitions(flash_mtd, probes, &parsed_parts, 0); in init_soleng_maps()
|
D | impa7.c | 71 static const char *probes[] = { "cmdlinepart", NULL }; variable 109 probes, in init_impa7()
|
D | integrator-flash.c | 65 static const char *probes[] = { "cmdlinepart", "RedBoot", "afs", NULL }; variable 126 err = parse_mtd_partitions(info->mtd, probes, &info->parts, 0); in armflash_probe()
|
D | dc21285.c | 150 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 208 nrparts = parse_mtd_partitions(dc21285_mtd, probes, &dc21285_parts, 0); in init_dc21285()
|
D | pxa2xx-flash.c | 41 static const char *probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 100 ret = parse_mtd_partitions(info->mtd, probes, &parts, 0); in pxa2xx_flash_probe()
|
D | pcmciamtd.c | 496 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()
|
D | ixp2000.c | 144 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()
|
D | plat-ram.c | 236 if (pdata->probes) { in platram_probe() 237 err = parse_mtd_partitions(info->mtd, pdata->probes, in platram_probe()
|
D | ixp4xx.c | 152 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()
|
D | ceiva.c | 273 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/ |
D | Kconfig | 76 Saying Y here enables some probes for Super-IO chipsets in order to
|
D | ChangeLog | 339 * parport_pc.c (parport_pc_probe_port): Say something when probes
|