/drivers/mtd/maps/ |
D | physmap-core.c | 56 const char *probe_type; member 307 const char *probe_type; in of_select_probe_type() local 310 probe_type = match->data; in of_select_probe_type() 311 if (probe_type) in of_select_probe_type() 312 return probe_type; in of_select_probe_type() 317 of_property_read_string(dp, "probe-type", &probe_type); in of_select_probe_type() 318 if (!probe_type) in of_select_probe_type() 321 if (!strcmp(probe_type, "CFI")) { in of_select_probe_type() 322 probe_type = "cfi_probe"; in of_select_probe_type() 323 } else if (!strcmp(probe_type, "JEDEC")) { in of_select_probe_type() [all …]
|
D | rbtx4939-flash.c | 49 const char * const *probe_type; in rbtx4939_flash_probe() local 88 probe_type = rom_probe_types; in rbtx4939_flash_probe() 89 for (; !info->mtd && *probe_type; probe_type++) in rbtx4939_flash_probe() 90 info->mtd = do_map_probe(*probe_type, &info->map); in rbtx4939_flash_probe()
|
D | amd76xrom.c | 213 char **probe_type; in amd76xrom_init_one() local 222 probe_type = rom_probe_types; in amd76xrom_init_one() 223 for(; *probe_type; probe_type++) { in amd76xrom_init_one() 224 map->mtd = do_map_probe(*probe_type, &map->map); in amd76xrom_init_one()
|
D | ichxrom.c | 240 char **probe_type; in ichxrom_init_one() local 249 probe_type = rom_probe_types; in ichxrom_init_one() 250 for(; *probe_type; probe_type++) { in ichxrom_init_one() 251 map->mtd = do_map_probe(*probe_type, &map->map); in ichxrom_init_one()
|
D | ck804xrom.c | 243 char **probe_type; in ck804xrom_init_one() local 252 probe_type = rom_probe_types; in ck804xrom_init_one() 253 for(; *probe_type; probe_type++) { in ck804xrom_init_one() 254 map->mtd = do_map_probe(*probe_type, &map->map); in ck804xrom_init_one()
|
D | esb2rom.c | 304 char **probe_type; in esb2rom_init_one() local 313 probe_type = rom_probe_types; in esb2rom_init_one() 314 for(; *probe_type; probe_type++) { in esb2rom_init_one() 315 map->mtd = do_map_probe(*probe_type, &map->map); in esb2rom_init_one()
|
/drivers/base/test/ |
D | test_async_driver_probe.c | 46 if (dev->driver->probe_type == PROBE_PREFER_ASYNCHRONOUS) { in test_probe() 63 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 71 .probe_type = PROBE_FORCE_SYNCHRONOUS,
|
/drivers/mmc/host/ |
D | dw_mmc-bluefield.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-aspeed.c | 243 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 322 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-hlwd.c | 83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-cns3xxx.c | 101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-dove.c | 108 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-pltfm.c | 101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-spear.c | 184 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-zx.c | 225 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-sirf.c | 223 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | tmio_mmc.c | 216 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-pic32.c | 244 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | dw_mmc-hi3798cv200.c | 203 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-pxav2.c | 229 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci_f_sdh30.c | 221 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-bcm-kona.c | 327 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-dwcmshc.c | 245 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-sparx5.c | 258 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/drivers/char/tpm/ |
D | tpm_tis_spi_main.c | 293 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|