device_match_acpi_handle
EXPORT_SYMBOL(device_match_acpi_handle);
KUNIT_EXPECT_FALSE(test, device_match_acpi_handle(&pdev->dev, NULL));
return device_match_acpi_handle(gc->parent, data);
if (device_match_acpi_handle(&gc->gpiodev->dev, data))
if (!device_match_acpi_handle(&adapter->dev, lookup.adapter_handle))
dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle);
if (!device_match_acpi_handle(ctlr->dev.parent, parent_handle))
device_match_acpi_handle(lookup.ctlr->dev.parent, parent_handle)) {
if (!device_match_acpi_handle(ctrl->host, lookup.controller_handle))
int device_match_acpi_handle(struct device *dev, const void *handle);