Searched refs:acpi_device_dep (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/acpi/
H A Dutils.c454 * acpi_device_dep - Check ACPI device dependency
461 bool acpi_device_dep(acpi_handle target, acpi_handle match) function
485 EXPORT_SYMBOL_GPL(acpi_device_dep); variable
/linux-master/drivers/acpi/x86/
H A Dlpss.c577 || acpi_device_dep(ACPI_HANDLE(dev2), ACPI_HANDLE(dev1)))
593 || acpi_device_dep(ACPI_HANDLE(dev1), ACPI_HANDLE(dev2)))
/linux-master/drivers/platform/surface/
H A Dsurface_acpi_notify.c747 if (!acpi_device_dep(handle, ACPI_HANDLE(&pdev->dev)))
/linux-master/include/acpi/
H A Dacpi_bus.h41 bool acpi_device_dep(acpi_handle target, acpi_handle match);

Completed in 1096 milliseconds