Home
last modified time | relevance | path

Searched refs:acpi_driver_match_device (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/acpi/
H A Dbus.c1106 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
1117 EXPORT_SYMBOL_GPL(acpi_driver_match_device);
/linux/include/linux/
H A Dacpi.h774 extern bool acpi_driver_match_device(struct device *dev,
1025 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/linux/drivers/base/
H A Dcpu.c32 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
/linux/drivers/i2c/
H A Di2c-core-base.c151 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()
542 !acpi_driver_match_device(dev, dev->driver) && in i2c_device_probe()
/linux/drivers/spi/
H A Dspi.c574 if (acpi_driver_match_device(dev, drv)) in spi_match_device()