Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/acpi/
Dbus.c993 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
1004 EXPORT_SYMBOL_GPL(acpi_driver_match_device);
/linux-6.12.1/include/linux/
Dacpi.h725 extern bool acpi_driver_match_device(struct device *dev,
950 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/linux-6.12.1/drivers/base/
Dcpu.c32 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
Dplatform.c1349 if (acpi_driver_match_device(dev, drv)) in platform_match()
/linux-6.12.1/drivers/tty/serdev/
Dcore.c94 if (acpi_driver_match_device(dev, drv)) in serdev_device_match()
/linux-6.12.1/drivers/i2c/
Di2c-core-base.c150 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()
540 !acpi_driver_match_device(dev, dev->driver) && in i2c_device_probe()
/linux-6.12.1/drivers/spi/
Dspi.c388 if (acpi_driver_match_device(dev, drv)) in spi_match_device()