Home
last modified time | relevance | path

Searched refs:ACPI_ALLOCATE_LOCAL_BUFFER (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/acpi/acpica/
Dutalloc.c263 (buffer->length == ACPI_ALLOCATE_LOCAL_BUFFER)) { in acpi_ut_validate_buffer()
330 case ACPI_ALLOCATE_LOCAL_BUFFER: in acpi_ut_initialize_buffer()
Ddbnames.c320 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_db_walk_and_match_name()
541 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_db_walk_for_fields()
552 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_db_walk_for_fields()
611 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_db_walk_for_specific_objects()
955 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_db_bus_walk()
Dnsdumpdv.c48 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_ns_dump_one_device()
Ddbcmds.c669 new_aml.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_dm_test_resource_conversion()
670 return_buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_dm_test_resource_conversion()
671 resource_buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_dm_test_resource_conversion()
848 return_buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_db_device_resources()
Ddsdebug.c56 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_ds_print_node_pathname()
Dutmisc.c348 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_ut_display_init_pathname()
Drsutils.c720 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_rs_set_srs_method_data()
Drsxface.c615 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in ACPI_EXPORT_SYMBOL()
Dnsutils.c50 buffer.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_ns_print_node_pathname()
Dexdump.c972 ret_buf.length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_ex_dump_reference_obj()
/linux-6.6.21/include/acpi/
Dactypes.h969 #define ACPI_ALLOCATE_LOCAL_BUFFER (acpi_size) (0) macro
974 #define ACPI_ALLOCATE_LOCAL_BUFFER (acpi_size) (-2) /* For internal use only (enables tracking) */ macro