Home
last modified time | relevance | path

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

/linux/include/linux/device/
H A Dbus.h148 int device_match_acpi_handle(struct device *dev, const void *handle);
/linux/drivers/i2c/
H A Di2c-core-acpi.c253 if (!device_match_acpi_handle(&adapter->dev, lookup.adapter_handle)) in i2c_acpi_get_info()
454 dev = bus_find_device(&i2c_bus_type, NULL, handle, device_match_acpi_handle); in i2c_acpi_find_adapter_by_handle()
/linux/drivers/gpio/
H A Dgpiolib-acpi-core.c98 if (device_match_acpi_handle(&gc->gpiodev->dev, data)) in acpi_gpiochip_find()
112 return device_match_acpi_handle(gc->parent, data); in acpi_gpiochip_find()
/linux/drivers/tty/serdev/
H A Dcore.c662 if (!device_match_acpi_handle(ctrl->host, lookup.controller_handle)) in acpi_serdev_check_resources()
/linux/drivers/spi/
H A Dspi.c2833 if (!device_match_acpi_handle(ctlr->dev.parent, parent_handle)) in acpi_spi_add_resource()
2932 device_match_acpi_handle(lookup.ctlr->dev.parent, parent_handle)) { in acpi_spi_device_alloc()
/linux/drivers/base/
H A Dcore.c5342 int device_match_acpi_handle(struct device *dev, const void *handle) in device_match_acpi_handle() function
5346 EXPORT_SYMBOL(device_match_acpi_handle);