Lines Matching refs:resource_index
144 u8 resource_index;
168 acpi_ut_validate_resource(walk_state, aml, &resource_index);
185 user_function(aml, length, offset, resource_index,
233 &resource_index);
235 user_function(end_tag, 2, offset, resource_index, context);
267 u8 resource_index;
294 resource_index = (u8) (resource_type - 0x70);
300 resource_index = (u8)
308 if (!acpi_gbl_resource_types[resource_index]) {
317 minimum_resource_length = acpi_gbl_resource_aml_sizes[resource_index];
321 switch (acpi_gbl_resource_types[resource_index]) {
378 *return_index = resource_index;