Home
last modified time | relevance | path

Searched refs:extra_desc (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/acpi/acpica/
Ddsargs.c148 union acpi_operand_object *extra_desc; in acpi_ds_get_buffer_field_arguments() local
160 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() local
205 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() local
344 extra_desc = acpi_ns_get_secondary_object(obj_desc); in acpi_ds_get_region_arguments()
[all …]
/linux-6.12.1/tools/perf/pmu-events/
Djevents.py330 extra_desc = ''
332 extra_desc += ' Supports address when precise'
334 extra_desc += '.'
336 extra_desc += ' Spec update: ' + jd['Errata']
357 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '
389 if self.desc and extra_desc:
390 self.desc += extra_desc
391 if self.long_desc and extra_desc:
392 self.long_desc += extra_desc
/linux-6.12.1/drivers/md/
Ddm-thin.c306 const char *extra_desc = NULL; in notify_of_pool_mode_change() local
311 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()