Lines Matching refs:resource_index
148 u8 resource_index;
172 acpi_ut_validate_resource(walk_state, aml, &resource_index);
189 user_function(aml, length, offset, resource_index,
237 &resource_index);
239 user_function(end_tag, 2, offset, resource_index, context);
271 u8 resource_index;
298 resource_index = (u8) (resource_type - 0x70);
304 resource_index = (u8)
312 if (!acpi_gbl_resource_types[resource_index]) {
321 minimum_resource_length = acpi_gbl_resource_aml_sizes[resource_index];
325 switch (acpi_gbl_resource_types[resource_index]) {
386 *return_index = resource_index;