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 …]
255 extra_desc = ''257 extra_desc += ' Supports address when precise'259 extra_desc += '.'261 extra_desc += ' Spec update: ' + jd['Errata']276 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '296 if self.desc and extra_desc:297 self.desc += extra_desc298 if self.long_desc and extra_desc:299 self.long_desc += extra_desc
303 const char *extra_desc = NULL; in notify_of_pool_mode_change() local308 extra_desc = " (queue IO)"; in notify_of_pool_mode_change()310 extra_desc = " (error IO)"; in notify_of_pool_mode_change()316 descs[(int)mode], extra_desc ? : ""); in notify_of_pool_mode_change()