Searched refs:acpiid (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 3778 char acpiid[ACPIID_LEN + 1] = { }; /* size with NULL terminator */ in parse_ivrs_acpihid() local 3792 if (sscanf(str, "[%x:%x.%x]=%s", &bus, &dev, &fn, acpiid) == 4 || in parse_ivrs_acpihid() 3793 sscanf(str, "[%x:%x:%x.%x]=%s", &seg, &bus, &dev, &fn, acpiid) == 5) { in parse_ivrs_acpihid() 3795 str, acpiid, seg, bus, dev, fn); in parse_ivrs_acpihid() 3807 if (sscanf(str, "=%s", acpiid) != 1) in parse_ivrs_acpihid() 3819 p = acpiid; in parse_ivrs_acpihid()
|