Home
last modified time | relevance | path

Searched refs:device_match_acpi_handle (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/device/
H A Dbus.h140 int device_match_acpi_handle(struct device *dev, const void *handle);
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c132 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()
/openbmc/linux/drivers/i2c/
H A Di2c-core-acpi.c453 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
/openbmc/linux/drivers/base/
H A Dcore.c5178 int device_match_acpi_handle(struct device *dev, const void *handle) in device_match_acpi_handle() function
5182 EXPORT_SYMBOL(device_match_acpi_handle);