Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dacpi.h453 extern bool acpi_driver_match_device(struct device *dev,
556 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/linux-4.1.27/drivers/base/
Dcpu.c27 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
Dplatform.c834 if (acpi_driver_match_device(dev, drv)) in platform_match()
/linux-4.1.27/drivers/acpi/
Dscan.c1080 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
1090 EXPORT_SYMBOL_GPL(acpi_driver_match_device);
/linux-4.1.27/drivers/spi/
Dspi.c109 if (acpi_driver_match_device(dev, drv)) in spi_match_device()
/linux-4.1.27/drivers/i2c/
Di2c-core.c470 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()