Searched refs:probe_type (Results 1 – 25 of 353) sorted by relevance
12345678910>>...15
| /drivers/mtd/maps/ |
| A D | physmap-core.c | 57 const char *probe_type; member 299 const char *probe_type; in of_select_probe_type() local 302 if (probe_type) in of_select_probe_type() 303 return probe_type; in of_select_probe_type() 309 if (!probe_type) in of_select_probe_type() 317 probe_type = "map_rom"; in of_select_probe_type() 321 probe_type); in of_select_probe_type() 322 probe_type = "map_rom"; in of_select_probe_type() 325 return probe_type; in of_select_probe_type() 426 info->probe_type = physmap_data->probe_type; in physmap_flash_pdata_init() [all …]
|
| 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()
|
| /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,
|
| /drivers/hwmon/ |
| A D | surface_fan.c | 76 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /drivers/mmc/host/ |
| A D | dw_mmc-bluefield.c | 74 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | sdhci-of-hlwd.c | 83 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | sdhci-dove.c | 96 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /drivers/regulator/ |
| A D | renesas-usb-vbus-regulator.c | 64 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | wm831x-dcdc.c | 508 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 636 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 752 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 828 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | arizona-ldo1.c | 381 .probe_type = PROBE_FORCE_SYNCHRONOUS, 390 .probe_type = PROBE_FORCE_SYNCHRONOUS,
|
| A D | arizona-micsupp.c | 368 .probe_type = PROBE_FORCE_SYNCHRONOUS, 376 .probe_type = PROBE_FORCE_SYNCHRONOUS,
|
| A D | sky81452-regulator.c | 82 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | stw481x-vmmc.c | 98 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | vqmmc-ipq4019-regulator.c | 93 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | tps6105x-regulator.c | 96 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | 88pg86x.c | 104 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | wm831x-ldo.c | 306 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 516 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 650 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /drivers/iio/accel/ |
| A D | kionix-kx022a-i2c.c | 62 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| A D | kionix-kx022a-spi.c | 62 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /drivers/platform/x86/dell/ |
| A D | alienware-wmi-legacy.c | 80 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /drivers/pwm/ |
| A D | pwm-argon-fan-hat.c | 99 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
| /drivers/hid/i2c-hid/ |
| A D | i2c-hid-acpi.c | 122 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
Completed in 35 milliseconds
12345678910>>...15