Searched refs:device_match_acpi_handle (Results 1 – 4 of 4) sorted by relevance
148 int device_match_acpi_handle(struct device *dev, const void *handle);
253 if (!device_match_acpi_handle(&adapter->dev, lookup.adapter_handle)) in i2c_acpi_get_info()455 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
5358 int device_match_acpi_handle(struct device *dev, const void *handle) in device_match_acpi_handle() function5362 EXPORT_SYMBOL(device_match_acpi_handle);
2889 if (!device_match_acpi_handle(ctlr->dev.parent, parent_handle)) in acpi_spi_add_resource()2988 device_match_acpi_handle(lookup.ctlr->dev.parent, parent_handle)) { in acpi_spi_device_alloc()