Home
last modified time | relevance | path

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

12345678910>>...31

/kernel/linux/linux-5.10/Documentation/watchdog/
Dwatchdog-parameters.rst6 the Linux watchdog drivers. Watchdog driver parameter specs should
34 (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)
[all …]
/kernel/linux/linux-5.10/scripts/
Dkernel-doc666 my ($parameter, $section);
683 foreach my $parameter (@{$args{'parameterlist'}}) {
687 $type = $args{'parametertypes'}{$parameter};
700 foreach $parameter (@{$args{'parameterlist'}}) {
701 my $parameter_name = $parameter;
704 print ".IP \"" . $parameter . "\" 12\n";
717 my ($parameter, $section);
728 foreach my $parameter (@{$args{'parameterlist'}}) {
729 print ".br\n.BI \" $parameter\"\n";
741 foreach $parameter (@{$args{'parameterlist'}}) {
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/
Dahci-ceva.txt8 - ceva,p0-cominit-params: OOB timing value for COMINIT parameter for port 0.
9 - ceva,p1-cominit-params: OOB timing value for COMINIT parameter for port 1.
10 The fields for the above parameter must be as shown below:
16 - ceva,p0-comwake-params: OOB timing value for COMWAKE parameter for port 0.
17 - ceva,p1-comwake-params: OOB timing value for COMWAKE parameter for port 1.
18 The fields for the above parameter must be as shown below:
24 - ceva,p0-burst-params: Burst timing value for COM parameter for port 0.
25 - ceva,p1-burst-params: Burst timing value for COM parameter for port 1.
26 The fields for the above parameter must be as shown below:
34 The fields for the above parameter must be as shown below:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/
Drk3399_dmc.txt54 This parameter is for LPDDR4 only.
72 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines
78 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines
82 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines
86 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines
91 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines
95 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines
99 - rockchip,lpddr3_odt_dis_freq : When the DRAM type is LPDDR3, this parameter defines
105 - rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines
109 - rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines
[all …]
/kernel/linux/linux-5.10/Documentation/trace/
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 …]
/kernel/linux/linux-5.10/Documentation/sound/designs/
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
82 This mask represents which mask/interval parameter is actually changed.
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
[all …]
/kernel/linux/linux-5.10/arch/s390/kvm/
Dsigp.c151 static int __sigp_set_arch(struct kvm_vcpu *vcpu, u32 parameter, in __sigp_set_arch() argument
283 u16 cpu_addr, u32 parameter, u64 *status_reg) in handle_sigp_dst() argument
342 rc = __sigp_store_status_at_addr(vcpu, dst_vcpu, parameter, in handle_sigp_dst()
347 rc = __sigp_set_prefix(vcpu, dst_vcpu, parameter, status_reg); in handle_sigp_dst()
351 rc = __sigp_conditional_emergency(vcpu, dst_vcpu, parameter, in handle_sigp_dst()
441 u32 parameter; in kvm_s390_handle_sigp() local
455 parameter = vcpu->run->s.regs.gprs[r1]; in kvm_s390_handle_sigp()
457 parameter = vcpu->run->s.regs.gprs[r1 + 1]; in kvm_s390_handle_sigp()
459 trace_kvm_s390_handle_sigp(vcpu, order_code, cpu_addr, parameter); in kvm_s390_handle_sigp()
463 rc = __sigp_set_arch(vcpu, parameter, in kvm_s390_handle_sigp()
[all …]
Dtrace.h221 __u32 parameter),
222 TP_ARGS(VCPU_ARGS_COMMON, order_code, cpu_addr, parameter),
228 __field(__u32, parameter)
235 __entry->parameter = parameter;
242 __entry->cpu_addr, __entry->parameter)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmu9_smumgr.c141 uint16_t msg, uint32_t parameter) in smu9_send_msg_to_smc_with_parameter() argument
150 WREG32_SOC15(MP1, 0, mmMP1_SMN_C2PMSG_102, parameter); in smu9_send_msg_to_smc_with_parameter()
153 WREG32_SOC15(MP1, 0, mmMP1_SMN_C2PMSG_82, parameter); in smu9_send_msg_to_smc_with_parameter()
160 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()
/kernel/linux/linux-5.10/Documentation/driver-api/rapidio/
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:
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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.
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/
Dfw_search_path.rst8 * fw_path_para - module parameter - default is empty so this is ignored
14 The module parameter ''path'' can be passed to the firmware_class module
16 only be up to 256 characters long. The kernel parameter passed would be:
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
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
/kernel/linux/linux-5.10/drivers/platform/x86/intel_speed_select_if/
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()
/kernel/linux/linux-5.10/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt449 HOST_LABEL_MAX - This parameter contains the maximum sensitivity label that
452 parameter does not apply to CIPSO gateways or routers. This parameter need
467 HOST_LABEL_MIN - This parameter contains the minimum sensitivity label that
469 than this minimum MUST be rejected by the CIPSO host. This parameter does
470 not apply to CIPSO gateways or routers. This parameter need not be defined
474 PORT_LABEL_MAX - This parameter contains the maximum sensitivity label for
477 rejected by the CIPSO system. The label within this parameter MUST be
478 less than or equal to the label within the HOST_LABEL_MAX parameter. This
479 parameter does not apply to CIPSO hosts that support only one network port.
481 PORT_LABEL_MIN - This parameter contains the minimum sensitivity label for
[all …]
/kernel/linux/linux-5.10/drivers/char/mwave/
DREADME19 thinkpad configuration utility then this parameter allows the
24 thinkpad configuration utility then this parameter allows the
29 thinkpad configuration utility then this parameter allows the
34 thinkpad configuration utility then this parameter allows the
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
Dbootstrap.S32 # a3: Size of parameter list
134 # a2: start address of parameter list
135 # a3: length of parameter list
166 # a2: boot parameter
231 # a2 Boot parameter list
/kernel/linux/linux-5.10/Documentation/filesystems/
Dmount_api.rst54 parameter description for validation at registration time and querying by a
252 Called when a parameter is being added to the filesystem context. param
257 The parameter can be parsed with fs_parse() and fs_lookup_param(). Note
351 Called for each mount parameter, including the source. The arguments are
353 the parameter should be passed on to the filesystem, 1 to indicate that
354 the parameter should be discarded or an error to indicate that the
355 parameter should be rejected.
387 the parameter parsing and validation hooks.
482 Supply a single mount parameter to the filesystem context. This includes
484 parameter (which may be specified multiple times if the filesystem
[all …]
/kernel/linux/linux-5.10/Documentation/hwmon/
Dlm92.rst18 Addresses scanned: none, force parameter needed
26 Addresses scanned: none, force parameter needed
48 may need to use the force parameter.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dtwl6040.txt31 - ti,vibldrv-res: Resistance parameter for left driver
32 - ti,vibrdrv-res: Resistance parameter for right driver
33 - ti,viblmotor-res: Resistance parameter for left motor
34 - ti,viblmotor-res: Resistance parameter for right motor
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/
Dapm-xgene-hwmon.txt7 - mboxes : use the label reference for the mailbox as the first parameter.
8 The second parameter is the channel number.
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
DBuild4 …L_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno…
6 …(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/
Di2c-xgene-slimpro.txt8 - mboxes : use the label reference for the mailbox as the first parameter.
9 The second parameter is the channel number.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt47 to read data sample. This parameter is useful for
65 This parameter has no affect on <acc-first-ps> parameter
75 This parameter has no affect on DEV_OEn de-assertion.
77 last data sampled. Also this parameter has no
78 affect on <turn-off-ps> parameter.
91 is active. This parameter defines the setup time of
99 This parameter defines the hold time of address and
/kernel/linux/linux-5.10/Documentation/usb/
Dmass-storage.rst40 This parameter lists paths to files or block devices used for
43 be silently ignored. See also “luns” parameter.
58 This parameter specifies whether each logical unit should be
70 must be specified for it with the “file” parameter as the module
89 This parameter specifies whether each logical unit should simulate
94 This parameter specifies whether each logical unit should be
107 This parameter specifies whether FUA flag should be ignored in SCSI
125 This parameter specifies number of logical units the gadget will
129 If this parameter is provided, and the number of files specified
133 If this parameter is not present, the number of logical units will
[all …]

12345678910>>...31