Searched refs:oem_revision (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/acpi/ |
D | spcr.c | 43 h->oem_revision == 1) in qdf2400_erratum_44_present() 66 ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 0) in xgene_8250_erratum_present() 70 ACPI_OEM_TABLE_ID_SIZE) && tb->header.oem_revision == 1) in xgene_8250_erratum_present()
|
D | pci_mcfg.c | 40 u32 oem_revision; member 156 f->oem_revision == mcfg_oem_revision && in pci_mcfg_quirk_matches() 270 mcfg_oem_revision = header->oem_revision; in pci_mcfg_parse()
|
D | utils.c | 874 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat->oem_revision) || in acpi_match_platform_list() 875 (plat->pred == greater_than_or_equal && hdr.oem_revision >= plat->oem_revision) || in acpi_match_platform_list() 876 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
|
D | acpi_configfs.c | 162 return sprintf(str, "%d\n", h->oem_revision); in acpi_table_oem_revision_show() 191 CONFIGFS_ATTR_RO(acpi_table_, oem_revision);
|
D | blacklist.c | 66 acpi_blacklist[i].oem_revision); in acpi_blacklisted()
|
D | tables.c | 624 existing_table->oem_revision >= table->oem_revision) { in acpi_table_initrd_override()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.h | 58 uint32_t oem_revision; member 300 uint32_t oem_revision; member
|
D | kfd_topology.h | 169 uint32_t oem_revision; member
|
D | kfd_crat.c | 511 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table() 934 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu()
|
D | kfd_topology.c | 859 sys_props.platform_rev = dev->oem_revision; in kfd_update_system_properties()
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-nhlt.c | 236 nhlt->header.oem_revision); in skl_nhlt_update_topology_bin() 240 nhlt->header.oem_revision, "-tplg.bin"); in skl_nhlt_update_topology_bin() 258 nhlt->header.oem_revision); in skl_nhlt_platform_id_show()
|
/Linux-v4.19/drivers/clocksource/ |
D | arm_arch_timer.c | 190 u32 oem_revision; member 286 .oem_revision = 0, 291 .oem_revision = 0, 296 .oem_revision = 0, 445 info->oem_revision == table->oem_revision) in arch_timer_check_acpi_oem_erratum()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | tbprint.c | 132 local_header.oem_revision, in acpi_tb_print_table_header()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-acpi | 34 oem_revision - OEM revision number
|
/Linux-v4.19/arch/ia64/sn/kernel/ |
D | io_common.c | 468 sn_acpi_rev = header->oem_revision; in sn_io_early_init() 495 header->oem_revision); in sn_io_early_init()
|
/Linux-v4.19/include/acpi/ |
D | actbl.h | 74 u32 oem_revision; /* OEM revision number */ member
|
/Linux-v4.19/include/linux/ |
D | acpi.h | 575 u32 oem_revision; member
|
/Linux-v4.19/drivers/platform/x86/ |
D | asus-laptop.c | 923 snprintf(buf, 16, "%x", asus->dsdt_info->oem_revision); in infos_show()
|