Home
last modified time | relevance | path

Searched refs:acpiid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt298.c1187 const struct acpi_device_id *acpiid; in rt298_i2c_probe() local
1232 acpiid = acpi_match_device(dev->driver->acpi_match_table, dev); in rt298_i2c_probe()
1233 if (acpiid && acpiid->driver_data) { in rt298_i2c_probe()
1235 acpiid->driver_data; in rt298_i2c_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt298.c1184 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()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Dinit.c3133 char acpiid[ACPIID_LEN] = {0}; in parse_ivrs_acpihid() local
3147 if (sscanf(str, "[%x:%x.%x]=%s", &bus, &dev, &fn, acpiid) == 4 || in parse_ivrs_acpihid()
3148 sscanf(str, "[%x:%x:%x.%x]=%s", &seg, &bus, &dev, &fn, acpiid) == 5) { in parse_ivrs_acpihid()
3150 str, acpiid, seg, bus, dev, fn); in parse_ivrs_acpihid()
3156 /* We have the '@', make it the terminator to get just the acpiid */ in parse_ivrs_acpihid()
3162 if (sscanf(str, "=%s", acpiid) != 1) in parse_ivrs_acpihid()
3174 p = acpiid; in parse_ivrs_acpihid()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c3619 char acpiid[ACPIID_LEN] = {0}; in parse_ivrs_acpihid() local
3633 if (sscanf(str, "[%x:%x.%x]=%s", &bus, &dev, &fn, acpiid) == 4 || in parse_ivrs_acpihid()
3634 sscanf(str, "[%x:%x:%x.%x]=%s", &seg, &bus, &dev, &fn, acpiid) == 5) { in parse_ivrs_acpihid()
3636 str, acpiid, seg, bus, dev, fn); in parse_ivrs_acpihid()
3642 /* We have the '@', make it the terminator to get just the acpiid */ in parse_ivrs_acpihid()
3648 if (sscanf(str, "=%s", acpiid) != 1) in parse_ivrs_acpihid()
3660 p = acpiid; in parse_ivrs_acpihid()
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
H A Dboot.c156 * @acpiid: ACPI id to register
161 static int acpi_register_lapic(int id, u32 acpiid, u8 enabled) in acpi_register_lapic() argument
181 early_per_cpu(x86_cpu_to_acpiid, cpu) = acpiid; in acpi_register_lapic()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H A Dboot.c169 * @acpiid: ACPI id to register
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()

Completed in 15 milliseconds