Home
last modified time | relevance | path

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

/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 …]
/drivers/md/
Ddm-thin.c305 const char *extra_desc = NULL; in notify_of_pool_mode_change() local
310 extra_desc = " (queue IO)"; in notify_of_pool_mode_change()
312 extra_desc = " (error IO)"; in notify_of_pool_mode_change()
318 descs[(int)mode], extra_desc ? : ""); in notify_of_pool_mode_change()