Home
last modified time | relevance | path

Searched refs:acpi_dev_get_property_array (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/acpi/
Dproperty.c101 ret = acpi_dev_get_property_array(adev, "compatible", ACPI_TYPE_STRING, in acpi_init_of_compatible()
248 int acpi_dev_get_property_array(struct acpi_device *adev, const char *name, in acpi_dev_get_property_array() function
270 EXPORT_SYMBOL_GPL(acpi_dev_get_property_array);
517 ret = acpi_dev_get_property_array(adev, propname, ACPI_TYPE_ANY, &obj); in acpi_dev_prop_read()
/linux-4.1.27/include/linux/
Dacpi.h747 int acpi_dev_get_property_array(struct acpi_device *adev, const char *name,
770 static inline int acpi_dev_get_property_array(struct acpi_device *adev, in acpi_dev_get_property_array() function