/drivers/base/ |
D | map.c | 28 } *probes[255]; member 58 struct probe **s = &domain->probes[index % 255]; in kobj_map() 81 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) { in kobj_unmap() 103 for (p = domain->probes[MAJOR(dev) % 255]; p; p = p->next) { in kobj_lookup() 151 p->probes[i] = base; in kobj_map_init()
|
/drivers/mtd/maps/ |
D | solutionengine.c | 34 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
|
D | pxa2xx-flash.c | 44 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 96 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
|
D | ixp4xx.c | 152 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 235 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
|
D | dc21285.c | 147 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable 198 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0); in init_dc21285()
|
D | pcmciamtd.c | 468 static char *probes[] = { "jedec_probe", "cfi_probe" }; in pcmciamtd_config() local 571 for(i = 0; i < ARRAY_SIZE(probes); i++) { in pcmciamtd_config() 572 pr_debug("Trying %s\n", probes[i]); in pcmciamtd_config() 573 mtd = do_map_probe(probes[i], &dev->pcmcia_map); in pcmciamtd_config() 577 pr_debug("FAILED: %s\n", probes[i]); in pcmciamtd_config()
|
D | plat-ram.c | 176 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL, in platram_probe()
|
/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | main.c | 20 static const char *probes[] = { "bcm47xxpart", NULL }; variable 51 err = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in bcm47xxnflash_probe()
|
/drivers/mtd/devices/ |
D | bcm47xxsflash.c | 16 static const char * const probes[] = { "bcm47xxpart", NULL }; variable 347 err = mtd_device_parse_register(&b47s->mtd, probes, NULL, NULL, 0); in bcm47xxsflash_bcma_probe()
|
/drivers/char/xillybus/ |
D | Kconfig | 16 programmable logic (FPGA). The driver probes the hardware for
|
/drivers/rpmsg/ |
D | Kconfig | 31 channel that probes the associated RPMsg device on remote endpoint
|
/drivers/staging/media/atomisp/ |
D | TODO | 4 While the driver probes the hardware and reports itself as a 23 3. Switch the driver to use pm_runtime stuff. Right now, it probes the
|
/drivers/parport/ |
D | Kconfig | 82 Saying Y here enables some probes for Super-IO chipsets in order to
|
/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 2906 static const char * const probes[] = { "cmdlinepart", "ofpart", "qcomsmem", NULL }; variable 2961 ret = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in qcom_nand_host_init_and_register()
|