Searched refs:device_match_acpi_dev (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/linux/device/ | 
| D | bus.h | 139 int device_match_acpi_dev(struct device *dev, const void *adev); 223 	return bus_find_device(bus, NULL, adev, device_match_acpi_dev);  in bus_find_device_by_acpi_dev()
  | 
| D | driver.h | 229 	return driver_find_device(drv, NULL, adev, device_match_acpi_dev);  in driver_find_device_by_acpi_dev()
  | 
| D | class.h | 161 	return class_find_device(class, NULL, adev, device_match_acpi_dev);  in class_find_device_by_acpi_dev()
  | 
| /Linux-v6.6/drivers/base/ | 
| D | core.c | 5094 int device_match_acpi_dev(struct device *dev, const void *adev)  in device_match_acpi_dev()  function 5098 EXPORT_SYMBOL(device_match_acpi_dev);
  |