Lines Matching refs:andd
469 struct acpi_dmar_andd *andd = (void *)header;
472 if (strnlen(andd->device_name, header->length - 8) == header->length - 8) {
482 pr_info("ANDD device: %x name: %s\n", andd->device_number,
483 andd->device_name);
772 struct acpi_dmar_andd *andd;
777 for (andd = (void *)dmar_tbl + sizeof(struct acpi_table_dmar);
778 ((unsigned long)andd) < ((unsigned long)dmar_tbl) + dmar_tbl->length;
779 andd = ((void *)andd) + andd->header.length) {
780 if (andd->header.type == ACPI_DMAR_TYPE_NAMESPACE) {
785 andd->device_name,
788 andd->device_name);
794 andd->device_name);
797 dmar_acpi_insert_dev_scope(andd->device_number, adev);