Home
last modified time | relevance | path

Searched refs:oem_revision (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dspcr.c39 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()
H A Dutils.c914 (plat->pred == less_than_or_equal && hdr.oem_revision <= plat->oem_revision) || in acpi_match_platform_list()
915 (plat->pred == greater_than_or_equal && hdr.oem_revision >= plat->oem_revision) || in acpi_match_platform_list()
916 (plat->pred == equal && hdr.oem_revision == plat->oem_revision)) in acpi_match_platform_list()
H A Dpci_mcfg.c29 u32 oem_revision; member
185 f->oem_revision == mcfg_oem_revision && in pci_mcfg_quirk_matches()
299 mcfg_oem_revision = header->oem_revision; in pci_mcfg_parse()
H A Dacpi_configfs.c159 return sprintf(str, "%d\n", h->oem_revision); in acpi_table_oem_revision_show()
189 CONFIGFS_ATTR_RO(acpi_table_, oem_revision);
H A Dblacklist.c55 acpi_blacklist[i].oem_revision); in acpi_blacklisted()
H A Dtables.c665 existing_table->oem_revision >= table->oem_revision) { in acpi_table_initrd_override()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcppc_cpufreq.c45 u32 oem_revision; member
52 .oem_revision = 0,
56 .oem_revision = 0,
441 wa_info[i].oem_revision == tbl->oem_revision) { in cppc_check_hisi_workaround()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-nhlt.c141 nhlt->header.oem_revision); in skl_nhlt_update_topology_bin()
145 nhlt->header.oem_revision, "-tplg.bin"); in skl_nhlt_update_topology_bin()
163 nhlt->header.oem_revision); in skl_nhlt_platform_id_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h58 uint32_t oem_revision; member
307 uint32_t oem_revision; member
H A Dkfd_topology.h187 uint32_t oem_revision; member
H A Dkfd_crat.c522 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()
990 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu()
H A Dkfd_topology.c912 sys_props.platform_rev = dev->oem_revision; in kfd_update_system_properties()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Darm_arch_timer.c208 u32 oem_revision; member
304 .oem_revision = 0,
309 .oem_revision = 0,
314 .oem_revision = 0,
525 info->oem_revision == table->oem_revision) in arch_timer_check_acpi_oem_erratum()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dsfi.h141 uint32_t oem_revision; member
H A Dacpi_table.h42 u32 oem_revision; /* OEM revision number */ member
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dtbprint.c132 local_header.oem_revision, in acpi_tb_print_table_header()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-acpi45 oem_revision
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dsfi.c125 entry->oem_revision = 1; in sfi_write_xsdt()
H A Dacpi_table.c66 header->oem_revision = U_BOOT_BUILD_DATE; in acpi_fill_header()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl.h75 u32 oem_revision; /* OEM revision number */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h637 u32 oem_revision; member
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dasus-laptop.c901 snprintf(buf, 16, "%x", asus->dsdt_info->oem_revision); in infos_show()