Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h658 extern bool acpi_driver_match_device(struct device *dev,
869 static inline bool acpi_driver_match_device(struct device *dev, in acpi_driver_match_device() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcpu.c31 if (acpi_driver_match_device(dev, drv)) in cpu_subsys_match()
H A Dplatform.c1184 if (acpi_driver_match_device(dev, drv)) in platform_match()
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dcore.c107 if (acpi_driver_match_device(dev, drv)) in serdev_device_match()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c107 if (acpi_driver_match_device(dev, drv)) in i2c_device_match()
486 !acpi_driver_match_device(dev, dev->driver) && in i2c_device_probe()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi.c352 if (acpi_driver_match_device(dev, drv)) in spi_match_device()