Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 200 of 208) sorted by relevance

12

/linux-4.1.27/drivers/acpi/acpica/
Ddsmthdat.c100 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name, in acpi_ds_method_data_init()
102 walk_state->arguments[i].name.integer |= (i << 24); in acpi_ds_method_data_init()
103 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init()
104 walk_state->arguments[i].type = ACPI_TYPE_ANY; in acpi_ds_method_data_init()
105 walk_state->arguments[i].flags = ANOBJ_METHOD_ARG; in acpi_ds_method_data_init()
162 if (walk_state->arguments[index].object) { in acpi_ds_method_data_delete_all()
165 walk_state->arguments[index].object)); in acpi_ds_method_data_delete_all()
169 acpi_ns_detach_object(&walk_state->arguments[index]); in acpi_ds_method_data_delete_all()
284 *node = &walk_state->arguments[index]; in acpi_ds_method_data_get_node()
Ddsutils.c716 union acpi_parse_object *arguments[ACPI_OBJ_NUM_OPERANDS]; in acpi_ds_create_operands() local
731 arguments[index] = arg; in acpi_ds_create_operands()
749 arg = arguments[index]; in acpi_ds_create_operands()
Dacstruct.h97 struct acpi_namespace_node arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */ member
Dacdebug.h225 struct acpi_db_argument_info *arguments);
Dutosi.c413 string_desc = walk_state->arguments[0].object; in acpi_ut_osi_implementation()
Daclocal.h1096 char *arguments[4]; member
/linux-4.1.27/scripts/rt-tester/
Drt-tester.py103 (options, arguments) = getopt.getopt(sys.argv[1:],'chqt')
121 if arguments:
123 fd = open(arguments[0])
125 sys.stderr.write("File not found %s\n" %(arguments[0]))
/linux-4.1.27/Documentation/networking/
Dradiotap-headers.txt31 argument bitmap extensions..." above), and the start of the arguments is moved
35 covered by the ieee80211_radiotap_header and any arguments following.
38 Requirements for arguments
41 After the fixed part of the header, the arguments follow for each argument
45 - the arguments are all stored little-endian!
52 - the arguments must be aligned to a boundary of the argument size using
70 - The arguments for a given argument index can be a compound of multiple types
Dipv6.txt4 Module options may be given as command line arguments to the insmod
Dfilter.txt140 The setsockopt(2) call to SO_DETACH_FILTER doesn't need any arguments
609 pointer. Since 64-bit CPUs are passing arguments to functions via registers
612 function. Natively, x86_64 passes first 6 arguments in registers, aarch64/
613 sparcv9/mips64 have 7 - 8 registers for arguments; x86_64 has 6 callee saved
619 * R1 - R5 - arguments from eBPF program to in-kernel function
665 place function arguments into R1 to R5 registers to satisfy calling
669 doesn't need to emit extra moves. Function arguments will be in the correct
709 can call kernel functions with up to 5 arguments. Calls with 6 or more arguments
783 arg2, u64 arg3, u64 arg4, u64 arg5); will receive arguments in proper
1089 called with valid arguments.
Dde4x5.txt154 Command line arguments are now allowed, similar to passing arguments
Dopenvswitch.txt81 them as comma-separated strings, with parentheses indicating arguments
89 Often we ellipsize arguments not important to the discussion, e.g.:
Dpktgen.txt163 arguments. Leading zeros are required.
Dcs89x0.txt208 be specified as command-line arguments to the load command. This facility
296 arguments to the driver when it is loaded.
Dnetdev-FAQ.txt219 is common, don't mis-indent function arguments that span multiple lines.
Dl2tp.txt107 arguments. A PPPoL2TP tunnel management socket (Step 2) must be
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt61 - input-schmitt-enable: No arguments. Enable schmitt-trigger mode.
62 - input-schmitt-disable: No arguments. Disable schmitt-trigger mode.
63 - bias-pull-up: No arguments. Pull up on pin.
64 - bias-pull-down: No arguments. Pull down on pin.
65 - bias-disable: No arguments. Disable pin bias.
76 - input-enable: No arguments. Enable input (does not affect
78 - input-disable: No arguments. Disable input (does not affect
91 - bias-disable: No arguments. Disable pin bias.
102 - input-enable: No arguments. Enable input (does not affect
104 - input-disable: No arguments. Disable input (does not affect
[all …]
Dpinctrl-mt65xx.txt58 So when config bias-pull-up, it support arguments for those special pins.
62 When config drive-strength, it can support some arguments, such as
Dxlnx,zynq-pinctrl.txt43 Valid arguments for 'slew-rate' are '0' and '1' to select between slow and fast
Dpinctrl-bindings.txt220 Some of the generic properties take arguments. For those that do, the
221 arguments are described below.
/linux-4.1.27/Documentation/mn10300/
DABI.txt20 The first two arguments (assuming up to 32-bits per argument) to a function are
21 passed in the D0 and D1 registers respectively; all other arguments are passed
24 If 64-bit arguments are being passed, then they are never split between
30 word. For example, two byte-sized arguments will always be passed in separate
64 in which the callee may store the first two arguments.
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dgeneric.txt5 speed. Valid arguments are "super-speed", "high-speed",
10 particular mode. Valid arguments are "host",
/linux-4.1.27/arch/x86/math-emu/
DREADME75 the reduced argument is accurate to more than 64 bits for arguments up
76 to a few pi, and accurate to more than 64 bits for most arguments,
77 even for arguments approaching 2^63. This is far superior to an
241 arguments greater than pi/4 can be thought of as being related to the
274 consequence, the accuracy of these functions for large arguments has
288 It is possible with some effort to find very large arguments which
298 For arguments close to critical angles (which occur at multiples of
300 arguments, the emulator is far more accurate.
311 number of randomly selected arguments in each case is about half a
318 result (which is 64 bits)) for about one per cent of all arguments
[all …]
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt138 aligned 64-bit arguments, 64-bit values are always packed in consecutive
139 arguments, even if this is contrary to the normal calling conventions (where the
146 But for metag fadvise64_64 is wrapped so that the 64-bit arguments are packed:
152 So the arguments are packed in the registers like this:
190 64-bit arguments are placed in matching pairs of registers (i.e. the same
193 arguments are stored on the stack in reverse order (earlier arguments at higher
/linux-4.1.27/arch/mips/
DKconfig.debug45 should choose 'Y' here, and fill in the extra boot arguments
61 pass arguments to the kernel. For these platforms, and for the cases
72 bool "Built-in command line overrides firmware arguments"
77 command line arguments from firmware or second stage bootloader.
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-perl.txt45 Most of the event's field values are passed as arguments to the
87 The $common_* arguments in the handler's argument list are the set of
88 arguments passed to all event handlers; some of the fields correspond
91 to every event as arguments but are available as library functions.
104 counterparts as handler function arguments of the same name, as can be
153 of common arguments are passed into it:
Dperf-script-python.txt443 Most of the event's field values are passed as arguments to the
483 The common_* arguments in the handler's argument list are the set of
484 arguments passed to all event handlers; some of the fields correspond
487 to every event as arguments but are available as library functions.
500 counterparts as handler function arguments of the same name, as can be
550 of common arguments are passed into it:
Dperf-probe.txt49 Be more verbose (show parsed arguments, etc).
142 'ARG' specifies the arguments of this probe point, (see PROBE ARGUMENT).
Dperf-script.txt132 The arguments are processed in the order received. A later usage can
/linux-4.1.27/Documentation/RCU/
DUP.txt23 Now, if call_rcu() were to directly invoke its arguments, then upon return
35 by having call_rcu() directly invoke its arguments only if it was called
45 its arguments would cause it to fail to make the fundamental guarantee
46 underlying RCU, namely that call_rcu() defers invoking its arguments until
84 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
/linux-4.1.27/arch/alpha/lib/
Dcallback_srm.S19 mov $20,$21 # Shift arguments right.
46 lda $25,2($31) # two integer arguments
/linux-4.1.27/arch/c6x/
DKconfig58 bool "Default bootloader kernel arguments"
66 to pass arguments to the kernel. For these architectures, you should
75 Set this to have arguments from the default kernel command string
/linux-4.1.27/Documentation/trace/
Dkprobetrace.txt56 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
69 probe and gives you what arguments will be shown in trace buffer. If an event
103 1st to 4th arguments as "myprobe" event. Note, which register/stack entry is
107 As this example shows, users can choose more familiar names for each arguments.
136 You can see that the event has 4 arguments as in the expressions you specified.
Dmmiotrace.txt127 dependent arguments. Arguments are separated by a space, or continue until the
130 Explanation Keyword Space-separated arguments
Duprobetracer.txt52 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned).
Dftrace-design.txt58 mcount(), the arguments mcount() will pass to the tracer are:
121 The arguments to prepare_ftrace_return are slightly different than what are
/linux-4.1.27/drivers/acpi/
Dutils.c292 struct acpi_object_list *arguments, unsigned long long *data) in acpi_evaluate_integer() argument
303 status = acpi_evaluate_object(handle, pathname, arguments, &buffer); in acpi_evaluate_integer()
326 struct acpi_object_list *arguments, in acpi_evaluate_reference() argument
342 status = acpi_evaluate_object(handle, pathname, arguments, &buffer); in acpi_evaluate_reference()
/linux-4.1.27/Documentation/sound/oss/
DSoundblaster8 The Sound Blaster module takes the following arguments
21 The following arguments are taken if ISAPnP support is compiled in
Dultrasound7 The gus module takes the following arguments
Dmwave121 ro # Other kernel arguments go here.
134 to be dynamically deactivated via kernel arguments. Whatever you chose to
DSoundPro68 sure that the values of the various arguments match what you specified
DREADME.modules68 needs to pass the modules the necessary parameters as arguments, either
/linux-4.1.27/tools/build/
DBuild.include30 # Check if both arguments has same arguments. Result is empty string if equal.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dfsl-imx-mmc.txt9 - dmas: One DMA phandle with arguments as defined by the devicetree bindings
/linux-4.1.27/Documentation/ioctl/
Dioctl-decoding.txt13 29-16 size of arguments
/linux-4.1.27/arch/nios2/
DKconfig100 bool "Default bootloader kernel arguments"
109 pass arguments to the kernel. For these platforms, you can supply
118 Set this to have arguments from the default kernel command string
/linux-4.1.27/arch/tile/
DKconfig334 Allow for specifying boot arguments to the kernel at
337 kernel boot arguments with the kernel itself (that is,
340 To compile command line arguments into the kernel,
342 the boot arguments in CONFIG_CMDLINE.
352 Enter arguments here that should be compiled into the kernel
365 bool "Built-in command line overrides boot loader arguments"
/linux-4.1.27/Documentation/ABI/testing/
Ddebugfs-olpc12 are optional (hex) arguments.
/linux-4.1.27/drivers/android/
DKconfig19 Android process, using Binder to identify, invoke and pass arguments
/linux-4.1.27/arch/score/
DKconfig.debug14 pass arguments to the kernel. For these platforms, you can supply
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/
Dpistachio.txt38 following arguments to the kernel:
/linux-4.1.27/arch/arm/mach-shmobile/
Dheadsmp.S55 adr r7, 3f @ array of per-cpu arguments
/linux-4.1.27/arch/mips/kernel/
Dhead.S105 LONG_S a0, fw_arg0 # firmware arguments
/linux-4.1.27/arch/m68k/ifpsp060/
Dilsp.doc91 add.l &0xc,%sp # clear arguments from stack
106 add.l &0xc,%sp # clear arguments from stack
124 addq.l &0x8,%sp # clear arguments from stack
/linux-4.1.27/Documentation/devicetree/bindings/
Dchosen.txt6 arguments. Data in the chosen node does not represent the hardware.
/linux-4.1.27/arch/metag/
DKconfig236 bool "Default bootloader kernel arguments"
243 to pass arguments to the kernel. For these architectures, you should
251 Set this to have arguments from the default kernel command string
/linux-4.1.27/arch/microblaze/
DKconfig92 bool "Default bootloader kernel arguments"
100 to pass arguments to the kernel. For these architectures, you should
109 Set this to have arguments from the default kernel command string
/linux-4.1.27/Documentation/fault-injection/
Dprovoke-crashes.txt8 You can provide the way either through module arguments when inserting
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt186 #feature args : number of feature arguments passed
190 #policy args : an even number of arguments corresponding to
196 Optional feature arguments are:
249 #core args : Number of core arguments (must be even)
253 #policy args : Number of policy arguments to follow (must be even)
Ddm-flakey.txt19 [<num_features> [<feature arguments>]]
Dswitch.txt81 The number of optional arguments. Currently, no optional arguments
Dera.txt27 None of the dm messages take any arguments.
Ddm-crypt.txt51 Otherwise #opt_params is the number of following arguments.
Dverity.txt69 Otherwise #opt_params is the number of following arguments.
Dsnapshot.txt51 takes the same table arguments as the snapshot target except it only
Ddm-raid.txt153 arguments, regardless of the order used when originally loading the table.
Dthin-provisioning.txt255 Optional feature arguments:
/linux-4.1.27/arch/sh/
DKconfig798 Setting this option allows the kernel command line arguments
802 bool "Overwrite bootloader kernel arguments"
804 Given string will overwrite any arguments passed in by
808 bool "Extend bootloader kernel arguments"
810 Given string will be concatenated with arguments passed in
816 string "Kernel command line arguments string"
/linux-4.1.27/Documentation/fb/
Dcirrusfb.txt35 At the moment, there are two kernel command line arguments supported:
Dsisfb.txt60 arguments are separated with ",". For example:
/linux-4.1.27/Documentation/usb/
Dwusb-cbaf55 You can default most arguments to '' to get a sane value:
Dbulk-streams.txt47 passed in as arguments. Do not call this function to request less than two
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dsamsung-phy.txt96 - samsung,exynos-sataphy-i2c-phandle : a phandle to the I2C device, no arguments
97 - samsung,syscon-phandle : a phandle to the PMU system controller, no arguments
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt55 as they have the same arguments, and can either take the pin specific
56 values, or the more generic special-function-number arguments.
/linux-4.1.27/Documentation/cpu-freq/
Dcpu-drivers.txt162 The target_index call has two arguments: struct cpufreq_policy *policy,
173 The target call has three arguments: struct cpufreq_policy *policy,
264 Use arguments "pos" - a cpufreq_frequency_table * as a loop cursor and
/linux-4.1.27/arch/xtensa/
DKconfig241 invalid arguments. It is provided only for backwards compatibility.
254 invalid arguments. It is provided only for backwards compatibility.
330 bool "Default bootloader kernel arguments"
338 for the boot loader to pass arguments to the kernel. For these
/linux-4.1.27/Documentation/ia64/
Dfsys.txt96 - r32-r39 = system call arguments
106 - r32-r39 = system call arguments (as passed into the fsyscall handler)
118 o Fsyscall-handlers MUST preserve incoming arguments (r32-r39, r11,
135 proper number of arguments.
Dserial.txt26 and "console=" arguments. Without an HCDP, device names didn't
Derr_inject.txt1015 case 'e': /* error arguments */
1042 printf("Wrong error arguments.\n");
/linux-4.1.27/tools/testing/fault-injection/
Dfailcmd.sh20 Usage: $0 [options] command [arguments]
/linux-4.1.27/include/acpi/
Dacpi_bus.h46 struct acpi_object_list *arguments, unsigned long long *data);
50 struct acpi_object_list *arguments,
/linux-4.1.27/Documentation/kbuild/
Dheaders_install.txt25 optional arguments:
Dkbuild.txt121 The script will be called with the following arguments:
Dkconfig-language.txt38 arguments. "config" starts a new config entry. The following lines
Dmakefiles.txt590 ld-option takes two options as arguments.
1058 When make is executed without arguments, the first goal encountered
1070 When "make" is executed without arguments, bzImage will be built.
Dmodules.txt178 supports building the module using "make" with no arguments.
/linux-4.1.27/Documentation/prctl/
Dseccomp_filter.txt19 number and the system call arguments. This allows for expressive
27 call arguments directly.
53 reflecting the system call number, arguments, and other
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dpsci.txt12 firmware (specified as part of the binding below) and passing arguments
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dpower_domain.txt11 phandle arguments (so called PM domain specifiers) of length specified by the
/linux-4.1.27/Documentation/
Dphy.txt41 arguments. For the dt boot case, all PHY providers should use one of the above
81 be used to get the PHY. In the case of dt boot, the string arguments
Dsparse.txt102 The optional make variable CF can be used to pass arguments to sparse. The
Dfutex-requeue-pi.txt123 FUTEX_CMP_REQUEUE_PI accepts nr_wake and nr_requeue as arguments, but
Dpi-futex.txt56 Most of the technical counter-arguments against doing priority
Dbinfmt_misc.txt115 If you want to pass special arguments to your interpreter, you can
Dmodule-signing.txt181 the Linux kernel source tree. The script requires 4 arguments:
Dprintk-formats.txt260 correctness of the format string and va_list arguments.
Dkprobes.txt33 function's arguments. A return probe fires when a specified function
82 seamless access to the probed function's arguments. The jprobe
96 By convention, the callee owns its arguments, so gcc may produce code
DIRQ-domain.txt49 hwirq number as arguments. If a mapping for the hwirq doesn't already
Dkernel-doc-nano-HOWTO.txt59 * for arguments.
Dworkqueue.txt158 takes three arguments - @name, @flags and @max_active. @name is the
D00-INDEX305 - info on boot arguments for the multiple devices driver.
Dkobject.txt159 The arguments are the same as the individual kobject_init() and
Dapplying-patches.txt86 A few other nice arguments for patch are -s which causes patch to be silent
Dkernel-parameters.txt13 environment, others are passed as command line arguments to init.
1675 Valid arguments: on, off
1681 Valid arguments: 0, 1, 2
2404 Valid arguments: on, off
DCodingStyle655 3) macros with arguments that are used as l-values: FOO(x) = y; will
/linux-4.1.27/arch/hexagon/
DKconfig109 to pass arguments to the kernel. For these, you should supply some
/linux-4.1.27/arch/m68k/fpsp040/
Dslogn.S21 | situation. For those arguments, slognp1 takes approximately
22 | 210 cycles. For the less common arguments, the program will
Dsatan.S19 | argument X such that 1/16 < |X| < 16. For the other arguments,
Dsetox.S35 | is the usual situation. For the less common arguments,
41 | approximately ??? / ??? cycles. For the less common arguments,
/linux-4.1.27/arch/openrisc/
DKconfig126 to pass arguments to the kernel. For these architectures, you should
/linux-4.1.27/Documentation/virtual/kvm/
Dhypercalls.txt8 Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively.
/linux-4.1.27/Documentation/filesystems/nfs/
Dfault_injection.txt66 based on the arguments passed by the user. For example, running
Didmapper.txt66 hand". This program takes two arguments, a serialized key and a key
Dnfs.txt80 is run, with two arguments:
/linux-4.1.27/Documentation/scsi/
Din2000.txt29 handling of command-line arguments when loaded as a module.
128 The default arguments (you get these when you don't give an 'in2000'
D53c700.txt70 template and the new parameters as arguments. You should also call
Dsym53c8xx_2.txt33 10.2 Available arguments
445 10.2 Available arguments
548 Previously, the sym2 driver accepted arguments of the form
Dncr53c8xx.txt33 10.2 Available arguments
646 For the moment, the integer list of arguments is discarded by the driver.
665 10.2 Available arguments
DChangeLog.1992-1997415 * aha1542.c(aha1542_intr_handle): Use arguments handed down to find
440 In particular, we now receive the irq number as one of the arguments.
1277 scsi_init_malloc, remove all arguments, no return value.
DChangeLog.megaraid209 2. megaraid_mbox fix: wrong order of arguments in memset()
DChangeLog.lpfc57 - switch lpfc_sli_pcimem_bcopy to take void * arguments.
932 * Removed 2 unneeded arguments to lpfc_find_target (lun and
/linux-4.1.27/drivers/mmc/host/
Dvub300.c71 u8 arguments[4]; member
1077 vub300->cmnd.head.arguments[0] = cmd->arg >> 24; in send_command()
1078 vub300->cmnd.head.arguments[1] = cmd->arg >> 16; in send_command()
1079 vub300->cmnd.head.arguments[2] = cmd->arg >> 8; in send_command()
1080 vub300->cmnd.head.arguments[3] = cmd->arg >> 0; in send_command()
1104 if (0x08 & vub300->cmnd.head.arguments[0]) { /* BLOCK MODE */ in send_command()
/linux-4.1.27/Documentation/timers/
Dtimers-howto.txt33 possible overflow when passing large arguments to udelay.
/linux-4.1.27/Documentation/w1/masters/
Dds249030 a write buffer and a read buffer (along with sizes) as arguments.
/linux-4.1.27/Documentation/ABI/stable/
Dfirewire-cdev81 and map it into the process address space. The arguments should
/linux-4.1.27/arch/unicore32/
DKconfig179 loader passes other arguments to the kernel.
/linux-4.1.27/scripts/
DKbuild.include225 # Check if both arguments has same arguments. Result is empty string if equal.
Dspelling.txt108 arguements||arguments
/linux-4.1.27/Documentation/filesystems/
Dinotify.txt36 There are other good arguments. With a single fd, there is a single
Dubifs.txt110 The following is an example of the kernel boot arguments to attach mtd0
Dporting182 just takes the superblock and inode number as arguments and does the
469 need now. Remember that they have opposite orders of arguments ;-/
Dcoda.txt662 The vattr structure included in the input arguments is superfluous and
1088 data arguments are filled as usual. flags is not used by Venus.
1517 zapfile routine takes different arguments. Linux does not implement
1552 as in the arguments. This downcall is probably never issued.
Dvfs.txt145 The mount() method has the following arguments:
161 The arguments match those of mount(2) and their interpretation
187 A fill_super() callback implementation has the following arguments:
Dramfs-rootfs-initramfs.txt300 require _truly_hideous_ command line arguments. But that says nothing
Dproc.txt131 cmdline Command line arguments
1856 poorly written programs passing sensitive information via program arguments are
/linux-4.1.27/lib/
DKconfig.kgdb41 a kernel boot arguments "kgdbwait kgdbts=V1F100"
/linux-4.1.27/arch/arm/boot/dts/
Dtegra114-tn7.dts11 /* TN7's bootloader's arguments need to be overridden */
Dtegra114-roth.dts11 /* SHIELD's bootloader's arguments need to be overridden */
/linux-4.1.27/Documentation/scheduler/
Dsched-domains.txt34 The latter function takes two arguments: the current CPU and whether it was idle
/linux-4.1.27/arch/arm/
DKconfig1611 intercept syscalls that have structure arguments which layout
1871 bool "Use bootloader kernel arguments if available"
1878 bool "Extend with bootloader kernel arguments"
1880 The command-line arguments provided by the boot loader will be
1890 for the boot loader to pass arguments to the kernel. For these
1901 bool "Use bootloader kernel arguments if available"
1908 bool "Extend bootloader kernel arguments"
1910 The command-line arguments provided by the boot loader will be
1917 loader passes other arguments to the kernel.
/linux-4.1.27/drivers/net/can/
DKconfig52 arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw".
/linux-4.1.27/Documentation/block/
Dbiovecs.txt33 conversion just required changing the types of the arguments to
/linux-4.1.27/Documentation/arm/
Dkernel_mode_neon.txt71 current instruction and arguments, and emulates the instruction in software.
/linux-4.1.27/Documentation/video4linux/
Dv4l2-framework.txt433 the two functions takes two arguments: a pointer to struct v4l2_device and a
557 calls i2c_new_device() with the given i2c_adapter and chip/address arguments.
578 arguments and has both 'addr' and 'probed_addrs' arguments: if addr is not
588 to the i2c driver and replaces the irq, platform_data and addr arguments.
591 the irq and platform_data arguments after the subdev was setup. The older
832 0x02: Log the ioctl name arguments and error code. VIDIOC_(D)QBUF ioctls are
Dv4l2-controls.txt191 last four arguments. These values are driver specific while control attributes
585 The first two arguments are identical to v4l2_ctrl_cluster. The third argument
/linux-4.1.27/arch/sparc/
DKconfig338 bool "Default bootloader kernel arguments"
346 Say Y here if you want to be able to pass default arguments to
/linux-4.1.27/Documentation/crypto/
Dapi-intro.txt7 arguments, and works directly on pages. In some cases (e.g. ECB
/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options70 remap, card, radio and pll accept up to four comma-separated arguments
DSound-FAQ20 example. The file CARDLIST has a list of valid arguments for card.
/linux-4.1.27/arch/
DKconfig514 Architecture has the first two arguments of clone(2) swapped.
525 Architecture has unusual rt_sigaction(2) arguments
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt46 @ext - external flags. Used by different commands to specify some extra arguments
/linux-4.1.27/Documentation/development-process/
D4.Coding75 patches to remove unused arguments; they should, in general, not be added
112 easier to read, do not evaluate their arguments multiple times, and allow
113 the compiler to perform type checking on the arguments and return value.
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME203 Any combination of the above arguments can be supplied on the command
/linux-4.1.27/arch/c6x/kernel/
Dentry.S323 ;; A4,B4,A6,B6,A8,B8 = arguments of the syscall function
/linux-4.1.27/tools/power/cpupower/po/
Dfr.po503 "For the arguments marked with *, omitting the -c or --cpu argument is\n"
505 msgstr "Les arguments avec un * utiliseront le CPU 0 si -c (--cpu) est omis\n"
592 msgstr "Les arguments avec un * utiliseront le CPU 0 si -c (--cpu) est omis\n"
Dde.po509 "For the arguments marked with *, omitting the -c or --cpu argument is\n"
Dcs.po501 "For the arguments marked with *, omitting the -c or --cpu argument is\n"
Dit.po502 "For the arguments marked with *, omitting the -c or --cpu argument is\n"
Dpt.po504 "For the arguments marked with *, omitting the -c or --cpu argument is\n"
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt31 3) arguments for init
38 into init's environment. All other arguments are passed to init as
396 three arguments of the "internal:". <xres_max> is the maximum line
575 Generally, any number of arguments can be omitted from the end. And
/linux-4.1.27/arch/powerpc/
DKconfig641 bool "Default bootloader kernel arguments"
649 pass arguments to the kernel. For these platforms, you can supply
658 loader passes other arguments to the kernel.
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt132 The arguments are well documented in the script's comment block, so they
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dentry.S325 ;; pointers. Input arguments are:
/linux-4.1.27/Documentation/acpi/
Denumeration.txt97 /* Prepare arguments for filter_func */
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt146 _cpu_up() functions. They differ in the arguments passed to these functions,
/linux-4.1.27/drivers/staging/panel/
DKconfig22 modules with different arguments. Numbering starts with '0' for LPT1,
/linux-4.1.27/Documentation/s390/
DDebugging390.txt516 r7 pointer-to arguments 5 to ... saved
539 2) In functions with variable arguments e.g. printf the calling procedure
540 is identical to one without variable arguments & the same number of
558 7) Floating point arguments 2 & 3 are saved in the outgoing args area for
686 we now use f4 & f6 for floating point arguments on 64 bit.
1616 info args: display current procedure arguments.
1775 as gdb unfortunately deals with printed arguments as ints which
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt34 (*) "idfmt" is a format and printf-style arguments for constructing a label
45 Two extra arguments should also be supplied:
Dnetfs-api.txt689 This takes the netfs cookie, and the page and gfp arguments as supplied to
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-kernel-api.txt209 arguments of this function are the watchdog device where you want to add the
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt142 optional set of nodes can be viewed as the arguments to the policy
411 specified by the 'start' and 'len' arguments. Additional actions
Dhugetlbpage.txt25 proper alignment and size of the arguments to system calls that map huge page
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S300 ;; input arguments: r10 = prev, r11 = next, r12 = thread offset in task struct
/linux-4.1.27/Documentation/driver-model/
Dporting.txt380 The driver model core passes several arguments to userspace via
/linux-4.1.27/Documentation/arm/OMAP/
DDSS304 Kernel boot arguments
/linux-4.1.27/arch/x86/
DKconfig2009 Allow for specifying boot arguments to the kernel at
2012 kernel boot arguments with the kernel itself (that is,
2015 To compile command line arguments into the kernel,
2017 the boot arguments in CONFIG_CMDLINE.
2027 Enter arguments here that should be compiled into the kernel
2040 bool "Built-in command line overrides boot loader arguments"
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt263 The gpiod_set_array() functions take three arguments:
Dgpio-legacy.txt302 * 'flags', identical to gpio_request() wrt other arguments and
/linux-4.1.27/arch/arm/crypto/
Dsha1-armv4-large.S35 @ instructions with 3 arguments, no [fixed] rotate, addressing
/linux-4.1.27/Documentation/serial/
Ddriver29 arguments (uart_parse_options).
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt368 just need to call thermal_generate_netlink_event() with two arguments viz
/linux-4.1.27/sound/oss/
DCHANGELOG347 - Interpreting of boot time arguments (sound=) for Linux.
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt288 page. This includes memory size, reserved ranges, command line arguments
630 and the kernel command line arguments (optional).
963 puts some variable environment information, like the arguments, or
1176 like physical memory size or kernel arguments). At this point, 2
Dusage-model.txt194 The bootargs property contains the kernel arguments, and the initrd-*
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt279 should it be always the flags passed in the arguments
/linux-4.1.27/
DMakefile675 KBUILD_CPPFLAGS += $(call cc-option,-Qunused-arguments,)
/linux-4.1.27/Documentation/cdrom/
Dide-cd158 two arguments: the CDROM device, and the slot number to which you wish
/linux-4.1.27/arch/arm64/
DKconfig695 loader passes other arguments to the kernel.
/linux-4.1.27/arch/s390/kernel/
Dentry.S313 lmg %r2,%r7,__PT_R2(%r11) # load svc arguments
/linux-4.1.27/Documentation/security/
Dcredentials.txt363 which return these pairs of values through their arguments after retrieving
Dkeys.txt674 The payload and plen arguments describe the payload data as for add_key().
676 The payload_iov and ioc arguments describe the payload data in an iovec
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1576 arguments will make it listen on a default pair of unix domain
1638 isn't acceptable for some reason. The rest of the arguments describe
1641 you ran the daemon with no arguments, running the UML on the same
2326 This takes no arguments. It prints the UML version.
2347 These take no arguments. They shut the machine down immediately, with
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt449 # Remove an option (the first parameter) without any arguments from
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg655 * We cheat by passing arguments in the Accumulator up to the kernel driver
/linux-4.1.27/arch/blackfin/
DKconfig377 bool "Default bootloader kernel arguments"
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio.txt737 The hda-verb program takes four arguments: the hwdep device file, the
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped953 /* YYLEX -- calling `yylex' with the right arguments. */
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped880 /* YYLEX -- calling `yylex' with the right arguments. */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped786 /* YYLEX -- calling `yylex' with the right arguments. */
/linux-4.1.27/Documentation/x86/
Dboot.txt1120 arguments of the "handoff state" as described in section 2.3 of the

12