Home
last modified time | relevance | path

Searched refs:device_match_acpi_dev (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/linux/device/
A Dbus.h142 int device_match_acpi_dev(struct device *dev, const void *adev);
226 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
A Ddriver.h233 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
A Dclass.h181 return class_find_device(class, NULL, adev, device_match_acpi_dev); in class_find_device_by_acpi_dev()
/linux-6.3-rc2/drivers/base/
A Dcore.c5046 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function
5050 EXPORT_SYMBOL(device_match_acpi_dev);

Completed in 13 milliseconds