probe_type        753 drivers/base/dd.c 	switch (drv->probe_type) {
probe_type        780 drivers/base/platform.c 	if (drv->driver.probe_type == PROBE_PREFER_ASYNCHRONOUS) {
probe_type        791 drivers/base/platform.c 	drv->driver.probe_type = PROBE_FORCE_SYNCHRONOUS;
probe_type         46 drivers/base/test/test_async_driver_probe.c 	if (dev->driver->probe_type == PROBE_PREFER_ASYNCHRONOUS) {
probe_type         63 drivers/base/test/test_async_driver_probe.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type         71 drivers/base/test/test_async_driver_probe.c 		.probe_type = PROBE_FORCE_SYNCHRONOUS,
probe_type        558 drivers/hid/hid-hyperv.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type       1763 drivers/hv/hv_balloon.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        480 drivers/hv/hv_util.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type       1377 drivers/input/mouse/elan_i2c_core.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        397 drivers/input/serio/hyperv-keyboard.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type       1004 drivers/input/serio/i8042-x86ia64io.h 		.probe_type = PROBE_FORCE_SYNCHRONOUS,
probe_type       1030 drivers/input/serio/i8042-x86ia64io.h 		.probe_type = PROBE_FORCE_SYNCHRONOUS,
probe_type       1397 drivers/input/touchscreen/elants_i2c.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        811 drivers/input/touchscreen/stmfts.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        514 drivers/misc/mei/pci-me.c 	.driver.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        213 drivers/mtd/maps/amd76xrom.c 			char **probe_type;
probe_type        222 drivers/mtd/maps/amd76xrom.c 			probe_type = rom_probe_types;
probe_type        223 drivers/mtd/maps/amd76xrom.c 			for(; *probe_type; probe_type++) {
probe_type        224 drivers/mtd/maps/amd76xrom.c 				map->mtd = do_map_probe(*probe_type, &map->map);
probe_type        243 drivers/mtd/maps/ck804xrom.c 			char **probe_type;
probe_type        252 drivers/mtd/maps/ck804xrom.c 			probe_type = rom_probe_types;
probe_type        253 drivers/mtd/maps/ck804xrom.c 			for(; *probe_type; probe_type++) {
probe_type        254 drivers/mtd/maps/ck804xrom.c 				map->mtd = do_map_probe(*probe_type, &map->map);
probe_type        304 drivers/mtd/maps/esb2rom.c 			char **probe_type;
probe_type        313 drivers/mtd/maps/esb2rom.c 			probe_type = rom_probe_types;
probe_type        314 drivers/mtd/maps/esb2rom.c 			for(; *probe_type; probe_type++) {
probe_type        315 drivers/mtd/maps/esb2rom.c 				map->mtd = do_map_probe(*probe_type, &map->map);
probe_type        240 drivers/mtd/maps/ichxrom.c 			char **probe_type;
probe_type        249 drivers/mtd/maps/ichxrom.c 			probe_type = rom_probe_types;
probe_type        250 drivers/mtd/maps/ichxrom.c 			for(; *probe_type; probe_type++) {
probe_type        251 drivers/mtd/maps/ichxrom.c 				map->mtd = do_map_probe(*probe_type, &map->map);
probe_type         53 drivers/mtd/maps/physmap-core.c 	const char		*probe_type;
probe_type        299 drivers/mtd/maps/physmap-core.c 	const char *probe_type;
probe_type        302 drivers/mtd/maps/physmap-core.c 	probe_type = match->data;
probe_type        303 drivers/mtd/maps/physmap-core.c 	if (probe_type)
probe_type        304 drivers/mtd/maps/physmap-core.c 		return probe_type;
probe_type        309 drivers/mtd/maps/physmap-core.c 	of_property_read_string(dp, "probe-type", &probe_type);
probe_type        310 drivers/mtd/maps/physmap-core.c 	if (!probe_type)
probe_type        313 drivers/mtd/maps/physmap-core.c 	if (!strcmp(probe_type, "CFI")) {
probe_type        314 drivers/mtd/maps/physmap-core.c 		probe_type = "cfi_probe";
probe_type        315 drivers/mtd/maps/physmap-core.c 	} else if (!strcmp(probe_type, "JEDEC")) {
probe_type        316 drivers/mtd/maps/physmap-core.c 		probe_type = "jedec_probe";
probe_type        317 drivers/mtd/maps/physmap-core.c 	} else if (!strcmp(probe_type, "ROM")) {
probe_type        318 drivers/mtd/maps/physmap-core.c 		probe_type = "map_rom";
probe_type        322 drivers/mtd/maps/physmap-core.c 			 probe_type);
probe_type        323 drivers/mtd/maps/physmap-core.c 		probe_type = "map_rom";
probe_type        326 drivers/mtd/maps/physmap-core.c 	return probe_type;
probe_type        342 drivers/mtd/maps/physmap-core.c 	info->probe_type = of_select_probe_type(dev);
probe_type        419 drivers/mtd/maps/physmap-core.c 	info->probe_type = physmap_data->probe_type;
probe_type        533 drivers/mtd/maps/physmap-core.c 		if (info->probe_type) {
probe_type        534 drivers/mtd/maps/physmap-core.c 			info->mtds[i] = do_map_probe(info->probe_type,
probe_type         49 drivers/mtd/maps/rbtx4939-flash.c 	const char * const *probe_type;
probe_type         88 drivers/mtd/maps/rbtx4939-flash.c 	probe_type = rom_probe_types;
probe_type         89 drivers/mtd/maps/rbtx4939-flash.c 	for (; !info->mtd && *probe_type; probe_type++)
probe_type         90 drivers/mtd/maps/rbtx4939-flash.c 		info->mtd = do_map_probe(*probe_type, &info->map);
probe_type       2441 drivers/net/hyperv/netvsc_drv.c 		.probe_type = PROBE_FORCE_SYNCHRONOUS,
probe_type       1253 drivers/pci/controller/dwc/pci-imx6.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        571 drivers/scsi/sd.c 		.probe_type	= PROBE_PREFER_ASYNCHRONOUS,
probe_type       1945 drivers/scsi/storvsc_drv.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        717 drivers/tty/serdev/core.c         sdrv->driver.probe_type = PROBE_PREFER_ASYNCHRONOUS;
probe_type        905 drivers/video/fbdev/hyperv_fb.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        925 drivers/video/fbdev/hyperv_fb.c 		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
probe_type        376 include/linux/device.h 	enum probe_type probe_type;
probe_type         26 include/linux/mtd/physmap.h 	char                    *probe_type;
probe_type       1067 tools/perf/util/probe-file.c bool probe_type_is_available(enum probe_type type)
probe_type         70 tools/perf/util/probe-file.h bool probe_type_is_available(enum probe_type type);