Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Dbus.h143 int device_match_acpi_dev(struct device *dev, const void *adev);
232 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
H A Ddriver.h238 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
/linux/drivers/base/
H A Dcore.c5335 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function
5339 EXPORT_SYMBOL(device_match_acpi_dev);
/linux/drivers/spi/
H A Dspi.c4984 return device_match_acpi_dev(dev->parent, data); in spi_acpi_controller_match()