Home
last modified time | relevance | path

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

/drivers/acpi/
Dbus.c757 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
767 EXPORT_SYMBOL_GPL(acpi_driver_match_device);
/drivers/base/
Dcpu.c28 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
Dplatform.c969 if (acpi_driver_match_device(dev, drv)) in platform_match()
/drivers/spi/
Dspi.c304 if (acpi_driver_match_device(dev, drv)) in spi_match_device()
/drivers/i2c/
Di2c-core.c703 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()