Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 1244) sorted by relevance

12345678910>>...50

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpmbus_utils_tests.cpp28 int8_t parameter; in TEST() local
34 EXPECT_EQ(parameter, -1); in TEST()
40 EXPECT_EQ(parameter, -16); in TEST()
46 EXPECT_EQ(parameter, 15); in TEST()
52 EXPECT_EQ(parameter, 1); in TEST()
58 EXPECT_EQ(parameter, 0); in TEST()
64 EXPECT_EQ(parameter, 31); in TEST()
82 EXPECT_EQ(parameter, 1); in TEST()
88 EXPECT_EQ(parameter, 0); in TEST()
94 EXPECT_EQ(parameter, 0); in TEST()
[all …]
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp45 nlohmann::json::object_t parameter; in TEST() local
46 parameter["Name"] = "ResetType"; in TEST()
47 parameter["Required"] = true; in TEST()
48 parameter["DataType"] = "String"; in TEST()
78 nlohmann::json::object_t parameter; in TEST() local
79 parameter["Name"] = "ResetType"; in TEST()
80 parameter["Required"] = true; in TEST()
81 parameter["DataType"] = "String"; in TEST()
112 parameter["Name"] = "ResetType"; in TEST()
113 parameter["Required"] = true; in TEST()
[all …]
H A Dchassis_test.cpp38 nlohmann::json::object_t parameter; in assertChassisResetActionInfoGet() local
39 parameter["Name"] = "ResetType"; in assertChassisResetActionInfoGet()
40 parameter["Required"] = true; in assertChassisResetActionInfoGet()
41 parameter["DataType"] = "String"; in assertChassisResetActionInfoGet()
44 parameter["AllowableValues"] = std::move(allowed); in assertChassisResetActionInfoGet()
45 parameters.emplace_back(std::move(parameter)); in assertChassisResetActionInfoGet()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst34 (default=kernel config parameter)
47 (default=kernel config parameter)
56 (default=kernel config parameter)
68 (default=kernel config parameter)
77 (default=kernel config parameter)
86 (default=kernel config parameter)
95 (default=kernel config parameter)
104 (default=kernel config parameter)
113 (default=kernel config parameter)
148 (default=kernel config parameter)
[all …]
/openbmc/u-boot/scripts/
H A Dkernel-doc576 my ($parameter, $section);
627 my ($parameter, $section);
668 my ($parameter, $section);
684 ($parameter =~ /^#/) && next;
703 my ($parameter, $section);
718 my ($parameter, $section);
740 my ($parameter, $section);
917 my ($parameter);
931 print "``$parameter``\n";
946 my ($parameter);
[all …]
/openbmc/qemu/scripts/
H A Dkernel-doc666 my ($parameter, $section);
717 my ($parameter, $section);
758 my ($parameter, $section);
774 ($parameter =~ /^#/) && next;
793 my ($parameter, $section);
808 my ($parameter, $section);
830 my ($parameter, $section);
1032 my ($parameter);
1051 print "``$parameter``\n";
1066 my ($parameter);
[all …]
/openbmc/linux/scripts/
H A Dkernel-doc567 my ($parameter, $section);
618 my ($parameter, $section);
659 my ($parameter, $section);
675 ($parameter =~ /^#/) && next;
694 my ($parameter, $section);
709 my ($parameter, $section);
731 my ($parameter, $section);
819 my ($parameter, $section);
939 my ($parameter);
977 my ($parameter);
[all …]
/openbmc/linux/Documentation/trace/
H A Devents-power.rst58 The first parameter gives the clock name (e.g. "gpio1_iclk").
59 The second parameter is '1' for enable, '0' for disable, the target
69 The first parameter gives the power domain name (e.g. "mpu_pwrdm").
70 The second parameter is the power domain target state.
81 The first parameter gives the QoS action name (e.g. "ADD_REQ").
82 The second parameter is the previous QoS value.
83 The third parameter is the current QoS value to update.
92 The first parameter gives the device name which tries to add/update/remove
94 The second parameter gives the request type (e.g. "DEV_PM_QOS_RESUME_LATENCY").
95 The third parameter is value to be added/updated/removed.
[all …]
/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst49 Configurable. This type of parameter is described in
57 Configurable. This type of parameter is described in
76 mask/interval parameter can be changed by ALSA PCM core. For
91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was
97 notation. Basically, when a parameter of SNDRV_PCM_HW_PARAM_RATE was
103 fraction notation. Basically, when a parameter of
110 value to this parameter but some drivers intentionally set zero with
118 dependencies on which a parameter is decided according to several parameters.
120 to compute the target parameter. ALSA PCM core registers some rules to the
156 device, rules of constraint and name of the changed parameter, in order. The
[all …]
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dceva,ahci-1v84.yaml43 OOB timing value for COMINIT parameter for port 0.
44 The fields for the above parameter must be as shown below:-
55 OOB timing value for COMWAKE parameter for port 0.
56 The fields for the above parameter must be as shown below:-
67 Burst timing value for COM parameter for port 0.
68 The fields for the above parameter must be as shown below:-
80 The fields for the above parameter must be as shown below:-
89 OOB timing value for COMINIT parameter for port 1.
90 The fields for the above parameter must be as shown below:-
101 OOB timing value for COMWAKE parameter for port 1.
[all …]
/openbmc/x86-power-control/src/
H A Dpower_control.hpp124 const std::string get(Params parameter);
132 void set(Params parameter, const std::string& value);
149 const std::string getName(const Params parameter);
157 const std::string getDefault(const Params parameter);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.8_typo.patch13 -You should specify the interface name as first parameter. The second parameter should be the new m…
14 +You should specify the interface name as first parameter. The second parameter should be the new m…
/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp160 nlohmann::json parameter; in TEST() local
161 parameter["Name"] = "/redfish/v1/Chassis/fakeName"; in TEST()
162 parameter["@odata.id"] = "/redfish/v1/Chassis/fakeChassis"; in TEST()
164 addPrefixes(parameter, "abcd"); in TEST()
165 EXPECT_EQ(parameter["Name"], "/redfish/v1/Chassis/fakeName"); in TEST()
166 EXPECT_EQ(parameter["@odata.id"], "/redfish/v1/Chassis/abcd_fakeChassis"); in TEST()
/openbmc/linux/arch/s390/kvm/
H A Dsigp.c151 static int __sigp_set_arch(struct kvm_vcpu *vcpu, u32 parameter, in __sigp_set_arch() argument
271 u16 cpu_addr, u32 parameter, u64 *status_reg) in handle_sigp_dst() argument
330 rc = __sigp_store_status_at_addr(vcpu, dst_vcpu, parameter, in handle_sigp_dst()
335 rc = __sigp_set_prefix(vcpu, dst_vcpu, parameter, status_reg); in handle_sigp_dst()
339 rc = __sigp_conditional_emergency(vcpu, dst_vcpu, parameter, in handle_sigp_dst()
429 u32 parameter; in kvm_s390_handle_sigp() local
443 parameter = vcpu->run->s.regs.gprs[r1]; in kvm_s390_handle_sigp()
445 parameter = vcpu->run->s.regs.gprs[r1 + 1]; in kvm_s390_handle_sigp()
447 trace_kvm_s390_handle_sigp(vcpu, order_code, cpu_addr, parameter); in kvm_s390_handle_sigp()
451 rc = __sigp_set_arch(vcpu, parameter, in kvm_s390_handle_sigp()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml91 srpd_lite_idle * 1024 DFI clock cycles. This parameter is for LPDDR4
130 When the DRAM type is DDR3, this parameter defines the ODT disable
138 When the DRAM type is DDR3, this parameter defines the DRAM side drive
146 When the DRAM type is DDR3, this parameter defines the DRAM side ODT
170 When the DRAM type is DDR3, this parameter defines the PHY side ODT
178 When the DRAM type is LPDDR3, this parameter defines then ODT disable
194 When the DRAM type is LPDDR3, this parameter defines the DRAM side ODT
218 When dram type is LPDDR3, this parameter define the phy side odt
225 When the DRAM type is LPDDR4, this parameter defines the ODT disable
281 When the DRAM type is LPDDR4, this parameter defines the PHY side ODT
[all …]
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-config.rst34 resource usage and parameter values.
41 accesses in the driver - the resource usage and parameter descriptions
55 A parameter value is a named value that may be set by the user prior to the
61 parameter is used in programming the device.
66 Users can update parameter values using the configfs API for the CoreSight
87 as well as any preset values that can be used to override default parameter
96 the sum of parameter values in the features used by the configuration.
103 If no preset is selected, then the parameter values defined in the feature
184 parameter 'window': a number of CPU cycles (W)
236 A preset to override the current parameter values can also be selected::
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu9_smumgr.c142 uint16_t msg, uint32_t parameter) in smu9_send_msg_to_smc_with_parameter() argument
151 WREG32_SOC15(MP1, 0, mmMP1_SMN_C2PMSG_102, parameter); in smu9_send_msg_to_smc_with_parameter()
154 WREG32_SOC15(MP1, 0, mmMP1_SMN_C2PMSG_82, parameter); in smu9_send_msg_to_smc_with_parameter()
161 pr_err("Failed message: 0x%x, input parameter: 0x%x, error code: 0x%x\n", msg, parameter, ret); in smu9_send_msg_to_smc_with_parameter()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/
H A DCreate.interface.yaml16 Caller is responsible for the input parameter validation.
36 Example Austin This is a required parameter.
41 secured. This is a required parameter.
50 required parameter.
68 the KeyPairAlgorithm parameter.
75 value of the KeyPairAlgorithm parameter.
136 LLC. For example, IBM Corp. This is a required parameter.
141 request. This is a required parameter.
147 required parameter.
/openbmc/linux/Documentation/driver-api/rapidio/
H A Dtsi721.rst24 - This parameter allows to control amount of debug information
25 generated by this device driver. This parameter is formed by set of
26 This parameter can be changed bit masks that correspond to the specific
29 This parameter can be changed dynamically.
33 - This parameter defines number of hardware buffer
51 This parameter gives an ability to override MRRS value set during PCIe
53 Value for this parameter must be set as defined by PCIe specification:
81 this driver will accept DMA-specific module parameter:
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_kcs.robot40 Should Not Be Empty ${OS_HOST} msg=Please provide required parameter OS_HOST
41 Should Not Be Empty ${OS_USERNAME} msg=Please provide required parameter OS_USERNAME
42 Should Not Be Empty ${OS_PASSWORD} msg=Please provide required parameter OS_PASSWORD
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-ioctl.rst35 Pointer to a function parameter, usually a structure.
43 parameter, and the size of the argument ``argp`` in bytes. Macros and
57 When an ioctl that takes an output or read/write parameter fails, the
58 parameter remains unmodified.
/openbmc/linux/Documentation/wmi/
H A Dacpi-interface.rst54 are the method ID of the data block to query. Their single parameter is an
55 integer describing the instance which should be queried. This parameter can be
70 containing the WMI methods. Their first parameter is a integer describing the
71 instance which methods should be executed. The second parameter is an integer
72 describing the WMI method ID to execute, and the third parameter is a buffer
82 event as hexadecimal value. Their first parameter is an integer with a value
95 Used to retrieve additional WMI event data, its single parameter is a integer
/openbmc/linux/drivers/staging/sm750fb/
H A Dreadme8 About the kernel module parameter of driver:
17 dual frame buffer for driver with "dual" parameter
23 1) if you build the driver with built-in method, the parameter
32 2) if you put 800x600 into the parameter without bpp and
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mbox_msr.c34 static int isst_if_send_mbox_cmd(u8 command, u8 sub_command, u32 parameter, in isst_if_send_mbox_cmd() argument
61 (parameter & GENMASK_ULL(13, 0)) << 16 | in isst_if_send_mbox_cmd()
101 act->mbox_cmd->parameter, in msrl_update_func()
136 action.mbox_cmd->parameter, in isst_if_mbox_proc_cmd()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.cpp112 int8_t parameter; in getExponentValue() local
113 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in getExponentValue()
124 return parameter; in getExponentValue()

12345678910>>...50