Home
last modified time | relevance | path

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

/drivers/base/
Dmap.c28 } *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/
Dsolutionengine.c34 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
Dpxa2xx-flash.c44 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
96 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
Dixp4xx.c152 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
235 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
Ddc21285.c147 static const char * const probes[] = { "RedBoot", "cmdlinepart", NULL }; variable
198 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0); in init_dc21285()
Dpcmciamtd.c468 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()
Dplat-ram.c176 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL, in platram_probe()
/drivers/mtd/nand/raw/bcm47xxnflash/
Dmain.c20 static const char *probes[] = { "bcm47xxpart", NULL }; variable
51 err = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in bcm47xxnflash_probe()
/drivers/mtd/devices/
Dbcm47xxsflash.c16 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/
DKconfig16 programmable logic (FPGA). The driver probes the hardware for
/drivers/rpmsg/
DKconfig31 channel that probes the associated RPMsg device on remote endpoint
/drivers/staging/media/atomisp/
DTODO4 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/
DKconfig82 Saying Y here enables some probes for Super-IO chipsets in order to
/drivers/mtd/nand/raw/
Dqcom_nandc.c2906 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()