Home
last modified time | relevance | path

Searched refs:oem (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir-xmp-decoder.c76 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()
131 oem); in ir_xmp_decode()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dir-xmp-decoder.c76 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()
131 oem); in ir_xmp_decode()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dmpparse.c143 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument
164 memcpy(oem, mpc->oem, 8); in smp_check_mpc()
165 oem[8] = 0; in smp_check_mpc()
166 pr_info("MPTABLE: OEM ID: %s\n", oem); in smp_check_mpc()
195 char oem[10]; in smp_read_mpc() local
200 if (!smp_check_mpc(mpc, oem, str)) in smp_read_mpc()
839 char oem[10]; in update_mp_table() local
872 if (!smp_check_mpc(mpc, oem, str)) in update_mp_table()
H A Dx86_init.c84 .oem = {
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dmpparse.c139 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument
160 memcpy(oem, mpc->oem, 8); in smp_check_mpc()
161 oem[8] = 0; in smp_check_mpc()
162 pr_info("MPTABLE: OEM ID: %s\n", oem); in smp_check_mpc()
191 char oem[10]; in smp_read_mpc() local
196 if (!smp_check_mpc(mpc, oem, str)) in smp_read_mpc()
828 char oem[10]; in update_mp_table() local
861 if (!smp_check_mpc(mpc, oem, str)) in update_mp_table()
H A Dx86_init.c85 .oem = {
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dinit.c451 struct sci_oem_params *oem = &ihost->oem_parameters; in sci_oem_defaults() local
455 oem->controller.mode_type = SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE; in sci_oem_defaults()
458 oem->controller.max_concurr_spin_up = 1; in sci_oem_defaults()
461 oem->controller.do_enable_ssc = false; in sci_oem_defaults()
464 oem->controller.cable_selection_mask = 0; in sci_oem_defaults()
468 oem->ports[i].phy_mask = 0; in sci_oem_defaults()
485 oem->phys[i].sas_address.low = 0x1 + ihost->id; in sci_oem_defaults()
486 oem->phys[i].sas_address.high = 0x5FCFFFFF; in sci_oem_defaults()
528 /* sanity check platform (or 'firmware') oem parameters */ in isci_host_alloc()
531 dev_warn(&pdev->dev, "parsing firmware oem parameter in isci_host_alloc()
[all...]
H A Dhost.c904 struct sci_oem_params *oem = &ihost->oem_parameters; in sci_controller_start_next_phy() local
922 if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) { in sci_controller_start_next_phy()
1654 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version) in sci_oem_parameters_validate() argument
1659 if (oem->ports[i].phy_mask > SCIC_SDS_PARM_PHY_MASK_MAX) in sci_oem_parameters_validate()
1663 if (oem->phys[i].sas_address.high == 0 && in sci_oem_parameters_validate()
1664 oem->phys[i].sas_address.low == 0) in sci_oem_parameters_validate()
1667 if (oem->controller.mode_type == SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE) { in sci_oem_parameters_validate()
1669 if (oem->ports[i].phy_mask != 0) in sci_oem_parameters_validate()
1671 } else if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) { in sci_oem_parameters_validate()
1675 phy_mask |= oem in sci_oem_parameters_validate()
1926 const struct sci_oem_params *oem = &ihost->oem_parameters; sci_controller_afe_initialization() local
[all...]
H A Dprobe_roms.h155 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version);
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dinit.c449 struct sci_oem_params *oem = &ihost->oem_parameters; in sci_oem_defaults() local
453 oem->controller.mode_type = SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE; in sci_oem_defaults()
456 oem->controller.max_concurr_spin_up = 1; in sci_oem_defaults()
459 oem->controller.do_enable_ssc = false; in sci_oem_defaults()
462 oem->controller.cable_selection_mask = 0; in sci_oem_defaults()
466 oem->ports[i].phy_mask = 0; in sci_oem_defaults()
483 oem->phys[i].sas_address.low = 0x1 + ihost->id; in sci_oem_defaults()
484 oem->phys[i].sas_address.high = 0x5FCFFFFF; in sci_oem_defaults()
526 /* sanity check platform (or 'firmware') oem parameters */ in isci_host_alloc()
529 dev_warn(&pdev->dev, "parsing firmware oem parameter in isci_host_alloc()
[all...]
H A Dhost.c902 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()
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()
1667 if (oem->ports[i].phy_mask != 0) in sci_oem_parameters_validate()
1669 } else if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) { in sci_oem_parameters_validate()
1673 phy_mask |= oem in sci_oem_parameters_validate()
1924 const struct sci_oem_params *oem = &ihost->oem_parameters; sci_controller_afe_initialization() local
[all...]
H A Dprobe_roms.h155 int sci_oem_parameters_validate(struct sci_oem_params *oem, u8 version);
/kernel/linux/linux-6.6/arch/x86/xen/
H A Denlighten_pvh.c42 x86_init.oem.arch_setup = xen_add_preferred_consoles; in xen_pvh_init()
43 x86_init.oem.banner = xen_banner; in xen_pvh_init()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drfi.h29 * @oem: specifies if this is the default table or set by OEM
33 u8 oem; member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe.h59 * @oem: The offload exchange manager for all local port
72 struct fc_exch_mgr *oem; member
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A Dfcoe.h59 * @oem: The offload exchange manager for all local port
72 struct fc_exch_mgr *oem; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmpspec_def.h42 char oem[8]; member
H A Dx86_init.h59 * struct x86_init_oem - oem platform specific customizing functions
150 struct x86_init_oem oem; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmpspec_def.h42 char oem[8]; member
H A Dx86_init.h59 * struct x86_init_oem - oem platform specific customizing functions
167 struct x86_init_oem oem; member
/kernel/linux/linux-6.6/arch/x86/platform/intel-mid/
H A Dintel-mid.c102 x86_init.oem.arch_setup = intel_mid_arch_setup; in x86_intel_mid_early_setup()
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/
H A Dintel-mid.c166 x86_init.oem.arch_setup = intel_mid_arch_setup; in x86_intel_mid_early_setup()
/kernel/linux/linux-5.10/arch/x86/platform/ce4100/
H A Dce4100.c138 x86_init.oem.arch_setup = sdv_arch_setup; in x86_ce4100_early_setup()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drfi.c105 cmd.oem = 1; in iwl_rfi_send_config_cmd()
/kernel/linux/linux-6.6/arch/x86/platform/ce4100/
H A Dce4100.c138 x86_init.oem.arch_setup = sdv_arch_setup; in x86_ce4100_early_setup()

Completed in 20 milliseconds

12