| /linux/Documentation/trace/ |
| H A D | events-power.rst | 58 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 …]
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_output.py | 396 for parameter in args.parameterlist: 400 dtype = args.parametertypes.get(parameter, "") 403 signature += function_pointer.group(1) + parameter + function_pointer.group(3) 439 for parameter in args.parameterlist: 440 parameter_name = KernRe(r'\[.*').sub('', parameter) 441 dtype = args.parametertypes.get(parameter, "") 446 self.data += f"{self.lineprefix}``{parameter}``\n" 480 for parameter in args.parameterlist: 481 self.data += f"{outer}``{parameter}``\n" 483 if args.parameterdescs.get(parameter, '') ! [all...] |
| /linux/Documentation/sound/designs/ |
| H A D | tracepoints.rst | 49 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 …]
|
| /linux/arch/s390/kvm/ |
| H A D | sigp.c | 151 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 …]
|
| H A D | trace.h | 221 __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)
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-config.rst | 34 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. 63 The feature descriptor defines a default value for a parameter, which is used 66 Users can update parameter values using the configfs API for the CoreSight 69 The current value of the parameter is loaded into the device when the feature 87 as well as any preset values that can be used to override default parameter 94 Preset values are easily selectable sets of parameter values for the features 96 the sum of parameter values in the features used by the configuration. [all …]
|
| /linux/Documentation/virt/kvm/loongarch/ |
| H A D | hypercalls.rst | 46 a1 1st parameter - 47 a2 2nd parameter - 48 a3 3rd parameter - 49 a4 4th parameter - 50 a5 5th parameter - 60 -2 Bad Hypercall parameter
|
| /linux/Documentation/driver-api/rapidio/ |
| H A D | tsi721.rst | 24 - 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:
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | smu9_smumgr.c | 142 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()
|
| /linux/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 449 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 …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 596 Encoder will decide the appropriate quantization parameter and 1171 parameter to determine the chroma quantization parameter. Applicable 1221 the quantization parameter for each frame type is constant and set 1224 enabled then quantization parameter is adjusted to meet the chosen 1225 bitrate. Minimum and maximum value for the quantization parameter 1238 Quantization parameter for an I frame for H263. Valid range: from 1 1242 Minimum quantization parameter for H263. Valid range: from 1 to 31. 1245 Maximum quantization parameter for H263. Valid range: from 1 to 31. 1248 Quantization parameter for an P frame for H263. Valid range: from 1 1252 Quantization parameter for an B frame for H263. Valid range: from 1 [all …]
|
| H A D | func-ioctl.rst | 35 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.
|
| /linux/tools/testing/selftests/powerpc/papr_sysparm/ |
| H A D | papr_sysparm.c | 29 .parameter = 20, // SPLPAR characteristics in get_splpar() 48 .parameter = UINT32_MAX, // there are only ~60 specified parameters in get_bad_parameter() 102 .parameter = 0, // HMC0, not a settable parameter in set_hmc0() 124 .parameter = 0, // HMC0, not a settable parameter. in set_with_ro_fd()
|
| /linux/drivers/staging/sm750fb/ |
| H A D | readme | 8 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
|
| /linux/arch/xtensa/boot/boot-redboot/ |
| H A D | bootstrap.S | 33 # a3: Size of parameter list 137 # a2: start address of parameter list 138 # a3: length of parameter list 169 # a2: boot parameter 234 # a2 Boot parameter list
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.rst | 15 if it doesn't recognize a parameter and it doesn't contain a '.', the 16 parameter gets passed to init: parameters with '=' go into init's 42 Hyphens (dashes) and underscores are equivalent in parameter names, so:: 77 For example one can add to the command line following parameter: 101 parameter values. 'K', 'M', 'G', 'T', 'P', and 'E' suffixes are allowed. 112 of each description states the restrictions within which a parameter 123 a trailing = on the name of any parameter states that the parameter will
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | twl6040.txt | 31 - 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
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 47 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
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | fw_search_path.rst | 8 * 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:
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000.rst | 36 The default value for each parameter is generally the recommended setting, 57 This parameter is a bit-mask that specifies the speed and duplex settings 58 advertised by the adapter. When this parameter is used, the Speed and 63 information on the AutoNeg parameter. 85 This parameter controls the automatic generation(Tx) and response(Rx) 231 (This parameter is supported only on 82540, 82545 and later adapters.) 246 (This parameter is supported only on adapters with copper connections.) 252 (Mbps). If this parameter is not specified or is set to 0 and the link 288 (This parameter is supported only on 82540, 82545 and later adapters.) 303 (This parameter is NOT supported on the 82542-based adapter.) [all …]
|
| /linux/Documentation/virt/kvm/ |
| H A D | ppc-pv.rst | 44 r3 1st parameter Return code 45 r4 2nd parameter 1st output value 46 r5 3rd parameter 2nd output value 47 r6 4th parameter 3rd output value 48 r7 5th parameter 4th output value 49 r8 6th parameter 5th output value 50 r9 7th parameter 6th output value 51 r10 8th parameter 7th output value 78 desired location. The first parameter indicates the effective address when the 79 MMU is enabled. The second parameter indicates the address in real mode, if
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | stat.rst | 25 intervals can be retrieved via ``aggr_interval_us`` :ref:`parameter 44 You can enable DAMON_STAT by setting the value of this parameter as ``Y``. 67 The resulting metric is exposed to user via this read-only parameter. Because 83 percentiles of the idle time values via this read-only parameter. Reading the 84 parameter returns 101 idle time values in milliseconds, separated by comma.
|
| /linux/Documentation/usb/ |
| H A D | mass-storage.rst | 40 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 …]
|
| /linux/Documentation/sound/cards/ |
| H A D | serial-u16550.rst | 5 The adaptor module parameter allows you to select either: 37 module parameter is automatically set to 1. The driver sends the same data to 39 parameter to match (A=19200, B=9600). 49 the outs module parameter is automatically set to 1. The driver sends 59 the outs module parameter is automatically set to 16. The substream 93 inputs is specified by the ins parameter.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-grcan | 11 or set by the module parameter grcan.enable0 and can be read at 23 or set by the module parameter grcan.enable1 and can be read at 34 set by the module parameter grcan.select and can be read at
|