Lines Matching refs:Length
242 rt_buffer.Length = ACPI_DEBUG_BUFFER_SIZE; in acpi_get_irq_table()
309 rt_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in dev_resource_enum_callback()
442 rt_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_current_resource_get()
478 rt_buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in acpi_possible_resource_get()
511 if (!res->Length) { in acpi_resource_parse()
571 if (!res->Length) { in acpi_device_type_get()
604 !child_dev->dev_info->HardwareId.Length) { in acpi_device_get()
609 if (child_dev->dev_info->UniqueId.Length) { in acpi_device_get()
659 offset += subtable->Length; in acpi_get_subtable_entry_num()
662 if (!subtable->Length) { in acpi_get_subtable_entry_num()
682 while (offset < madt->Length) { in acpi_madt_entry_get()
687 madt->Length); in acpi_madt_entry_get()
691 offset += subtable->Length; in acpi_madt_entry_get()
711 while (offset < dmar->Header.Length) { in acpi_dmar_entry_get()
716 offset += subtable->Length; in acpi_dmar_entry_get()
742 scope_size = drdh->Length - sizeof(ACPI_DMAR_HARDWARE_UNIT); in acpi_drhd_get()
751 if (!subtable->Length) { in acpi_drhd_get()
756 num_path = (subtable->Length - 6u) / 2u; in acpi_drhd_get()
773 offset += subtable->Length; in acpi_drhd_get()
775 if (scope_size < subtable->Length) { in acpi_drhd_get()
778 scope_size -= subtable->Length; in acpi_drhd_get()