Lines Matching defs:index
85 acpi_ns_remove_element(union acpi_operand_object *obj_desc, u32 index);
89 u32 count, u32 index, u8 sort_direction);
109 * _BCL: Values are tied to the Package index where they appear, and cannot
110 * be moved or sorted. These index values are used for _BQC and _BCM.
586 u32 index;
595 for (index = 0; index < element_count; index++, top_object_list++) {
606 * If the BIOS has erroneously reversed the _PRT source_name (index 2)
607 * and the source_index (index 3), fix it. _PRT is important enough to
621 index));
860 * index - Sort by which package element
874 u32 count, u32 index, u8 sort_direction)
886 obj_desc1 = elements[j - 1]->package.elements[index];
887 obj_desc2 = elements[j]->package.elements[index];
908 * index - Index of element to remove
917 acpi_ns_remove_element(union acpi_operand_object *obj_desc, u32 index)
933 /* Examine all elements of the package object, remove matched index */
936 if (i == index) {