Searched refs:device_match_acpi_dev (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/device/ |
| H A D | bus.h | 141 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 D | driver.h | 229 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
|
| H A D | class.h | 157 return class_find_device(class, NULL, adev, device_match_acpi_dev); in class_find_device_by_acpi_dev()
|
| /linux-6.15/drivers/base/test/ |
| H A D | platform-device-test.c | 242 KUNIT_EXPECT_FALSE(test, device_match_acpi_dev(&pdev->dev, NULL)); in platform_device_find_by_null_test()
|
| /linux-6.15/drivers/base/ |
| H A D | core.c | 5314 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function 5318 EXPORT_SYMBOL(device_match_acpi_dev);
|
| /linux-6.15/drivers/spi/ |
| H A D | spi.c | 4848 return device_match_acpi_dev(dev->parent, data); in spi_acpi_controller_match()
|