Home
last modified time | relevance | path

Searched refs:probe_type (Results 1 – 25 of 109) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dphysmap-core.c56 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 …]
H A Drbtx4939-flash.c49 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()
H A Damd76xrom.c213 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()
H A Dck804xrom.c243 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()
H A Dichxrom.c240 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()
H A Desb2rom.c304 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()
/OK3568_Linux_fs/kernel/include/linux/device/
H A Ddriver.h44 enum probe_type { enum
103 enum probe_type probe_type; member
/OK3568_Linux_fs/kernel/drivers/base/test/
H A Dtest_async_driver_probe.c46 if (dev->driver->probe_type == PROBE_PREFER_ASYNCHRONOUS) { in test_probe()
63 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
71 .probe_type = PROBE_FORCE_SYNCHRONOUS,
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-file.h24 enum probe_type { enum
70 bool probe_type_is_available(enum probe_type type);
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dphysmap.h26 char *probe_type; member
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-bluefield.c58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-of-aspeed.c243 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
322 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-of-hlwd.c83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-cns3xxx.c101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-dove.c108 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Ddw_mmc-pltfm.c101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-spear.c184 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Ddw_mmc-zx.c225 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-sirf.c223 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dtmio_mmc.c216 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Ddw_mmc-hi3798cv200.c203 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-pic32.c244 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci_f_sdh30.c222 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-pxav2.c229 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
H A Dsdhci-bcm-kona.c327 .probe_type = PROBE_PREFER_ASYNCHRONOUS,

12345