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() local172 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() local217 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() local345 if (!extra_desc) { in acpi_ds_get_region_arguments()359 extra_desc->extra.aml_start)); in acpi_ds_get_region_arguments()364 extra_desc->extra.aml_length, in acpi_ds_get_region_arguments()[all …]
331 extra_desc = ''333 extra_desc += ' Supports address when precise'335 extra_desc += '.'337 extra_desc += ' Spec update: ' + jd['Errata']358 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '390 if self.desc and extra_desc:391 self.desc += extra_desc392 if self.long_desc and extra_desc:393 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()