Lines Matching defs:index
851 * @index: Index of the reference to return
861 * If there's more than one reference in the property value package, @index is
877 * Calling this function with index %2 or index %3 return %-ENOENT. If the
884 const char *propname, size_t index, size_t num_args,
904 if (index)
924 * The index argument is then used to determine which reference
932 if (index >= obj->package.count)
947 ret = acpi_get_ref_args(idx == index ? args : NULL,
953 if (idx == index)
958 if (idx == index)
1493 unsigned int args_count, unsigned int index,
1496 return __acpi_node_get_property_reference(fwnode, prop, index,
1568 unsigned int index)
1573 ret = acpi_irq_get(ACPI_HANDLE_FWNODE(fwnode), index, &res);