Home
last modified time | relevance | path

Searched refs:acpi_driver_match_device (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dbus.c827 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
839 EXPORT_SYMBOL_GPL(acpi_driver_match_device); variable
/kernel/linux/linux-6.6/drivers/acpi/
H A Dbus.c949 bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
960 EXPORT_SYMBOL_GPL(acpi_driver_match_device); variable
/kernel/linux/linux-6.6/drivers/base/
H A Dcpu.c32 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
H A Dplatform.c1349 if (acpi_driver_match_device(dev, drv)) in platform_match()
/kernel/linux/linux-5.10/include/linux/
H A Dacpi.h665 extern bool acpi_driver_match_device(struct device *dev,
876 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/kernel/linux/linux-6.6/include/linux/
H A Dacpi.h715 extern bool acpi_driver_match_device(struct device *dev,
943 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/kernel/linux/linux-5.10/drivers/base/
H A Dcpu.c31 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
H A Dplatform.c1164 if (acpi_driver_match_device(dev, drv)) in platform_match()
/kernel/linux/linux-5.10/drivers/tty/serdev/
H A Dcore.c92 if (acpi_driver_match_device(dev, drv)) in serdev_device_match()
/kernel/linux/linux-6.6/drivers/tty/serdev/
H A Dcore.c92 if (acpi_driver_match_device(dev, drv)) in serdev_device_match()
/kernel/linux/linux-5.10/drivers/i2c/
H A 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()
/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core-base.c147 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()
537 !acpi_driver_match_device(dev, dev->driver) && in i2c_device_probe()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c352 if (acpi_driver_match_device(dev, drv)) in spi_match_device()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi.c390 if (acpi_driver_match_device(dev, drv)) in spi_match_device()

Completed in 32 milliseconds