Searched refs:acpiid (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | rt298.c | 1183 const struct acpi_device_id *acpiid; in rt298_i2c_probe() local 1228 acpiid = acpi_match_device(dev->driver->acpi_match_table, dev); in rt298_i2c_probe() 1229 if (acpiid && acpiid->driver_data) { in rt298_i2c_probe() 1231 acpiid->driver_data; in rt298_i2c_probe()
|
/linux-6.12.1/drivers/iommu/amd/ |
D | init.c | 3597 char acpiid[ACPIID_LEN] = {0}; in parse_ivrs_acpihid() local 3611 if (sscanf(str, "[%x:%x.%x]=%s", &bus, &dev, &fn, acpiid) == 4 || in parse_ivrs_acpihid() 3612 sscanf(str, "[%x:%x:%x.%x]=%s", &seg, &bus, &dev, &fn, acpiid) == 5) { in parse_ivrs_acpihid() 3614 str, acpiid, seg, bus, dev, fn); in parse_ivrs_acpihid() 3626 if (sscanf(str, "=%s", acpiid) != 1) in parse_ivrs_acpihid() 3638 p = acpiid; in parse_ivrs_acpihid()
|