/linux-6.12.1/drivers/scsi/isci/ |
D | probe_roms.c | 25 /* probe_roms - scan for oem parameters */ 66 /* we think we found the OEM table */ in isci_request_oprom() 90 "OEM table checksum failed\n"); in isci_request_oprom() 94 /* keep going if that's not the oem param table */ in isci_request_oprom() 101 "OEM parameter table found in OROM\n"); in isci_request_oprom() 199 "Unable to obtain EFI var data for OEM parms\n"); in isci_get_efi_var() 207 "Invalid OEM header signature\n"); in isci_get_efi_var() 218 "OEM table checksum failed\n"); in isci_get_efi_var() 226 "Invalid OEM table signature\n"); in isci_get_efi_var()
|
D | init.c | 432 struct sci_oem_params *oem = &ihost->oem_parameters; in sci_oem_defaults() local 436 oem->controller.mode_type = SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE; in sci_oem_defaults() 439 oem->controller.max_concurr_spin_up = 1; in sci_oem_defaults() 442 oem->controller.do_enable_ssc = false; in sci_oem_defaults() 445 oem->controller.cable_selection_mask = 0; in sci_oem_defaults() 449 oem->ports[i].phy_mask = 0; in sci_oem_defaults() 466 oem->phys[i].sas_address.low = 0x1 + ihost->id; in sci_oem_defaults() 467 oem->phys[i].sas_address.high = 0x5FCFFFFF; in sci_oem_defaults() 509 /* sanity check platform (or 'firmware') oem parameters */ in isci_host_alloc() 512 dev_warn(&pdev->dev, "parsing firmware oem parameters failed\n"); in isci_host_alloc() [all …]
|
D | probe_roms.h | 155 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version); 182 #define ISCI_OEM_SIG "$OEM" 198 * defined by the OEM configuration parameters providing no PHY_MASK parameters 200 * MPC Manual PORT configuration mode is defined by the OEM configuration 227 * This bitfield indicates the OEM's desired default Tx
|
D | host.c | 95 * be specified by OEM parameter. 694 * per interval - 1 (once OEM parameters are supported). in sci_controller_get_suggested_start_timeout() 902 struct sci_oem_params *oem = &ihost->oem_parameters; in sci_controller_start_next_phy() local 920 if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) { in sci_controller_start_next_phy() 929 * the OEM parameters either configured the phy in sci_controller_start_next_phy() 1652 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version) in sci_oem_parameters_validate() argument 1657 if (oem->ports[i].phy_mask > SCIC_SDS_PARM_PHY_MASK_MAX) in sci_oem_parameters_validate() 1661 if (oem->phys[i].sas_address.high == 0 && in sci_oem_parameters_validate() 1662 oem->phys[i].sas_address.low == 0) in sci_oem_parameters_validate() 1665 if (oem->controller.mode_type == SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE) { in sci_oem_parameters_validate() [all …]
|
/linux-6.12.1/drivers/media/usb/au0828/ |
D | au0828-cards.c | 154 case 72201: /* WinTV-HVR950q (OEM, IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 155 case 72211: /* WinTV-HVR950q (OEM, IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 156 case 72221: /* WinTV-HVR950q (OEM, IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 157 case 72231: /* WinTV-HVR950q (OEM, IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 158 case 72241: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 160 case 72261: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 161 case 72271: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 162 case 72281: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM and analog video */ in hauppauge_eeprom() 164 case 72500: /* WinTV-HVR950q (OEM, No IR, ATSC/QAM */ in hauppauge_eeprom()
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | tbfind.c | 22 * oem_id - String with the table OEM ID 23 * oem_table_id - String with the OEM Table ID 29 * Signature, OEM ID and OEM Table ID. Returns an index that can 49 /* Don't allow the OEM strings to be too long */ in acpi_tb_find_table()
|
/linux-6.12.1/Documentation/firmware-guide/acpi/ |
D | osi.rst | 22 Linux runs on two groups of machines -- those that are tested by the OEM 41 What should an OEM do if they want to support Linux and Windows 45 In this case, the OEM should create custom ASL to be executed by the 51 _OSI("Linux-OEM-my_interface_name") 52 where 'OEM' is needed if this is an OEM-specific hook, 132 using it in untested BIOS flows. But some OEM's used _OSI("Linux")
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | configfs-acpi | 40 - ASCII OEM identification 43 - ASCII OEM table identification 46 - OEM revision number
|
/linux-6.12.1/net/ncsi/ |
D | internal.h | 78 /* OEM Vendor Manufacture ID */ 82 /* Intel specific OEM command */ 85 /* Broadcom specific OEM Command */ 87 /* Mellanox specific OEM Command */ 92 /* OEM Command payload lengths*/ 98 /* Offset in OEM request */ 101 /* Mac address offset in OEM response */ 324 unsigned int gma_flag; /* OEM GMA flag */ 363 unsigned char *data; /* NCSI OEM data */
|
D | ncsi-pkt.h | 89 __be32 oem_mode; /* OEM link mode */ 150 /* OEM Request Command as per NCSI Specification */ 154 unsigned char data[]; /* OEM Payload Data */ 157 /* OEM Response Packet as per NCSI Specification */ 176 unsigned char type; /* OEM Command type */ 183 unsigned char cmd; /* OEM Command ID */ 192 __be32 oem_status; /* OEM link status */ 353 __be32 oem_status; /* OEM link status */ 404 #define NCSI_PKT_CMD_OEM 0x50 /* OEM */
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | rfi.h | 29 * @oem: specifies if this is the default table or set by OEM 34 u8 oem; member
|
/linux-6.12.1/Documentation/admin-guide/acpi/ |
D | initrd_table_override.rst | 64 # And increase the OEM Revision. For example, before modification: 72 # (similar Table Signature, and similar OEMID, and similar OEM Table ID) 73 # with a more recent OEM Revision, the platform table will be upgraded by 75 # (dissimilar Table Signature, or dissimilar OEMID, or dissimilar OEM Table
|
/linux-6.12.1/Documentation/hwmon/ |
D | pmbus.rst | 41 http://www.lineagepower.com/oem/pdf/PDT003A0X.pdf 43 http://www.lineagepower.com/oem/pdf/PDT006A0X.pdf 45 http://www.lineagepower.com/oem/pdf/PDT012A0X.pdf 47 http://www.lineagepower.com/oem/pdf/UDT020A0X.pdf 49 http://www.lineagepower.com/oem/pdf/MDT040A0X.pdf
|
/linux-6.12.1/drivers/media/rc/ |
D | ir-xmp-decoder.c | 76 u8 addr, subaddr, subaddr2, toggle, oem, obc1, obc2, sum1, sum2; in ir_xmp_decode() local 118 oem = n[4] << 4 | n[5]; in ir_xmp_decode() 129 if (oem != 0x44) in ir_xmp_decode() 130 dev_dbg(&dev->dev, "Warning: OEM nibbles 0x%02X. Expected 0x44\n", in ir_xmp_decode() 131 oem); in ir_xmp_decode()
|
/linux-6.12.1/drivers/platform/surface/ |
D | surfacepro3_button.c | 24 #define MSHW0040_DSM_GET_OMPR 0x02 // get OEM Platform Revision 152 * device by checking for the _DSM method and OEM Platform Revision. 163 // get OEM platform revision in surface_button_check_MSHW0040() 181 dev_dbg(&dev->dev, "OEM Platform Revision %llu\n", oem_platform_rev); in surface_button_check_MSHW0040()
|
D | surface3_power.c | 86 char OEM[SURFACE_3_STRLEN]; member 204 .OEM = "", 259 /* get OEM name */ in mshw0011_bix() 266 snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf); in mshw0011_bix()
|
/linux-6.12.1/arch/x86/kernel/ |
D | mpparse.c | 140 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument 161 memcpy(oem, mpc->oem, 8); in smp_check_mpc() 162 oem[8] = 0; in smp_check_mpc() 163 pr_info("MPTABLE: OEM ID: %s\n", oem); in smp_check_mpc() 192 char oem[10]; in smp_read_mpc() local 197 if (!smp_check_mpc(mpc, oem, str)) in smp_read_mpc() 838 char oem[10]; in update_mp_table() local 871 if (!smp_check_mpc(mpc, oem, str)) in update_mp_table()
|
/linux-6.12.1/drivers/char/ipmi/ |
D | Kconfig | 41 bool 'Generate OEM events containing the panic string' 45 by default, generate IPMI OEM type f0 events holding the IPMB 49 usage for an OEM event. You can fetch these events and use the
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/chemical/ |
D | atlas,sensor.yaml | 7 title: Atlas Scientific OEM + EZO sensors 13 Atlas Scientific OEM + EZO sensors connected via I2C
|
/linux-6.12.1/drivers/net/fddi/skfp/ |
D | drvfbi.c | 486 * set the OEM ID defaults, and test the contents of the OEM data base 487 * The default OEM is the first ACTIVE entry in the OEM data base 506 /* check OEM data base */ in set_oi_id_def() 527 /* ok, we have a valid OEM data base with an active entry */ in set_oi_id_def()
|
/linux-6.12.1/drivers/scsi/pcmcia/ |
D | Kconfig | 58 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")] 60 [Kyusyu Matsushita Kotobuki (OEM)
|
/linux-6.12.1/drivers/scsi/fcoe/ |
D | fcoe.h | 59 * @oem: The offload exchange manager for all local port 72 struct fc_exch_mgr *oem; member
|
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7770.c | 53 #define ID_OLV_274x 0x04907782 /* Olivetti OEM */ 54 #define ID_OLV_274xD 0x04907783 /* Olivetti OEM (Differential) */ 85 "Adaptec (Olivetti OEM) 274X SCSI adapter", 91 "Adaptec (Olivetti OEM) 274X Differential SCSI adapter",
|
/linux-6.12.1/scripts/ |
D | get_dvb_firmware | 60 verify("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $hash); 61 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile); 97 extract("$tmpdir/software/OEM/PCI/App/ttlcdacc.dll", 0x37ef9, 30555, "$tmpdir/fwtmp"); 115 …extract("$tmpdir/TT_PCI_2.19h_28_11_2006/software/OEM/PCI/App/ttlcdacc.dll", 0x65389, 24478, "$tmp… 166 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $hash); 167 copy("$tmpdir/software/OEM/STB/App/Boot/STB_PC_T.bin", $outfile); 183 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $hash); 184 copy("$tmpdir/software/OEM/STB/App/Boot/STB_PC_X.bin", $outfile); 200 verify("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $hash); 201 copy("$tmpdir/software/OEM/STB/App/Boot/STB_PC_S.bin", $outfile);
|
/linux-6.12.1/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 1293 /* WinTV-HVR1200 (PCIe, OEM, half height) in hauppauge_eeprom() 1296 /* WinTV-HVR1200 (PCIe, OEM, half height) in hauppauge_eeprom() 1299 /* WinTV-HVR1200 (PCIe, OEM, full height) in hauppauge_eeprom() 1302 /* WinTV-HVR1200 (PCIe, OEM, half height) in hauppauge_eeprom() 1305 /* WinTV-HVR1200 (PCIe, OEM, full height) in hauppauge_eeprom() 1308 /* WinTV-HVR1200 (PCIe, OEM, full height) in hauppauge_eeprom() 1311 /* WinTV-HVR1200 (PCIe, OEM, half height) in hauppauge_eeprom() 1314 /* WinTV-HVR1200 (PCIe, OEM, full height) in hauppauge_eeprom() 1320 /* WinTV-HVR1500 (Express Card, OEM, No IR, ATSC in hauppauge_eeprom() 1326 /* WinTV-HVR1500Q (Express Card, OEM, No IR, ATSC/QAM in hauppauge_eeprom() [all …]
|