Home
last modified time | relevance | path

Searched refs:device_match_acpi_dev (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/device/
H A Dbus.h141 int device_match_acpi_dev(struct device *dev, const void *adev);
227 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
H A Ddriver.h229 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
H A Dclass.h157 return class_find_device(class, NULL, adev, device_match_acpi_dev); in class_find_device_by_acpi_dev()
/linux/drivers/base/test/
H A Dplatform-device-test.c242 KUNIT_EXPECT_FALSE(test, device_match_acpi_dev(&pdev->dev, NULL)); in platform_device_find_by_null_test()
/linux/drivers/base/
H A Dcore.c5317 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function
5321 EXPORT_SYMBOL(device_match_acpi_dev);