Home
last modified time | relevance | path

Searched refs:oem_id (Results 1 – 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dtbfind.c35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() argument
51 if ((strlen(oem_id) > ACPI_OEM_ID_SIZE) || in acpi_tb_find_table()
60 strncpy(header.oem_id, oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_find_table()
97 header.signature, ACPI_NAMESEG_SIZE) && (!oem_id[0] in acpi_tb_find_table()
102 pointer->oem_id, in acpi_tb_find_table()
103 header.oem_id, in acpi_tb_find_table()
Dtbprint.c73 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header()
108 memcpy(local_header.oem_id, in acpi_tb_print_table_header()
109 ACPI_CAST_PTR(struct acpi_table_rsdp, header)->oem_id, in acpi_tb_print_table_header()
111 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_print_table_header()
121 local_header.oem_id)); in acpi_tb_print_table_header()
131 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
/kernel/linux/linux-5.10/drivers/sfi/
Dsfi_core.c126 header->len, header->rev, header->oem_id, in sfi_print_table_header()
205 || (key->oem_id && strncmp(th->oem_id, in sfi_table_check_key()
206 key->oem_id, SFI_OEM_ID_SIZE)) in sfi_table_check_key()
281 int sfi_table_parse(char *signature, char *oem_id, char *oem_table_id, in sfi_table_parse() argument
292 key.oem_id = oem_id; in sfi_table_parse()
401 key.oem_id = NULL; in sfi_table_show()
Dsfi_acpi.c152 int sfi_acpi_table_parse(char *signature, char *oem_id, char *oem_table_id, in sfi_acpi_table_parse() argument
163 key.oem_id = oem_id; in sfi_acpi_table_parse()
186 key.oem_id = NULL; in sfi_acpi_table_show()
Dsfi_core.h63 char *oem_id; member
73 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
Dsmtinit.c34 #define OEMID(smc,i) oem_id[i]
35 extern u_char oem_id[] ;
37 #define OEMID(smc,i) smc->hw.oem_id->oi_mark[i]
Ddrvfbi.c59 const u_char oem_id[] = "xPOS_ID:xxxx" ; variable
61 const u_char oem_id[] = OEM_ID ; variable
64 #define OEMID(smc,i) oem_id[ID_BYTE0 + i]
70 #define OEMID(smc,i) smc->hw.oem_id->oi_id[i]
507 smc->hw.oem_id = 0 ; in set_oi_id_def()
532 smc->hw.oem_id = (struct s_oem_ids *) &oem_ids[sel_id] ; in set_oi_id_def()
/kernel/linux/linux-5.10/include/linux/
Dsfi.h100 char oem_id[SFI_OEM_ID_SIZE]; member
180 extern int sfi_table_parse(char *signature, char *oem_id, char *oem_table_id,
201 static inline int sfi_table_parse(char *signature, char *oem_id, in sfi_table_parse() argument
Dsfi_acpi.h66 extern int sfi_acpi_table_parse(char *signature, char *oem_id,
79 static inline int sfi_acpi_table_parse(char *signature, char *oem_id, in sfi_acpi_table_parse() argument
/kernel/linux/linux-5.10/drivers/acpi/
Dspcr.c32 if (memcmp(h->oem_id, "QCOM ", ACPI_OEM_ID_SIZE)) in qdf2400_erratum_44_present()
57 if (memcmp(tb->header.oem_id, "APMC0D", ACPI_OEM_ID_SIZE) && in xgene_8250_erratum_present()
58 memcmp(tb->header.oem_id, "HPE ", ACPI_OEM_ID_SIZE)) in xgene_8250_erratum_present()
Dpci_mcfg.c27 char oem_id[ACPI_OEM_ID_SIZE + 1]; member
177 if (!memcmp(f->oem_id, mcfg_oem_id, ACPI_OEM_ID_SIZE) && in pci_mcfg_quirk_matches()
292 memcpy(mcfg_oem_id, header->oem_id, ACPI_OEM_ID_SIZE); in pci_mcfg_parse()
Dacpi_configfs.c139 return sprintf(str, "%.*s\n", ACPI_OEM_ID_SIZE, h->oem_id); in acpi_table_oem_id_show()
187 CONFIGFS_ATTR_RO(acpi_table_, oem_id);
Dblacklist.c53 acpi_blacklist[i].oem_id, in acpi_blacklisted()
Dtables.c653 memcmp(table->oem_id, existing_table->oem_id, in acpi_table_initrd_override()
673 table->signature, table->oem_id, in acpi_table_initrd_override()
723 table->signature, table->oem_id, in acpi_table_initrd_scan()
/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dprobe_64.c37 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument
42 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
Dapic_numachip.c209 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument
211 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip1_acpi_madt_oem_check()
220 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument
222 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip2_acpi_madt_oem_check()
Dapic_flat_64.c26 static int flat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in flat_acpi_madt_oem_check() argument
160 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument
174 if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) { in physflat_acpi_madt_oem_check()
Dprobe_32.c194 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument
201 if (!(*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) in default_acpi_madt_oem_check()
/kernel/linux/linux-5.10/include/acpi/
Dactbl.h73 char oem_id[ACPI_OEM_ID_SIZE]; /* ASCII OEM identification */ member
108 char oem_id[ACPI_OEM_ID_SIZE]; /* OEM identification */ member
122 char oem_id[ACPI_OEM_ID_SIZE]; member
/kernel/linux/linux-5.10/drivers/cpufreq/
Dcppc_cpufreq.c43 char oem_id[ACPI_OEM_ID_SIZE + 1]; member
50 .oem_id = "HISI ",
54 .oem_id = "HISI ",
439 if (!memcmp(wa_info[i].oem_id, tbl->oem_id, ACPI_OEM_ID_SIZE) && in cppc_check_hisi_workaround()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhw.c1631 if (rtlhal->oem_id != RT_CID_DEFAULT) in _rtl8723e_read_adapter_info()
1655 rtlhal->oem_id = RT_CID_TOSHIBA; in _rtl8723e_read_adapter_info()
1661 rtlhal->oem_id = RT_CID_819X_SAMSUNG; in _rtl8723e_read_adapter_info()
1665 rtlhal->oem_id = RT_CID_819X_CLEVO; in _rtl8723e_read_adapter_info()
1668 rtlhal->oem_id = RT_CID_819X_PRONETS; in _rtl8723e_read_adapter_info()
1675 rtlhal->oem_id = RT_CID_819X_LENOVO; in _rtl8723e_read_adapter_info()
1680 rtlhal->oem_id = RT_CID_819X_ACER; in _rtl8723e_read_adapter_info()
1687 rtlhal->oem_id = RT_CID_819X_DELL; in _rtl8723e_read_adapter_info()
1694 rtlhal->oem_id = RT_CID_819X_HP; in _rtl8723e_read_adapter_info()
1700 rtlhal->oem_id = RT_CID_819X_QMI; in _rtl8723e_read_adapter_info()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.c2109 if (rtlhal->oem_id == RT_CID_DEFAULT) { in _rtl8723be_read_adapter_info()
2143 rtlhal->oem_id = RT_CID_TOSHIBA; in _rtl8723be_read_adapter_info()
2145 rtlhal->oem_id = RT_CID_819X_ACER; in _rtl8723be_read_adapter_info()
2148 rtlhal->oem_id = RT_CID_819X_SAMSUNG; in _rtl8723be_read_adapter_info()
2151 rtlhal->oem_id = RT_CID_819X_LENOVO; in _rtl8723be_read_adapter_info()
2156 rtlhal->oem_id = RT_CID_819X_CLEVO; in _rtl8723be_read_adapter_info()
2165 rtlhal->oem_id = RT_CID_819X_DELL; in _rtl8723be_read_adapter_info()
2168 rtlhal->oem_id = RT_CID_819X_HP; in _rtl8723be_read_adapter_info()
2171 rtlhal->oem_id = RT_CID_819X_QMI; in _rtl8723be_read_adapter_info()
2174 rtlhal->oem_id = RT_CID_819X_PRONETS; in _rtl8723be_read_adapter_info()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.h56 uint8_t oem_id[CRAT_OEMID_LENGTH]; member
305 uint8_t oem_id[CDIT_OEMID_LENGTH]; member
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl-nhlt.c140 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
144 skl->pci_id, nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_update_topology_bin()
162 nhlt->header.oem_id, nhlt->header.oem_table_id, in skl_nhlt_platform_id_show()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
Dtargethw.h129 struct s_oem_ids *oem_id ; /* pointer to selected id */ member

123