/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | tbfind.c | 22 * oem_id - String with the table OEM ID 35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() 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() 34 acpi_tb_find_table(char *signature, char *oem_id, char *oem_table_id, u32 *table_index) acpi_tb_find_table() argument
|
H A D | tbprint.c | 73 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-6.6/drivers/acpi/acpica/ |
H A D | tbfind.c | 22 * oem_id - String with the table OEM ID 35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() 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() 34 acpi_tb_find_table(char *signature, char *oem_id, char *oem_table_id, u32 *table_index) acpi_tb_find_table() argument
|
H A D | tbprint.c | 74 acpi_tb_fix_string(out_header->oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_cleanup_table_header() 110 memcpy(local_header.oem_id, in acpi_tb_print_table_header() 111 ACPI_CAST_PTR(struct acpi_table_rsdp, header)->oem_id, in acpi_tb_print_table_header() 113 acpi_tb_fix_string(local_header.oem_id, ACPI_OEM_ID_SIZE); in acpi_tb_print_table_header() 123 local_header.oem_id)); in acpi_tb_print_table_header() 133 local_header.oem_id, local_header.oem_table_id, in acpi_tb_print_table_header()
|
/kernel/linux/linux-5.10/drivers/sfi/ |
H A D | sfi_core.c | 126 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()
|
H A D | sfi_acpi.c | 152 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()
|
H A D | sfi_core.h | 63 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/ |
H A D | smtinit.c | 34 #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]
|
H A D | drvfbi.c | 53 * +------------------------------ the patched oem_id must be 59 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-6.6/drivers/net/fddi/skfp/ |
H A D | smtinit.c | 30 #define OEMID(smc,i) oem_id[i] 31 extern u_char oem_id[] ; 33 #define OEMID(smc,i) smc->hw.oem_id->oi_mark[i]
|
H A D | drvfbi.c | 49 * +------------------------------ the patched oem_id must be 55 const u_char oem_id[] = "xPOS_ID:xxxx" ; variable 57 const u_char oem_id[] = OEM_ID ; variable 60 #define OEMID(smc,i) oem_id[ID_BYTE0 + i] 66 #define OEMID(smc,i) smc->hw.oem_id->oi_id[i] 503 smc->hw.oem_id = 0 ; in set_oi_id_def() 528 smc->hw.oem_id = (struct s_oem_ids *) &oem_ids[sel_id] ; in set_oi_id_def()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | probe_64.c | 31 int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in default_acpi_madt_oem_check() argument 36 if ((*drv)->acpi_madt_oem_check(oem_id, oem_table_id)) { in default_acpi_madt_oem_check()
|
H A D | apic_flat_64.c | 26 static int flat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in flat_acpi_madt_oem_check() argument 121 static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in physflat_acpi_madt_oem_check() argument 135 if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) { in physflat_acpi_madt_oem_check()
|
H A D | apic_numachip.c | 198 static int numachip1_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip1_acpi_madt_oem_check() argument 200 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip1_acpi_madt_oem_check() 209 static int numachip2_acpi_madt_oem_check(char *oem_id, char *oem_table_id) in numachip2_acpi_madt_oem_check() argument 211 if ((strncmp(oem_id, "NUMASC", 6) != 0) || in numachip2_acpi_madt_oem_check()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | probe_64.c | 37 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()
|
H A D | apic_numachip.c | 209 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()
|
H A D | apic_flat_64.c | 26 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sfi_acpi.h | 66 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
|
H A D | sfi.h | 100 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
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | spcr.c | 32 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()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | spcr.c | 32 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.c | 2113 if (rtlhal->oem_id == RT_CID_DEFAULT) { in _rtl8723be_read_adapter_info() 2147 rtlhal->oem_id = RT_CID_TOSHIBA; in _rtl8723be_read_adapter_info() 2149 rtlhal->oem_id = RT_CID_819X_ACER; in _rtl8723be_read_adapter_info() 2152 rtlhal->oem_id = RT_CID_819X_SAMSUNG; in _rtl8723be_read_adapter_info() 2155 rtlhal->oem_id = RT_CID_819X_LENOVO; in _rtl8723be_read_adapter_info() 2160 rtlhal->oem_id = RT_CID_819X_CLEVO; in _rtl8723be_read_adapter_info() 2169 rtlhal->oem_id = RT_CID_819X_DELL; in _rtl8723be_read_adapter_info() 2172 rtlhal->oem_id = RT_CID_819X_HP; in _rtl8723be_read_adapter_info() 2175 rtlhal->oem_id = RT_CID_819X_QMI; in _rtl8723be_read_adapter_info() 2178 rtlhal->oem_id in _rtl8723be_read_adapter_info() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | hw.c | 2113 if (rtlhal->oem_id == RT_CID_DEFAULT) { in _rtl8723be_read_adapter_info() 2147 rtlhal->oem_id = RT_CID_TOSHIBA; in _rtl8723be_read_adapter_info() 2149 rtlhal->oem_id = RT_CID_819X_ACER; in _rtl8723be_read_adapter_info() 2152 rtlhal->oem_id = RT_CID_819X_SAMSUNG; in _rtl8723be_read_adapter_info() 2155 rtlhal->oem_id = RT_CID_819X_LENOVO; in _rtl8723be_read_adapter_info() 2160 rtlhal->oem_id = RT_CID_819X_CLEVO; in _rtl8723be_read_adapter_info() 2169 rtlhal->oem_id = RT_CID_819X_DELL; in _rtl8723be_read_adapter_info() 2172 rtlhal->oem_id = RT_CID_819X_HP; in _rtl8723be_read_adapter_info() 2175 rtlhal->oem_id = RT_CID_819X_QMI; in _rtl8723be_read_adapter_info() 2178 rtlhal->oem_id in _rtl8723be_read_adapter_info() [all...] |
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actbl.h | 73 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-6.6/include/acpi/ |
H A D | actbl.h | 73 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
|