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 …]
276 extra_desc = ''278 extra_desc += ' Supports address when precise'280 extra_desc += '.'282 extra_desc += ' Spec update: ' + jd['Errata']298 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '318 if self.desc and extra_desc:319 self.desc += extra_desc320 if self.long_desc and extra_desc:321 self.long_desc += extra_desc
304 const char *extra_desc = NULL; in notify_of_pool_mode_change() local309 extra_desc = " (queue IO)"; in notify_of_pool_mode_change()311 extra_desc = " (error IO)"; in notify_of_pool_mode_change()317 descs[(int)mode], extra_desc ? : ""); in notify_of_pool_mode_change()
Completed in 13 milliseconds