/linux-4.1.27/scripts/ |
D | kernel-doc | 531 my ($parameter); 537 foreach $parameter (@{$args{'parameterlist'}}) { 538 print " <b>" . $parameter . "</b>"; 549 foreach $parameter (@{$args{'parameterlist'}}) { 550 print "<dt><b>" . $parameter . "</b>\n"; 552 output_highlight($args{'parameterdescs'}{$parameter}); 562 my ($parameter); 574 my ($parameter); 578 foreach $parameter (@{$args{'parameterlist'}}) { 579 if ($parameter =~ /^#/) { [all …]
|
D | Makefile.extrawarn | 20 warning-1 := -Wextra -Wunused -Wno-unused-parameter
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 2 the Linux watchdog drivers. Watchdog driver parameter specs should 17 (default=kernel config parameter) 24 (default=kernel config parameter) 29 (default=kernel config parameter) 36 (default=kernel config parameter) 41 (default=kernel config parameter) 46 (default=kernel config parameter) 51 (default=kernel config parameter) 56 (default=kernel config parameter) 61 (default=kernel config parameter) [all …]
|
D | hpwdt.txt | 26 nowayout - basic watchdog parameter that does not allow the timer to 30 for this module parameter is 0 or LAST. If the user wants to 38 The priority parameter was introduced due to other kernel software that relied 48 the hpwdt driver can be reloaded with the "priority" module parameter set
|
D | watchdog-kernel-api.txt | 32 The parameter of this routine is a pointer to a watchdog_device structure. 36 device. The parameter of this routine is the pointer to the registered 125 parameter. It returns zero on success or a negative errno code for failure. 128 parameter. It returns zero on success or a negative errno code for failure. 140 parameter. It returns zero on success or a negative errno code for failure. 152 timer device. It returns 0 on success, -EINVAL for "parameter out of range" 222 using the module timeout parameter or by retrieving the timeout-sec property from 223 the device tree (if the module timeout parameter is invalid). Best practice is
|
D | convert_drivers_to_kernel_api.txt | 119 watchdog_device as a parameter to these functions, so you probably have to 173 A few drivers use nowayout statically, i.e. there is no module parameter for it 181 by adding a module parameter. The conversion for this would be something like: 185 The module parameter itself needs to stay, everything else related to nowayout
|
D | wdt.txt | 30 build parameter)
|
/linux-4.1.27/Documentation/trace/ |
D | events-power.txt | 53 The first parameter gives the clock name (e.g. "gpio1_iclk"). 54 The second parameter is '1' for enable, '0' for disable, the target 63 The first parameter gives the power domain name (e.g. "mpu_pwrdm"). 64 The second parameter is the power domain target state. 76 The first parameter gives the QoS class name (e.g. "CPU_DMA_LATENCY"). 77 The second parameter is value to be added/updated/removed. 78 The third parameter is timeout value in usec. 83 The first parameter gives the QoS action name (e.g. "ADD_REQ"). 84 The second parameter is the previous QoS value. 85 The third parameter is the current QoS value to update. [all …]
|
/linux-4.1.27/Documentation/sound/oss/ |
D | PSS-updates | 11 This parameter is basically a flag. A 0 will leave the joystick port 22 This parameter takes a port address as its parameter. Any available port 33 setting of this parameter leaves the CDROM port disabled to maintain full 42 This module parameter is a flag that can be used to tell the driver to 45 parameter can be used by a user who only wished to use the builtin joystick 47 parameter and with the parameter below set to true then a user can safely unload 51 by the sound drivers. This default setting of this parameter is 0 to retain 56 This parameter can be used to specify whether you want the driver to reset 62 continue to work as expected. The default value of this parameter is 1 to 67 This parameter can be used to specify the file containing the firmware [all …]
|
D | ESS | 19 For ESS chips an additional parameter "esstype" can be specified. This controls 33 channel by specifying module parameter dma16. It can be one of: 0, 1, 3 or 5.
|
D | ALS | 28 passing "0" as the "sb" module's "mpu_io" module parameter to prevent the 41 "mpu_io" should be set to 0. The "io" parameter of the "opl3" module should 45 parameter available to pass a different IRQ to the "sb" driver (whose
|
D | Tropez+ | 24 the opl3 io parameter is conventionally not adjustable.
|
D | mwave | 112 initrd image, and has a parameter file named LINDOC3.PAR in c:\linux\boot\parms: 127 The doc=yes parameter is an environment variable used by my init scripts, not 130 However, the apm=off parameter IS a kernel argument! APM, at least in my setup,
|
/linux-4.1.27/arch/s390/kvm/ |
D | sigp.c | 158 static int __sigp_set_arch(struct kvm_vcpu *vcpu, u32 parameter) in __sigp_set_arch() argument 164 switch (parameter & 0xff) { in __sigp_set_arch() 294 u16 cpu_addr, u32 parameter, u64 *status_reg) in handle_sigp_dst() argument 325 rc = __sigp_store_status_at_addr(vcpu, dst_vcpu, parameter, in handle_sigp_dst() 330 rc = __sigp_set_prefix(vcpu, dst_vcpu, parameter, status_reg); in handle_sigp_dst() 334 rc = __sigp_conditional_emergency(vcpu, dst_vcpu, parameter, in handle_sigp_dst() 424 u32 parameter; in kvm_s390_handle_sigp() local 438 parameter = vcpu->run->s.regs.gprs[r1]; in kvm_s390_handle_sigp() 440 parameter = vcpu->run->s.regs.gprs[r1 + 1]; in kvm_s390_handle_sigp() 442 trace_kvm_s390_handle_sigp(vcpu, order_code, cpu_addr, parameter); in kvm_s390_handle_sigp() [all …]
|
D | trace.h | 218 __u32 parameter), 219 TP_ARGS(VCPU_ARGS_COMMON, order_code, cpu_addr, parameter), 225 __field(__u32, parameter) 232 __entry->parameter = parameter; 239 __entry->cpu_addr, __entry->parameter)
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm92 | 11 Addresses scanned: none, force parameter needed 16 MAX6633 with address in 0x40 - 0x47, 0x4c - 0x4f needs force parameter 17 and MAX6634 with address in 0x4c - 0x4f needs force parameter 37 may need to use the force parameter.
|
D | hwmon-kernel-api.txt | 40 hwmon_device_register registers a hardware monitoring device. The parameter 49 it has additional parameters. The name parameter is a pointer to the hwmon 51 pointing to this name. The drvdata parameter is the pointer to the local 54 using dev_get_drvdata() on the hwmon device pointer. The groups parameter is 64 The parameter of this function is the pointer to the registered hardware 94 attribute read or write function. Its parameter is the device to which the 106 Use to_sensor_dev_attr_2 to get the pointer to this structure. Its parameter
|
D | k10temp | 54 module parameter. 59 "force=1" parameter.
|
D | emc2103 | 32 will show as "fault". The module parameter "apd=0" can be used to suppress
|
D | w83627hf | 71 The driver used to have a module parameter named force_addr, which could 74 module parameter is gone for technical reasons. If you need this feature,
|
D | nct6683 | 45 set the 'force' module parameter to 1.
|
D | abituguru3 | 33 * force: bool Force detection. Note this parameter only causes the
|
/linux-4.1.27/security/apparmor/ |
D | Kconfig | 18 int "AppArmor boot parameter default value" 23 This option sets the default value for the kernel parameter 26 kernel parameter will default to 0, disabling AppArmor at 28 kernel parameter will default to 1, enabling AppArmor at
|
/linux-4.1.27/drivers/char/mwave/ |
D | README | 19 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
|
/linux-4.1.27/Documentation/netlabel/ |
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-4.1.27/Documentation/isdn/ |
D | README.HiSax | 126 parameter may precede the "irq" parameter, or vice versa. If several 127 cards are installed, the ordering within the comma separated parameter 132 parameter may be omitted for this card. Sometimes it may be necessary 133 to specify a dummy parameter, however. This is the case when there is 134 a card of a different type later in the list that needs a parameter 136 is listed after a Teles 16.3 card, a dummy memory base parameter of 0 137 must be specified for the 16.3. Instead of a dummy value, the parameter 141 The parameter for the D-Channel protocol may be omitted if you selected the 170 11 Eicon.Diehl Diva PCI no parameter 176 15 Sedlbauer Speed PCI no parameter [all …]
|
D | INTERFACE.CAPI | 58 parameter structure provided by the application. This is analogous to the 190 parameter may be omitted by setting the length field of the CAPI message to 22 226 The member is a pointer to a buffer containing the parameter in 228 be taken to represent an empty (zero length) parameter. 234 CAPI_DEFAULT: The parameter is empty/absent. 235 CAPI_COMPOSE: The parameter is present. 336 The module kernelcapi has a module parameter showcapimsgs controlling some 338 loaded, via a parameter "showcapimsgs=<n>" to the modprobe command, either on 345 parameter controlling how CAPI messages sent from and to tha controller are 346 logged. The traceflag parameter is initialized with the value of the [all …]
|
D | README.hfc-pci | 34 If the io parameter is used the io addresses of all used cards should be 35 supplied else the parameter is assumed 0 and a auto search for a free card is
|
D | README.audio | 29 AT+Vxx=v Set simple parameter. 30 AT+Vxx=v,v ... Set complex parameter.
|
D | README.gigaset | 115 no device node is given as parameter, by creating a symlink /dev/ttyG to 209 You must also assure that the ppp_async module is loaded with the parameter 234 by passing the module parameter startmode=0 to the hardware specific 262 in turn, select Unimodem mode by passing the parameter "cidmode=0" to 267 You can also use the tty class parameter "cidmode" of the device to 349 The initial value can be set using the debug parameter when loading the
|
D | README.avmb1 | 94 level3cnt: capi_register parameter 95 datablkcnt: capi_register parameter
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 31 # a3: Size of parameter list 132 # a2: start address of parameter list 133 # a3: length of parameter list 164 # a2: boot parameter 229 # a2 Boot parameter list
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
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-4.1.27/security/selinux/ |
D | Kconfig | 12 bool "NSA SELinux boot parameter" 16 This option adds a kernel parameter 'selinux', which allows SELinux 26 int "NSA SELinux boot parameter default value" 31 This option sets the default value for the kernel parameter 33 option is set to 0 (zero), the SELinux kernel parameter will 35 set to 1 (one), the SELinux kernel parameter will default to 1, 48 This option is similar to the selinux=0 boot parameter, but is to 92 'checkreqprot=' boot parameter. It may also be changed at runtime
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | ev-layer.c | 408 void *ptr, int parameter) in add_cid_event() argument 429 event->parameter = parameter; in add_cid_event() 450 int cid, parameter; in gigaset_handle_modem_response() local 597 parameter = (type << 8) | value; in gigaset_handle_modem_response() 599 add_cid_event(cs, cid, rt->resp_code, NULL, parameter); in gigaset_handle_modem_response() 608 if (kstrtoint(eoc, 10, ¶meter)) in gigaset_handle_modem_response() 613 cs->dle = parameter; in gigaset_handle_modem_response() 615 add_cid_event(cs, cid, rt->resp_code, NULL, parameter); in gigaset_handle_modem_response() 1205 at_state = get_free_channel(cs, ev->parameter); in do_action() 1315 if (ev->parameter > 0 && ev->parameter <= 65535) { in do_action() [all …]
|
D | gigaset.h | 270 int parameter; /* e.g. ZSAU_XXXX <0: ignore*/ member 355 int parameter; member 760 void *ptr, int parameter, void *arg);
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | Build | 4 …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
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 54 If the `nfsroot' parameter is NOT given on the command line, 58 The default address is determined by the `ip' parameter 59 (see below). This parameter allows the use of different 84 This parameter tells the kernel how to configure IP addresses of devices 90 If this parameter is missing from the kernel command line, all fields are 95 The <autoconf> parameter can appear alone as the value to the `ip' 96 parameter (without all the ':' characters before). If the value is 106 the client address and this parameter is NOT empty only 172 This parameter enables debugging messages to appear in the kernel 181 initialization, administrators can use this command line parameter. [all …]
|
D | nfs.txt | 19 The nfs4_unique_id parameter 35 The nfs.nfs4_unique_id boot parameter specifies a unique string that can be 53 module parameter. Specifying a uniquifier string is not support for NFS 79 (may be changed using the 'nfs.cache_getent' kernel boot parameter)
|
D | idmapper.txt | 34 The last parameter, 600, defines how many seconds into the future the key will 35 expire. This parameter is optional for /usr/sbin/nfs.idmap. When the timeout
|
D | pnfs.txt | 80 This name can be overridden by the Kernel module parameter: 85 to the objlayoutdriver.osd_login_prog Kernel parameter to re-enable it.
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
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-4.1.27/Documentation/networking/ |
D | e1000.txt | 33 The default value for each parameter is generally the recommended setting, 51 This parameter is a bit-mask that specifies the speed and duplex settings 52 advertised by the adapter. When this parameter is used, the Speed and 56 information on the AutoNeg parameter. 75 This parameter controls the automatic generation(Tx) and response(Rx) 209 (This parameter is supported only on 82540, 82545 and later adapters.) 222 (This parameter is supported only on adapters with copper connections.) 227 (Mbps). If this parameter is not specified or is set to 0 and the link 269 module parameter. 272 not be resolved by the use of the TxDescriptorStep parameter. As the [all …]
|
D | z8530drv.txt | 95 program. A parameter has no effect. 283 recognized KISS parameter... 354 Once a SCC channel has been attached, the parameter settings and 457 A normal value of this parameter is 30-36. 484 The value of this parameter is in 10 ms units. 499 sent in that case, until a timeout (parameter 10) 509 The value of this parameter is in 10 ms units. 519 mitter will be switched off for a specified time (parameter 534 This parameter specifies the maximum idle time in full duplex 537 has same result as the fullduplex mode 1. This parameter [all …]
|
D | netconsole.txt | 24 It takes a string configuration parameter "netconsole" in the 98 Note that newly created targets have default parameter values (as mentioned 127 echo 10.0.0.4 > remote_ip # update some parameter 162 the "console_loglevel" parameter (on the sender) to only send high 168 all kernel messages to the console. A specific value for this parameter
|
D | e100.txt | 53 The default value for each parameter is generally the recommended setting, 60 for this parameter is 64-256. The default value is 64. This parameter can be 69 range for this parameter is 64-256. The default value is 64. This parameter
|
D | e1000e.txt | 39 The default value for each parameter is generally the recommended setting, 189 This parameter is different than other parameters, in that it is a 190 single (not 1,1,1 etc.) parameter applied to all driver instances and 199 Allows PHY to turn off in lower power states. The user can set this parameter 237 NVM). This feature can be disabled by setting the parameter to 0 during initial 240 via setting the parameter to zero. Once the NVM has been locked (via the 241 parameter at 1 when the driver loads) it cannot be unlocked except via power
|
D | netif-msg.txt | 34 parameter. 48 parameter with a default level of '1'.
|
D | dl2k.txt | 12 - Option parameter 108 insmod dl2k.o <optional parameter> ; add parameter 177 You can install this driver without any additional parameter. However, if you 179 parameter. Below is a list of the command line parameters supported by the
|
D | igb.txt | 28 The default value for each parameter is generally the recommended setting, 36 This parameter adds support for SR-IOV. It causes the driver to spawn up to
|
D | ipv6.txt | 9 The available ipv6 module parameters are listed below. If a parameter
|
D | dns_resolver.txt | 88 The name parameter is not required to be a NUL-terminated string, and its 91 The options parameter may be NULL or it may be a set of options
|
D | ray_cs.txt | 24 the essid= string parameter is available via the kernel command line. 149 be set using the phy_addr parameter in ray_cs.opts. This requires
|
D | dccp.txt | 64 the interpretation of this parameter depends on the current dequeuing policy 67 lowest-priority packet first. The default value for this parameter is 179 of this parameter is milliseconds; a value of 0 disables rate-limiting.
|
/linux-4.1.27/Documentation/ABI/testing/ |
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
|
D | sysfs-fs-ext4 | 15 requests to a multiple of this tuning parameter if the 36 Tuning parameter which controls the minimum size for 45 parameter will have their blocks allocated out of a 55 Tuning parameter which controls the maximum number of 87 Tuning parameter which (if non-zero) controls the goal
|
D | sysfs-block | 79 blocks to the operating system). This parameter 90 blocks to the operating system). This parameter 161 parameter indicates how many bytes the beginning of the 172 parameter indicates how many bytes the beginning of the 183 parameter indicates the size of the internal allocation 198 discard_max_bytes parameter is set by the device driver 215 parameter will be set to one. Otherwise it will be 0 and
|
D | sysfs-bus-rbd | 26 parameter set to true. 37 parameter set to true.
|
D | sysfs-class-led | 34 Invert the LED on/off state. This parameter is specific to
|
D | sysfs-class-bdi | 39 The 'min_ratio' parameter allows assigning a minimum
|
D | sysfs-driver-hid-logitech-lg4ff | 43 parameter set in order for the switch to DF-EX mode to work.
|
D | sysfs-firmware-memmap | 17 parameter segment of the kernel that should be booted with
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 34 This parameter lists paths to files or block devices used for 37 be silently ignored. See also “luns” parameter. 52 This parameter specifies whether each logical unit should be 64 must be specified for it with the “file” parameter as the module 83 This parameter specifies whether each logical unit should simulate 88 This parameter specifies whether each logical unit should be 101 This parameter specifies whether FUA flag should be ignored in SCSI 119 This parameter specifies number of logical units the gadget will 123 If this parameter is provided, and the number of files specified 127 If this parameter is not present, the number of logical units will [all …]
|
D | hotplug.txt | 36 There is a kernel parameter: /proc/sys/kernel/hotplug, which normally 37 holds the pathname "/sbin/hotplug". That parameter names a program 42 Only one parameter is required: the name of a subsystem being notified of 62 (done by init, modprobe, kapmd, etc). Its single command line parameter 146 probed for each new device; the third parameter to probe() will be null.
|
D | functionfs.txt | 55 When "functions" module parameter is supplied, only functions 57 parameter's value is just a one-element list, then the behaviour
|
D | URB.txt | 89 The parameter isoframes specifies the number of isochronous transfer frames 90 you want to schedule. For CTRL/BULK/INT, use 0. The mem_flags parameter 126 The mem_flags parameter, such as SLAB_ATOMIC, controls memory allocation, 202 Since the context parameter is included in the URB, you can pass
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 40 r3 1st parameter Return code 41 r4 2nd parameter 1st output value 42 r5 3rd parameter 2nd output value 43 r6 4th parameter 3rd output value 44 r7 5th parameter 4th output value 45 r8 6th parameter 5th output value 46 r9 7th parameter 6th output value 47 r10 8th parameter 7th output value 71 desired location. The first parameter indicates the effective address when the 72 MMU is enabled. The second parameter indicates the address in real mode, if
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 45 This parameter allows the scheduler to anticipate requests in the "backward" 51 This parameter is used to compute the cost of backward seeking. If the 60 This parameter is used to set the timeout of asynchronous requests. Default 65 This parameter is used to set the timeout of synchronous requests. Default 71 This parameter forces idling at the CFQ group level instead of CFQ 74 from a single queue. The idea with this parameter is that it can be run with 82 Default value for this parameter is 8ms. 86 This parameter is used to enable/disable the latency mode of the CFQ 97 This parameter is used to calculate the time slice for a process if cfq's 104 the read latency for some applications. This parameter allows for changing [all …]
|
D | null_blk.txt | 61 it is ignored when use_per_node_hctx module parameter is 1. 70 parameter.
|
D | queue-sysfs.txt | 27 The discard_max_bytes parameter is set by the device driver to the maximum 94 CONFIG_BLK_CGROUP is enabled, and this parameter applies to each such
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 5 The adaptor module parameter allows you to select either: 35 module parameter is automatically set to 1. The driver sends the same data to 37 parameter to match (A=19200, B=9600). 46 the outs module parameter is automatically set to 1. The driver sends 55 the outs module parameter is automatically set to 16. The substream 88 inputs is specified by the ins parameter.
|
D | Audiophile-Usb.txt | 82 parameter), or in an "advanced" mode with the device-specific parameter called 140 parameter called "device_setup" (this parameter was introduced in kernel 152 the same behaviour as when the parameter is omitted (see paragraph "Default 225 3.2.2 - How to use the device_setup parameter 228 The parameter can be given: 248 correct device_setup parameter and then (and only then) turn on the device again. 255 - change the device_setup parameter by changing the device_setup 270 this is not required to use the parameter and you may skip this section. 372 When device_setup is given as a parameter to the snd-usb-audio module, the
|
/linux-4.1.27/Documentation/scsi/ |
D | hpsa.txt | 27 boot parameter "hpsa_allow_any=1" is specified, however these are not tested 31 The "hpsa_simple_mode=1" boot parameter may be used to prevent the driver from 68 parameter. 71 controller is able to honor the "reset_devices" kernel parameter. If the 73 parameter is used by kdump, for example, to reset the controller at driver 79 unable to honor the reset_devices kernel parameter as a dump device.
|
D | link_power_management_policy.txt | 1 This parameter allows the user to set the link (interface) power management.
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 3 The rcu_cpu_stall_suppress module parameter enables RCU's CPU stall 5 This module parameter enables CPU stall detection by default, but 6 may be overridden via boot-time parameter or at runtime via sysfs. 12 This kernel configuration parameter defines the period of time 17 This configuration parameter may be changed at runtime via the 19 this parameter is checked only at the beginning of a cycle. 21 sysfs parameter to (say) five will shorten the timeout for the 31 This kernel configuration parameter causes the stall warning to 41 macro, not a kernel configuration parameter.) 51 parameter.) [all …]
|
D | 00-INDEX | 28 - RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress)
|
D | torture.txt | 118 choose for this module parameter! In addition, too-large 164 idle CPUs. Boolean parameter, "1" to test, "0" otherwise. 271 priority boosting via the "test_boost" module parameter, this 276 if you specified the "irqreader" module parameter.
|
/linux-4.1.27/Documentation/ |
D | VGA-softcursor.txt | 23 The second parameter selects character attribute bits you want to change 24 (by simply XORing them with the value of this parameter). On standard VGA, 30 The third parameter consists of character attribute bits you want to set.
|
D | init.txt | 15 0) Set "debug" kernel parameter (in bootloader config file or CONFIG_CMDLINE) 18 (and root= kernel parameter points to the correct partition),
|
D | lockup-watchdogs.txt | 13 panic; a sysctl, "kernel.softlockup_panic", a kernel parameter, 24 "BOOTPARAM_HARDLOCKUP_PANIC", and a kernel parameter, "nmi_watchdog"
|
D | kernel-parameters.txt | 11 if it doesn't recognize a parameter and it doesn't contain a '.', the 12 parameter gets passed to init: parameters with '=' go into init's 28 Hyphens (dashes) and underscores are equivalent in parameter names, so 46 parameter is applicable: 139 KNL Is a kernel start-up parameter. 140 BOOT Is a boot loader parameter. 151 a trailing = on the name of any parameter states that that parameter will 163 parameter values. These 'K', 'M', and 'G' letters represent the _binary_ 225 unusable. The "log_buf_len" parameter may be useful 472 Limit apic dumping. The parameter defines the maximal [all …]
|
D | IPMI.txt | 267 pretty much all message handling. Most of the parameter are 268 self-explanatory. However, it takes a "msgid" parameter. This is NOT 403 The regspacings parameter give the number of bytes between successive 408 The regsizes parameter gives the size of a register, in bytes. The 410 register. This parameter allows the read and write type to specified. 414 be in the lower 8 bits. The regshifts parameter give the amount to shift 421 The force_ipmid parameter forcefully enables (if set to 1) or disables 456 is in progress. The force_kipmid module parameter will all the user to 474 write-only parameter. You write a string to this interface. The string 528 the smb_addr parameter unless you have DMI or ACPI data to tell the [all …]
|
D | bad_memory.txt | 30 memmap is already in the kernel and usable as kernel-parameter at
|
D | kernel-doc-nano-HOWTO.txt | 79 If a function parameter is "..." (varargs), it should be listed in 97 The kernel-doc function comments describe each parameter to the 216 (* @parameterx(space)*: (description of parameter x)?)* 242 '@parameter' - name of a parameter
|
D | parport-lowlevel.txt | 1209 The 'flags' parameter may be one or more of the following, 1238 The 'flags' parameter may be one or more of the following, 1267 The 'flags' parameter may be one or more of the following, 1298 The 'flags' parameter may be one or more of the following, 1327 Writes a block of ECP data. The 'flags' parameter is ignored. 1353 Reads a block of ECP data. The 'flags' parameter is ignored. 1380 Writes a block of ECP addresses. The 'flags' parameter is ignored. 1410 Reads a block of data in nibble mode. The 'flags' parameter is ignored. 1436 Reads a block of data in byte mode. The 'flags' parameter is ignored. 1462 Writes a block of data in compatibility mode. The 'flags' parameter
|
D | braille-console.txt | 26 parameter.
|
/linux-4.1.27/Documentation/fb/ |
D | sisfb.txt | 52 A common mistake is that folks use a wrong parameter format when using the 54 the parameter format is video=sisfb:mode:none or video=sisfb:mode:1024x768x16 57 the parameter format reads mode=none or mode=1024x768x16 (or whatever mode you 75 a parameter in one of the following formats: 107 "mode" or "vesa" keywords as a parameter. See above and below. 150 parameter if sisfb is in-kernel (for example "video=sisfb:noypan). If
|
D | intelfb.txt | 80 The default parameter (not named) is the mode. 103 If setting this parameter doesn't work (you stay in a 80x25 text-mode), 104 you might need to set the "vga=<mode>" parameter too - see vesafb.txt
|
D | gxfb.txt | 26 parameter or using `fbset' program.
|
D | lxfb.txt | 26 parameter or using `fbset' program.
|
D | uvesafb.txt | 74 used a parameter of the scroll option, e.g. scroll=ypan.) 110 HINT: If you use this option because normal <mode> parameter does 127 a module parameter, and not as a part of the video= string. If you
|
D | aty128fb.txt | 27 boot parameter or using `fbset' program.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 94 There is also a boot parameter "nohz=" that can be used to disable 120 boot parameter specifies the adaptive-ticks CPUs. For example, 134 Alternatively, the CONFIG_NO_HZ_FULL_ALL=y Kconfig parameter specifies 136 Kconfig parameter will be overridden by the "nohz_full=" boot parameter, 137 so that if both the CONFIG_NO_HZ_FULL_ALL=y Kconfig parameter and 138 the "nohz_full=1" boot parameter is specified, the boot parameter will 217 2. The "rcu_nocbs=" kernel boot parameter, which takes a comma-separated 222 parameter has no effect for kernels built with RCU_NOCB_CPU_ALL=y. 268 b. On x86 systems, use the "idle=mwait" boot parameter. 273 d. On x86 systems, use the "idle=poll" boot parameter. [all …]
|
/linux-4.1.27/drivers/net/ethernet/qlogic/ |
D | Kconfig | 43 This configuration parameter enables Single Root Input Output 53 This configuration parameter enables DCB support in QLE83XX 74 This configuration parameter can be used to read the
|
/linux-4.1.27/Documentation/x86/ |
D | zero-page.txt | 18 080/010 ALL hd0_info hd0 disk parameter, OBSOLETE!! 19 090/010 ALL hd1_info hd1 disk parameter, OBSOLETE!!
|
D | pat.txt | 158 "debugpat" boot parameter. With this parameter, various debug messages are
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-module | 10 parameter. 22 Note: The individual parameter names and values are not
|
D | sysfs-driver-ib_srp | 39 parameter cmd_sg_entries defines the maximum S/G list length 62 different CPU then the comp_vector parameter can be used to 68 value for this parameter is 62. The lowest supported value
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 119 corresponding module parameter, aoe_iflist. Without this option, 121 usage example for the module parameter. 125 The aoe_deadsecs module parameter determines the maximum number of 132 The aoe_maxout module parameter has a default of 128. This is the 136 The aoe_dyndevs module parameter defaults to 1, meaning that the
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | kv_smc.c | 67 PPSMC_Msg msg, u32 parameter) in kv_send_msg_to_smc_with_parameter() argument 70 WREG32(SMC_MSG_ARG_0, parameter); in kv_send_msg_to_smc_with_parameter()
|
D | kv_dpm.h | 191 PPSMC_Msg msg, u32 parameter);
|
/linux-4.1.27/net/dccp/ccids/ |
D | Kconfig | 9 ccid2_debug parameter to 0 or 1. 45 ccid3_debug parameter to 0 or 1.
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/ |
D | Build | 3 …N_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-exte…
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Build | 3 …L_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-exte…
|
D | README | 17 that you want to access - it's passed as the second parameter,
|
/linux-4.1.27/Documentation/laptops/ |
D | sonypi.txt | 57 integrated MotionEye camera), set this parameter to 1 61 get enabled unless you set this parameter to 1. 80 reported to the user. This parameter is required for 134 tested) when using the driver with the fnkeyinit parameter. I cannot 136 This happens because the fnkeyinit parameter enables the ACPI
|
D | toshiba_haps.txt | 75 the only parameter it accepts, it is used to trigger
|
/linux-4.1.27/Documentation/fmc/ |
D | parameters.txt | 10 If not zero, the parameter asks the bus controller to dump the 14 If not zero, the parameter prints the SDB tree of every FPGA it is
|
D | fmc-fakedev.txt | 17 the eeprom= module parameter: the new EEPROM image is loaded, as usual,
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 57 This parameter specifies the number of internal buffers to use for storing 92 parameter between 0 and 3: 105 The compression parameter does not apply to the 645 and 646 cameras 107 parameter. 125 This parameter works only with the ToUCam range of cameras (720, 730, 740, 231 The compression parameter is semiglobal; it sets the initial compression 232 preference for all camera's, but this parameter can be set per camera with
|
/linux-4.1.27/Documentation/s390/ |
D | DASD | 10 The kernel parameter 'dasd=from-to,...' may be issued arbitrary times 11 in the kernel's parameter line or not at all. The 'from' and 'to' 17 ignored. If you do not supply the 'dasd=' kernel parameter at all, the
|
D | monreader.txt | 50 and you have to specify the "mem=" kernel parameter in your parmfile with a 55 This defines 140MB storage size for your guest, the parameter "mem=160M" is 63 kernel instead. There is one optional module (or kernel) parameter, "mondcss", 65 kernel, the kernel parameter "monreader.mondcss=<DCSS NAME>" can be specified
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 52 An optional parameter. A name that uniquely identifies 60 An optional parameter. A word that provides auxiliary data 84 An optional parameter. 85 If this parameter is specified, only matching regions
|
D | dm-io.txt | 62 The "error" parameter in this callback, as well as the "*error" parameter in
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 36 of the transfer in both directions.The dev parameter can be used 44 deasserted (LOW). The dev parameter can be used to map to different CAIF 55 not to introduce latency). The ifc parameter should be the pointer 64 not to introduce latency). The ifc parameter should be the pointer 121 * called with the parameter assert set to true. It is OK
|
D | README | 30 module parameter "ser_use_stx". 33 module parameter "ser_use_fcs".
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 117 the probe to look harder by supplying a kernel command line parameter 185 you need to explicitly enable probing by using "probe" kernel parameter, 190 * "probe" module parameter when ali14xx driver is compiled as module 197 You also need to use "probe" kernel parameter for ide-4drives driver 200 To enable support for IDE doublers on Amiga use "doubler" kernel parameter 205 a case please report it as a bug instead) use "ignore_cable" kernel parameter: 210 * "ignore_cable=[interface_number]" module parameter (for ide_core module)
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 23 parameter. The set of parameters implement is defined by pm_qos_power_init() 28 For each parameter a list of performance requests is maintained along with 32 in the parameter list elements. 74 parameter requests in the following way: 76 To register the default pm_qos target for the specific parameter, the process 80 request on the parameter. 99 simply the minimum of the request values held in the parameter list elements.
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 176 gc_max_sleep_time This tuning parameter controls the maximum sleep 180 gc_min_sleep_time This tuning parameter controls the minimum sleep 184 gc_no_gc_sleep_time This tuning parameter controls the default sleep 188 gc_idle This parameter controls the selection of victim 194 reclaim_segments This parameter controls the number of prefree 202 max_small_discards This parameter controls the number of discard 208 trim_sections This parameter controls the number of sections 212 ipu_policy This parameter controls the policy of in-place 218 min_ipu_util This parameter controls the threshold to trigger 223 min_fsync_blocks This parameter controls the threshold to trigger [all …]
|
D | ext4.txt | 63 workload parameter can completely change the ranking of which 199 inode_readahead_blks=n This tuning parameter controls the maximum 298 min_batch_time=usec This parameter sets the commit time (as 301 this parameter may improve the throughput of 454 inode_goal Tuning parameter which (if non-zero) controls 460 inode_readahead_blks Tuning parameter which controls the maximum 474 requests to a multiple of this tuning parameter if 483 mb_order2_req Tuning parameter which controls the minimum size 493 parameter will have their blocks allocated out
|
/linux-4.1.27/Documentation/security/ |
D | IMA-templates.txt | 32 parameter. At boot time, IMA initializes the chosen template descriptor 86 the 'ima_template=' parameter; 88 command line parameter 'ima_template_fmt='.
|
/linux-4.1.27/tools/perf/util/ |
D | Build | 126 CFLAGS_find_next_bit.o += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))" 127 CFLAGS_rbtree.o += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))" 128 CFLAGS_hweight.o += -Wno-unused-parameter -DETC_PERFCONFIG="BUILD_STR($(ETC_PERFCONFIG_SQ))"
|
/linux-4.1.27/drivers/scsi/ |
D | qla1280.c | 1157 mb[2] = nv->bus[bus].target[target].parameter.renegotiate_on_error << 8; in qla1280_set_target_parameters() 1158 mb[2] |= nv->bus[bus].target[target].parameter.stop_queue_on_check << 9; in qla1280_set_target_parameters() 1159 mb[2] |= nv->bus[bus].target[target].parameter.auto_request_sense << 10; in qla1280_set_target_parameters() 1160 mb[2] |= nv->bus[bus].target[target].parameter.tag_queuing << 11; in qla1280_set_target_parameters() 1161 mb[2] |= nv->bus[bus].target[target].parameter.enable_sync << 12; in qla1280_set_target_parameters() 1162 mb[2] |= nv->bus[bus].target[target].parameter.enable_wide << 13; in qla1280_set_target_parameters() 1163 mb[2] |= nv->bus[bus].target[target].parameter.parity_checking << 14; in qla1280_set_target_parameters() 1164 mb[2] |= nv->bus[bus].target[target].parameter.disconnect_allowed << 15; in qla1280_set_target_parameters() 1232 nv->bus[bus].target[target].parameter.enable_sync = device->sdtr; in qla1280_slave_configure() 1233 nv->bus[bus].target[target].parameter.enable_wide = device->wdtr; in qla1280_slave_configure() [all …]
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 46 parameter. Optionally the size of the ELF header can also be passed 203 second kernel using boot parameter "crashkernel=Y@X". Here X is 291 2) Boot the system kernel with the boot parameter "crashkernel=Y@X", 391 * The "irqpoll" boot parameter reduces driver initialization failures 397 * Boot parameter "1" boots the dump-capture kernel into single-user 405 the elfcorehdr= kernel parameter, it is used by the kdump kernel as it 406 is done on all other architectures. If no elfcorehdr= kernel parameter is 412 parameter should be used for the kdump kernel in order to prevent allocation 415 "allow_lun_scan" zfcp module parameter should be set to zero before 477 The kernel parameter, panic_on_warn, calls panic() in all WARN() paths. This
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 125 subsystem. Now this method relies on enumerator module parameter which is 161 (a) For a statically linked RapidIO subsystem core use command line parameter 164 the command line parameter "rapidio.hdid=-1,7" will result in assignment of 170 traditional methods of passing module parameter "hdid=" during its loading: 177 (i) if "hdid=" parameter is omitted all available mport will be assigned 179 (ii) the "hdid=" parameter in systems with multiple mports can have 199 command line parameter "rio-scan.scan=1". 205 parameter CONFIG_RAPIDIO_DISC_TIMEOUT defines time (in seconds) which 240 The method's single parameter "scan" allows to trigger the enumeration/discovery
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | Kconfig | 16 debug_level module parameter (which can also be set after
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | Kconfig | 18 with 'debug' module parameter.
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 9 You need to provide chip addresses as a module parameter when loading this 24 module parameter.
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 46 parameter "-s" (ncpfs-2.0.12 and newer). Say Y unless you are not 55 mount-time with the `-N nfs' parameter of ncpmount. 64 disable it at mount time with the -N os2 parameter of ncpmount.
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 18 This parameter defines the maximum difference between the highest 54 This option can be overridden by the "mtd=" UBI module parameter or 72 a fastmap on old images, but you can set the UBI module parameter
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 168 l %r12,.Lparm # pointer to parameter area 172 # load parameter file from ipl device 176 bas %r14,.Lloader # load parameter file
|
D | head64.S | 23 lg %r12,.Lparmaddr-.LPG1(%r13) # pointer to parameter area
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 27 If parameter is missing, mode 0 will be enabled. 36 If parameter is missing, channel 1 is chosen.
|
D | st,sta350.txt | 27 If parameter is missing, mode 0 will be enabled. 36 If parameter is missing, channel 1 is chosen.
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | Kconfig | 80 the module parameter "pio". With pio=0 as a module parameter, the
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 51 03 Address of parameter block changed (lsb) 52 04 Address of parameter block changed (msb) 53 05 Address of second parameter block changed (lsb) 54 ... depending on the number of parameter blocks updated
|
D | bcm5974.txt | 46 be switched on with the debug kernel module parameter. The range [1-9]
|
D | edt-ft5x06.txt | 53 mode. The same happens when reading/writing to the parameter files when the
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 84 The "cciss_simple_mode=1" boot parameter may be used to prevent the driver 180 There is a cciss_tape_cmds module parameter which can be used to make cciss 189 parameter allows more commands (up to 16 more) to be allocated for use by 194 Or, as a kernel boot parameter passed in via grub: cciss.cciss_tape_cmds=8
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-ismt | 16 monitoring the bus during debug, thus the need for this module parameter.
|
D | scx200_acb | 28 parameter to your boot command line:
|
D | i2c-parport | 25 the driver what you have, using the type module parameter. There is no 30 parameter is missing, the driver will simply fail to initialize.
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | Kconfig | 29 is set with the module parameter "ttys".
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 52 - cavium,pages: A cell specifying the PAGES parameter (0 = 8 bytes, 1 59 - cavium,bus-width: A cell specifying the WIDTH parameter (in bits) of
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | at25.txt | 14 - read-only : this parameter-less property disables writes to the eeprom
|
D | atmel-ssc.txt | 24 this parameter to choose where the clock from.
|
/linux-4.1.27/drivers/staging/media/mn88473/ |
D | TODO | 5 skipped. In that case rtl28xxu driver needs module parameter to prevent
|
/linux-4.1.27/drivers/staging/media/mn88472/ |
D | TODO | 5 skipped. In that case rtl28xxu driver needs module parameter to prevent
|
/linux-4.1.27/Documentation/arm/ |
D | Setup | 4 The following document describes the kernel initialisation parameter 18 This parameter must be set to the page size of the machine, and
|
/linux-4.1.27/kernel/time/ |
D | Kconfig | 110 You need to fill up the nohz_full boot parameter with the 166 This Kconfig parameter defines the number of CPUs in the largest 173 with larger values for this Kconfig parameter. On the other
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | governors.txt | 135 If CONFIG_NO_HZ_COMMON is not set or nohz=off boot parameter is used, the 150 ignore_nice_load: this parameter takes a value of '0' or '1'. When 159 sampling_down_factor: this parameter controls the rate at which the 170 powersave_bias: this parameter takes a value between 0 to 1000. It 177 drivers/cpufreq/amd_freq_sensitivity.c is loaded, this parameter
|
D | amd-powernow.txt | 36 fall back to ACPI if the PSB support fails. A module parameter,
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | Kconfig | 45 debug_level module parameter (which can also be set after
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 61 The parameter structures used by these ioctl's are described in 87 The parameter structures used by these ioctl's are described in
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 23 with the 'tmem.selfshrink=0' kernel boot parameter; and self-ballooning 25 kernel boot parameter. Note that systems without a sufficiently 180 The parameter "passthrough" allows you specify how you want the PCI 185 The "hide" parameter (only applicable if backend driver is compiled
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | xilinx.txt | 40 (parameter#): C_* parameters from system.mhs. The C_ prefix is 41 dropped from the parameter name, the name is converted 44 (baseaddr): the baseaddr parameter value (often named C_BASEADDR). 45 (HW_VER): from the HW_VER parameter.
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 96 * parameter of the sys_perf_event_open() syscall: 233 The 'pid' parameter to the sys_perf_event_open() system call allows the 236 pid == 0: if the pid parameter is zero, the counter is attached to the 244 The 'cpu' parameter allows a counter to be made specific to a CPU: 259 The 'flags' parameter is currently unused and must be zero. 261 The 'group_fd' parameter allows counter "groups" to be set up. A
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | tsc2007.txt | 19 parameter, that is used to filter noise from the event stream.
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds28e04 | 18 via the module parameter "w1_strong_pullup".
|
D | w1_therm | 36 The module parameter strong_pullup can be set to 0 to disable the
|
/linux-4.1.27/fs/cachefiles/ |
D | Kconfig | 19 enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 25 User customized search path by module parameter 'path'[1] 32 [1], the 'path' is a string parameter which length should be less
|
/linux-4.1.27/drivers/pnp/ |
D | Kconfig | 30 the pnp.debug kernel parameter.
|
/linux-4.1.27/net/dccp/ |
D | Kconfig | 38 by setting the parameter dccp_debug of the `dccp' module to 0 or 1.
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | readme | 17 dual frame buffer for driver with "dual" parameter
|
/linux-4.1.27/security/integrity/ |
D | Kconfig | 50 option adds a kernel parameter 'integrity_audit', which
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | README | 12 as a parameter - e.g. 'insmod ozwpan g_net_dev=go0') or can be bound after
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 2009 struct sst_hsw_transfer_parameter *parameter; in sst_hsw_module_set_param() local 2032 parameter = kzalloc(transfer_parameter_size, GFP_KERNEL); in sst_hsw_module_set_param() 2033 if (parameter == NULL) in sst_hsw_module_set_param() 2036 memcpy(parameter->data, param, param_size); in sst_hsw_module_set_param() 2042 parameter->parameter_id = parameter_id; in sst_hsw_module_set_param() 2043 parameter->data_size = param_size; in sst_hsw_module_set_param() 2046 parameter, transfer_parameter_size , NULL, 0); in sst_hsw_module_set_param() 2050 kfree(parameter); in sst_hsw_module_set_param()
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 22 - read-only : This parameter, if present, is a hint to Linux that this
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 47 data_debug_level module parameter; however, even with output
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | uefi.txt | 41 physical RAM by using the following kernel command line parameter.
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig.x86 | 78 parameter: elanfreq=maxspeed (in kHz) or as module label 79 parameter "max_freq". 296 parameter "relaxed_check=1" is passed to the module.
|
/linux-4.1.27/drivers/firmware/ |
D | Kconfig | 27 using the kernel parameter 'edd={on|skipmbr|off}'. 34 That memory map is used for example by kexec to set up parameter area
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 35 1. __jffs2_flush_wbuf() has a strange 'pad' parameter. Eliminate.
|
/linux-4.1.27/drivers/firmware/efi/ |
D | Kconfig | 37 using the efivars module's pstore_disable parameter.
|
/linux-4.1.27/drivers/remoteproc/ |
D | Kconfig | 60 directory. It can be specified via the module parameter
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | Kconfig | 40 parameter. For example:
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 39 enabled with debug_mask module parameter and debugfs
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 34 spec(family:id:crc), a module parameter can be passed to the driver which will
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,saw2.txt | 17 indicate this parameter.
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 4 a. ir-kbd-i2c needs a module parameter added to allow the user to tell
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 310 The <fbname> parameter specifies the name of the frame buffer, 413 This is probably the most complicated parameter... It specifies that 428 organized. This is done by a letter as <org> parameter: 448 address of the video memory. That is given in the <scrmem> parameter, 452 The next parameter, <scrlen>, tells the kernel about the size of the 461 (it is allowed to leave this parameter empty). 463 The <vgabase> parameter is optional. If it is not given, the kernel 472 parameter is written in hexadecimal with a "0x" prefix, just as 561 The second parameter <trackbuffer> tells the kernel whether to use 580 for one parameter, an error message is printed and that one setting is [all …]
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 82 coming and going. This parameter is only useful if 114 (A): Lock type that is being tortured -- torture_type parameter.
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 499 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 525 "You can't specify more than one --cpu parameter and/or\n" 609 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other " 610 "parameter\n" 611 " except the -c CPU, --cpu CPU parameter\n" 654 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n" 664 "At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
|
D | cs.po | 491 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 517 "You can't specify more than one --cpu parameter and/or\n" 599 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other " 600 "parameter\n" 601 " except the -c CPU, --cpu CPU parameter\n" 644 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n" 653 "At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
|
D | it.po | 491 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 520 "You can't specify more than one --cpu parameter and/or\n" 604 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other " 605 "parameter\n" 606 " except the -c CPU, --cpu CPU parameter\n" 652 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n" 661 "At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
|
D | fr.po | 493 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 517 "You can't specify more than one --cpu parameter and/or\n" 597 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other " 598 "parameter\n" 599 " except the -c CPU, --cpu CPU parameter\n" 644 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n" 653 "At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
|
D | pt.po | 494 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 522 "You can't specify more than one --cpu parameter and/or\n" 606 "2. The -f FREQ, --freq FREQ parameter cannot be combined with any other " 607 "parameter\n" 608 " except the -c CPU, --cpu CPU parameter\n" 653 "the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n" 663 "At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | cpm.txt | 34 parameter RAM region (if it has one).
|
/linux-4.1.27/fs/fscache/ |
D | Kconfig | 52 enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
/linux-4.1.27/drivers/virtio/ |
D | Kconfig | 72 bool "Memory mapped virtio devices parameter parsing"
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 22 - linux,default-trigger : This parameter, if present, is a
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-vt8500.txt | 28 a pull parameter implies no information about the mux function.
|
D | nvidia,tegra20-pinmux.txt | 24 Similarly, a pin subnode that describes a pullup parameter implies no 25 information about e.g. the mux function or tristate parameter. For this
|
/linux-4.1.27/drivers/mailbox/ |
D | Kconfig | 44 module parameter).
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 243 (VLB) instead of PCI, you must also supply a kernel boot parameter 734 runtime using the "gayle.doubler" kernel boot parameter. 806 runtime using the "ide-4drives.probe" kernel boot parameter if you 815 boot parameter. It enables support for the secondary IDE interface 827 boot parameter. It enables support for the secondary IDE interface 838 boot parameter. It enables support for the secondary IDE interface 849 boot parameter. It permits faster I/O speeds to be set. See the 859 boot parameter. It enables support for the secondary IDE interface
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 70 output is controlled via the module parameter debug.
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-is.h | 314 is->is_p_region->parameter.isp.control.cmd = cmd; in fimc_is_set_param_ctrl_cmd()
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 44 "ti,spi-wdelay" parameter.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | scosh.S | 95 fmovemx %fp0-%fp0,(%a0) |pass parameter to setox
|