Home
last modified time | relevance | path

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

/drivers/acpi/
Dbus.c827 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
839 EXPORT_SYMBOL_GPL(acpi_driver_match_device);
/drivers/base/
Dcpu.c31 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
Dplatform.c1164 if (acpi_driver_match_device(dev, drv)) in platform_match()
/drivers/tty/serdev/
Dcore.c107 if (acpi_driver_match_device(dev, drv)) in serdev_device_match()
/drivers/i2c/
Di2c-core-base.c106 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()
485 !acpi_driver_match_device(dev, dev->driver) && in i2c_device_probe()
/drivers/spi/
Dspi.c352 if (acpi_driver_match_device(dev, drv)) in spi_match_device()