Searched refs:extra_desc (Results 1 – 3 of 3) sorted by relevance
148 union acpi_operand_object *extra_desc; in acpi_ds_get_buffer_field_arguments() local160 extra_desc = acpi_ns_get_secondary_object(obj_desc); in acpi_ds_get_buffer_field_arguments()172 extra_desc->extra.aml_length, in acpi_ds_get_buffer_field_arguments()173 extra_desc->extra.aml_start); in acpi_ds_get_buffer_field_arguments()193 union acpi_operand_object *extra_desc; in acpi_ds_get_bank_field_arguments() local205 extra_desc = acpi_ns_get_secondary_object(obj_desc); in acpi_ds_get_bank_field_arguments()217 extra_desc->extra.aml_length, in acpi_ds_get_bank_field_arguments()218 extra_desc->extra.aml_start); in acpi_ds_get_bank_field_arguments()336 union acpi_operand_object *extra_desc; in acpi_ds_get_region_arguments() local344 extra_desc = acpi_ns_get_secondary_object(obj_desc); in acpi_ds_get_region_arguments()[all …]
309 extra_desc = ''311 extra_desc += ' Supports address when precise'313 extra_desc += '.'315 extra_desc += ' Spec update: ' + jd['Errata']336 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '356 if self.desc and extra_desc:357 self.desc += extra_desc358 if self.long_desc and extra_desc:359 self.long_desc += extra_desc
306 const char *extra_desc = NULL; in notify_of_pool_mode_change() local311 extra_desc = " (queue IO)"; in notify_of_pool_mode_change()313 extra_desc = " (error IO)"; in notify_of_pool_mode_change()319 descs[(int)mode], extra_desc ? : ""); in notify_of_pool_mode_change()