Searched refs:acpiid (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/sound/soc/codecs/ |
D | rt298.c | 1184 const struct acpi_device_id *acpiid; in rt298_i2c_probe() local 1229 acpiid = acpi_match_device(dev->driver->acpi_match_table, dev); in rt298_i2c_probe() 1230 if (acpiid && acpiid->driver_data) { in rt298_i2c_probe() 1232 acpiid->driver_data; in rt298_i2c_probe()
|
/linux-6.6.21/drivers/iommu/amd/ |
D | init.c | 3616 char acpiid[ACPIID_LEN] = {0}; in parse_ivrs_acpihid() local 3630 if (sscanf(str, "[%x:%x.%x]=%s", &bus, &dev, &fn, acpiid) == 4 || in parse_ivrs_acpihid() 3631 sscanf(str, "[%x:%x:%x.%x]=%s", &seg, &bus, &dev, &fn, acpiid) == 5) { in parse_ivrs_acpihid() 3633 str, acpiid, seg, bus, dev, fn); in parse_ivrs_acpihid() 3645 if (sscanf(str, "=%s", acpiid) != 1) in parse_ivrs_acpihid() 3657 p = acpiid; in parse_ivrs_acpihid()
|
/linux-6.6.21/arch/x86/kernel/acpi/ |
D | boot.c | 174 static int acpi_register_lapic(int id, u32 acpiid, u8 enabled) in acpi_register_lapic() argument 190 early_per_cpu(x86_cpu_to_acpiid, cpu) = acpiid; in acpi_register_lapic()
|