Home
last modified time | relevance | path

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

12345

/Linux-v5.15/drivers/mtd/maps/
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 …]
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()
Damd76xrom.c211 char **probe_type; in amd76xrom_init_one() local
220 probe_type = rom_probe_types; in amd76xrom_init_one()
221 for(; *probe_type; probe_type++) { in amd76xrom_init_one()
222 map->mtd = do_map_probe(*probe_type, &map->map); in amd76xrom_init_one()
Dck804xrom.c241 char **probe_type; in ck804xrom_init_one() local
250 probe_type = rom_probe_types; in ck804xrom_init_one()
251 for(; *probe_type; probe_type++) { in ck804xrom_init_one()
252 map->mtd = do_map_probe(*probe_type, &map->map); in ck804xrom_init_one()
Dichxrom.c238 char **probe_type; in ichxrom_init_one() local
247 probe_type = rom_probe_types; in ichxrom_init_one()
248 for(; *probe_type; probe_type++) { in ichxrom_init_one()
249 map->mtd = do_map_probe(*probe_type, &map->map); in ichxrom_init_one()
Desb2rom.c303 char **probe_type; in esb2rom_init_one() local
312 probe_type = rom_probe_types; in esb2rom_init_one()
313 for(; *probe_type; probe_type++) { in esb2rom_init_one()
314 map->mtd = do_map_probe(*probe_type, &map->map); in esb2rom_init_one()
/Linux-v5.15/include/linux/device/
Ddriver.h44 enum probe_type { enum
103 enum probe_type probe_type; member
/Linux-v5.15/tools/perf/util/
Dprobe-file.h24 enum probe_type { enum
70 bool probe_type_is_available(enum probe_type type);
/Linux-v5.15/drivers/base/test/
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,
/Linux-v5.15/include/linux/mtd/
Dphysmap.h26 char *probe_type; member
/Linux-v5.15/drivers/mmc/host/
Ddw_mmc-bluefield.c58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-of-hlwd.c83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-cns3xxx.c101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-dove.c108 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Ddw_mmc-pltfm.c100 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-spear.c184 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dtmio_mmc.c215 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Ddw_mmc-hi3798cv200.c203 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsdhci-pic32.c237 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/Linux-v5.15/drivers/hid/i2c-hid/
Di2c-hid-acpi.c128 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Di2c-hid-of.c129 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Di2c-hid-of-goodix.c171 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
/Linux-v5.15/drivers/platform/surface/
Dsurface_platform_profile.c183 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsurface_aggregator_registry.c465 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
574 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
Dsurface_gpe.c254 .probe_type = PROBE_PREFER_ASYNCHRONOUS,

12345