driver_find_device   93 drivers/base/driver.c EXPORT_SYMBOL_GPL(driver_find_device);
driver_find_device 2858 drivers/char/ipmi/ipmi_msghandler.c 	dev = driver_find_device(drv, NULL, guid, __find_bmc_guid);
driver_find_device 2902 drivers/char/ipmi/ipmi_msghandler.c 	dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id);
driver_find_device 2395 drivers/gpu/drm/tegra/dc.c 		partner = driver_find_device(dc->dev->driver, NULL, NULL,
driver_find_device  861 drivers/iommu/virtio-iommu.c 	struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL,
driver_find_device  217 drivers/s390/cio/chsc_sch.c 	dev = driver_find_device(&chsc_subchannel_driver.drv,
driver_find_device   59 drivers/s390/crypto/vfio_ap_ops.c 	dev = driver_find_device(&matrix_dev->vfio_ap_drv->driver, NULL,
driver_find_device 1122 drivers/s390/crypto/vfio_ap_ops.c 	dev = driver_find_device(&matrix_dev->vfio_ap_drv->driver, NULL,
driver_find_device  430 include/linux/device.h struct device *driver_find_device(struct device_driver *drv,
driver_find_device  443 include/linux/device.h 	return driver_find_device(drv, NULL, name, device_match_name);
driver_find_device  456 include/linux/device.h 	return driver_find_device(drv, NULL, np, device_match_of_node);
driver_find_device  469 include/linux/device.h 	return driver_find_device(drv, NULL, fwnode, device_match_fwnode);
driver_find_device  481 include/linux/device.h 	return driver_find_device(drv, NULL, &devt, device_match_devt);
driver_find_device  487 include/linux/device.h 	return driver_find_device(drv, start, NULL, device_match_any);
driver_find_device  501 include/linux/device.h 	return driver_find_device(drv, NULL, adev, device_match_acpi_dev);