Home
last modified time | relevance | path

Searched refs:acpi_dev_get_property_reference (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dproperty.c289 int acpi_dev_get_property_reference(struct acpi_device *adev, in acpi_dev_get_property_reference() function
373 EXPORT_SYMBOL_GPL(acpi_dev_get_property_reference);
/linux-4.1.27/include/linux/
Dacpi.h750 int acpi_dev_get_property_reference(struct acpi_device *adev,
777 static inline int acpi_dev_get_property_reference(struct acpi_device *adev, in acpi_dev_get_property_reference() function
/linux-4.1.27/drivers/gpio/
Dgpiolib-acpi.c468 ret = acpi_dev_get_property_reference(adev, propname, in acpi_get_gpiod_by_index()