Searched refs:device_match_acpi_handle (Results 1 – 4 of 4) sorted by relevance
143 int device_match_acpi_handle(struct device *dev, const void *handle);
431 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
129 return gc->parent && device_match_acpi_handle(gc->parent, data); in acpi_gpiochip_find()
5052 int device_match_acpi_handle(struct device *dev, const void *handle) in device_match_acpi_handle() function5056 EXPORT_SYMBOL(device_match_acpi_handle);
Completed in 18 milliseconds