Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dbus.c908 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
920 EXPORT_SYMBOL_GPL(acpi_driver_match_device);
/Linux-v5.15/include/linux/
Dacpi.h670 extern bool acpi_driver_match_device(struct device *dev,
887 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/Linux-v5.15/drivers/base/
Dcpu.c31 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
Dplatform.c1356 if (acpi_driver_match_device(dev, drv)) in platform_match()
/Linux-v5.15/drivers/tty/serdev/
Dcore.c92 if (acpi_driver_match_device(dev, drv)) in serdev_device_match()
/Linux-v5.15/drivers/i2c/
Di2c-core-base.c127 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()
512 !acpi_driver_match_device(dev, dev->driver) && in i2c_device_probe()
/Linux-v5.15/drivers/spi/
Dspi.c352 if (acpi_driver_match_device(dev, drv)) in spi_match_device()