Searched refs:device_match_acpi_handle (Results 1 – 4 of 4) sorted by relevance
140 int device_match_acpi_handle(struct device *dev, const void *handle);
132 if (device_match_acpi_handle(&gc->gpiodev->dev, data)) in acpi_gpiochip_find()146 return device_match_acpi_handle(gc->parent, data); in acpi_gpiochip_find()
453 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
5178 int device_match_acpi_handle(struct device *dev, const void *handle) in device_match_acpi_handle() function5182 EXPORT_SYMBOL(device_match_acpi_handle);