Home
last modified time | relevance | path

Searched refs:AOPOBJ_DATA_VALID (Results 1 – 18 of 18) sorted by relevance

/linux-6.3-rc2/drivers/acpi/acpica/
A Ddsargs.c154 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ds_get_buffer_field_arguments()
199 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ds_get_bank_field_arguments()
249 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ds_get_buffer_arguments()
293 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ds_get_package_arguments()
340 if (obj_desc->region.flags & AOPOBJ_DATA_VALID) { in acpi_ds_get_region_arguments()
A Dexconfig.c61 obj_desc->common.flags |= AOPOBJ_DATA_VALID; in acpi_ex_add_table()
323 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_load_op()
527 (!(ddb_handle->common.flags & AOPOBJ_DATA_VALID))) { in acpi_ex_unload_table()
548 ddb_handle->common.flags &= ~AOPOBJ_DATA_VALID; in acpi_ex_unload_table()
A Ddspkginit.c101 if (obj_desc->package.flags & AOPOBJ_DATA_VALID) { /* Just in case */ in acpi_ds_build_internal_package_obj()
304 obj_desc->package.flags |= AOPOBJ_DATA_VALID; in acpi_ds_build_internal_package_obj()
361 source_object->package.flags |= AOPOBJ_DATA_VALID; in acpi_ds_init_package_element()
A Dnsinit.c275 if (obj_desc->package.flags & AOPOBJ_DATA_VALID) { in acpi_ns_init_one_package()
291 obj_desc->package.flags |= AOPOBJ_DATA_VALID; in acpi_ns_init_one_package()
376 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ns_init_one_object()
A Dnsdump.c273 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ns_dump_one_object()
283 if (obj_desc->common.flags & AOPOBJ_DATA_VALID) { in acpi_ns_dump_one_object()
317 if (obj_desc->region.flags & AOPOBJ_DATA_VALID) { in acpi_ns_dump_one_object()
A Ddsopcode.c247 obj_desc->buffer_field.flags |= AOPOBJ_DATA_VALID; in acpi_ds_init_buffer_field()
440 obj_desc->region.flags |= AOPOBJ_DATA_VALID; in acpi_ds_eval_region_operands()
543 obj_desc->region.flags |= AOPOBJ_DATA_VALID; in acpi_ds_eval_table_region_operands()
A Dexfield.c130 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_read_data_from_field()
288 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_write_data_to_field()
A Dexfldio.c85 if (!(rgn_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_setup_region()
109 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_setup_region()
375 if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_field_datum_io()
A Dexoparg3.c222 return_desc->buffer.flags |= AOPOBJ_DATA_VALID; in acpi_ex_opcode_3A_1T_1R()
A Dutcopy.c494 internal_object->buffer.flags |= AOPOBJ_DATA_VALID; in acpi_ut_copy_esimple_to_isimple()
583 package_object->package.flags |= AOPOBJ_DATA_VALID; in acpi_ut_copy_epackage_to_ipackage()
A Dacobject.h61 #define AOPOBJ_DATA_VALID 0x04 /* Object is initialized and data is valid */ macro
A Dexconvrt.c239 return_desc->common.flags |= AOPOBJ_DATA_VALID; in acpi_ex_convert_to_buffer()
A Drsutils.c741 args[0]->common.flags = AOPOBJ_DATA_VALID; in acpi_rs_set_srs_method_data()
A Dutobject.c233 buffer_desc->buffer.flags |= AOPOBJ_DATA_VALID; in acpi_ut_create_buffer_object()
A Dexprep.c440 if (!(second_desc->common.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_prep_field_value()
A Ddsobject.c233 obj_desc->buffer.flags |= AOPOBJ_DATA_VALID; in acpi_ds_build_internal_buffer_obj()
A Dnsaccess.c157 obj_desc->common.flags |= AOPOBJ_DATA_VALID; in acpi_ns_root_initialize()
A Dexdump.c747 if (!(obj_desc->region.flags & AOPOBJ_DATA_VALID)) { in acpi_ex_dump_operand()

Completed in 27 milliseconds