/linux-6.6.21/drivers/mtd/maps/ |
D | physmap-core.c | 56 const char *probe_type; member 300 const char *probe_type; in of_select_probe_type() local 306 probe_type = match->data; in of_select_probe_type() 307 if (probe_type) in of_select_probe_type() 308 return probe_type; in of_select_probe_type() 313 of_property_read_string(dp, "probe-type", &probe_type); in of_select_probe_type() 314 if (!probe_type) in of_select_probe_type() 317 if (!strcmp(probe_type, "CFI")) { in of_select_probe_type() 318 probe_type = "cfi_probe"; in of_select_probe_type() 319 } else if (!strcmp(probe_type, "JEDEC")) { in of_select_probe_type() [all …]
|
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()
|
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()
|
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()
|
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-6.6.21/include/linux/device/ |
D | driver.h | 45 enum probe_type { enum 104 enum probe_type probe_type; member
|
/linux-6.6.21/tools/perf/util/ |
D | probe-file.h | 24 enum probe_type { enum 70 bool probe_type_is_available(enum probe_type type);
|
/linux-6.6.21/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,
|
/linux-6.6.21/Documentation/driver-api/ |
D | infrastructure.rst | 18 :identifiers: probe_type device_driver 27 :no-identifiers: probe_type device_driver
|
/linux-6.6.21/include/linux/mtd/ |
D | physmap.h | 26 char *probe_type; member
|
/linux-6.6.21/drivers/iio/accel/ |
D | kionix-kx022a-i2c.c | 43 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | kionix-kx022a-spi.c | 49 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux-6.6.21/drivers/mmc/host/ |
D | dw_mmc-bluefield.c | 58 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-of-hlwd.c | 83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sdhci-dove.c | 104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux-6.6.21/drivers/regulator/ |
D | dummy.c | 63 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | sky81452-regulator.c | 82 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | vqmmc-ipq4019-regulator.c | 92 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | stw481x-vmmc.c | 98 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | tps6105x-regulator.c | 96 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | 88pg86x.c | 104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
D | arizona-ldo1.c | 383 .probe_type = PROBE_FORCE_SYNCHRONOUS, 392 .probe_type = PROBE_FORCE_SYNCHRONOUS,
|
D | arizona-micsupp.c | 368 .probe_type = PROBE_FORCE_SYNCHRONOUS, 376 .probe_type = PROBE_FORCE_SYNCHRONOUS,
|
D | vexpress-regulator.c | 92 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
/linux-6.6.21/drivers/hid/i2c-hid/ |
D | i2c-hid-acpi.c | 122 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|