/linux/drivers/mtd/maps/ |
A D | physmap-core.c | 56 const char *probe_type; member 307 const char *probe_type; in of_select_probe_type() local 311 if (probe_type) in of_select_probe_type() 312 return probe_type; in of_select_probe_type() 318 if (!probe_type) in of_select_probe_type() 326 probe_type = "map_rom"; in of_select_probe_type() 330 probe_type); in of_select_probe_type() 331 probe_type = "map_rom"; in of_select_probe_type() 334 return probe_type; in of_select_probe_type() 435 info->probe_type = physmap_data->probe_type; in physmap_flash_pdata_init() [all …]
|
A 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()
|
A D | amd76xrom.c | 211 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()
|
A D | ck804xrom.c | 241 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()
|
A D | ichxrom.c | 238 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()
|
A D | esb2rom.c | 303 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/include/linux/device/ |
A D | driver.h | 45 enum probe_type { enum 104 enum probe_type probe_type; member
|
/linux/drivers/base/test/ |
A 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,
|
/linux/tools/perf/util/ |
A D | probe-file.h | 24 enum probe_type { enum 70 bool probe_type_is_available(enum probe_type type);
|
/linux/include/linux/mtd/ |
A D | physmap.h | 26 char *probe_type; member
|
/linux/drivers/mmc/host/ |
A D | dw_mmc-bluefield.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-of-hlwd.c | 83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-cns3xxx.c | 101 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-dove.c | 108 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | dw_mmc-pltfm.c | 100 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-spear.c | 184 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | tmio_mmc.c | 215 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | dw_mmc-hi3798cv200.c | 203 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | sdhci-pic32.c | 237 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/hid/i2c-hid/ |
A D | i2c-hid-acpi.c | 128 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | i2c-hid-of.c | 129 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | i2c-hid-of-goodix.c | 171 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux/drivers/platform/surface/ |
A D | surface_platform_profile.c | 183 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | surface_aggregator_registry.c | 525 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 640 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
A D | surface_gpe.c | 267 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|