Lines Matching refs:andd
470 struct acpi_dmar_andd *andd = (void *)header;
473 if (strnlen(andd->device_name, header->length - 8) == header->length - 8) {
483 pr_info("ANDD device: %x name: %s\n", andd->device_number,
484 andd->device_name);
767 struct acpi_dmar_andd *andd;
772 for (andd = (void *)dmar_tbl + sizeof(struct acpi_table_dmar);
773 ((unsigned long)andd) < ((unsigned long)dmar_tbl) + dmar_tbl->length;
774 andd = ((void *)andd) + andd->header.length) {
775 if (andd->header.type == ACPI_DMAR_TYPE_NAMESPACE) {
780 andd->device_name,
783 andd->device_name);
788 andd->device_name);
791 dmar_acpi_insert_dev_scope(andd->device_number, adev);