Searched refs:oem_revision (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.6/drivers/acpi/ |
D | spcr.c | 39 h->oem_revision == 1) in qdf2400_erratum_44_present() 62 ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 0) in xgene_8250_erratum_present() 66 ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 1) in xgene_8250_erratum_present()
|
D | utils.c | 1020 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat->oem_revision) || in acpi_match_platform_list() 1021 (plat->pred == greater_than_or_equal && hdr.oem_revision >= plat->oem_revision) || in acpi_match_platform_list() 1022 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
|
D | pci_mcfg.c | 29 u32 oem_revision; member 197 f->oem_revision == mcfg_oem_revision && in pci_mcfg_quirk_matches() 311 mcfg_oem_revision = header->oem_revision; in pci_mcfg_parse()
|
D | acpi_configfs.c | 156 return sysfs_emit(str, "%d\n", h->oem_revision); in acpi_table_oem_revision_show() 186 CONFIGFS_ATTR_RO(acpi_table_, oem_revision);
|
D | blacklist.c | 57 acpi_blacklist[i].oem_revision); in acpi_blacklisted()
|
D | tables.c | 742 existing_table->oem_revision >= table->oem_revision) { in acpi_table_initrd_override()
|
/Linux-v6.6/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 39 nhlt->header.oem_revision); in skl_nhlt_update_topology_bin() 43 nhlt->header.oem_revision, "-tplg.bin"); in skl_nhlt_update_topology_bin() 61 nhlt->header.oem_revision); in platform_id_show()
|
/Linux-v6.6/drivers/cpufreq/ |
D | cppc_cpufreq.c | 49 u32 oem_revision; member 56 .oem_revision = 0, 60 .oem_revision = 0, 956 wa_info[i].oem_revision == tbl->oem_revision) { in cppc_check_hisi_workaround()
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | tbprint.c | 134 local_header.oem_revision, in acpi_tb_print_table_header()
|
/Linux-v6.6/drivers/clocksource/ |
D | arm_arch_timer.c | 266 u32 oem_revision; member 342 .oem_revision = 0, 347 .oem_revision = 0, 352 .oem_revision = 0, 552 info->oem_revision == table->oem_revision) in arch_timer_check_acpi_oem_erratum()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | configfs-acpi | 45 oem_revision
|
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.h | 159 uint32_t oem_revision; member
|
D | kfd_crat.h | 58 uint32_t oem_revision; member
|
D | kfd_crat.c | 1312 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table() 1713 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu()
|
D | kfd_topology.c | 964 sys_props.platform_rev = dev->oem_revision; in kfd_update_system_properties()
|
/Linux-v6.6/include/acpi/ |
D | actbl.h | 75 u32 oem_revision; /* OEM revision number */ member
|
/Linux-v6.6/include/linux/ |
D | acpi.h | 692 u32 oem_revision; member
|
/Linux-v6.6/drivers/platform/x86/ |
D | asus-laptop.c | 901 snprintf(buf, 16, "%x", asus->dsdt_info->oem_revision); in infos_show()
|