Home
last modified time | relevance | path

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

/linux-6.15/include/linux/device/
H A Dbus.h142 int device_match_acpi_handle(struct device *dev, const void *handle);
/linux-6.15/drivers/base/test/
H A Dplatform-device-test.c243 KUNIT_EXPECT_FALSE(test, device_match_acpi_handle(&pdev->dev, NULL)); in platform_device_find_by_null_test()
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/drivers/tty/serdev/
H A Dcore.c658 if (!device_match_acpi_handle(ctrl->host, lookup.controller_handle)) in acpi_serdev_check_resources()
/linux-6.15/drivers/base/
H A Dcore.c5320 int device_match_acpi_handle(struct device *dev, const void *handle) in device_match_acpi_handle() function
5324 EXPORT_SYMBOL(device_match_acpi_handle);
/linux-6.15/drivers/spi/
H A Dspi.c2720 if (!device_match_acpi_handle(ctlr->dev.parent, parent_handle)) in acpi_spi_add_resource()
2819 device_match_acpi_handle(lookup.ctlr->dev.parent, parent_handle)) { in acpi_spi_device_alloc()