/Linux-v4.19/drivers/acpi/acpica/ |
D | dbexec.c | 517 local_info.args = local_info.arguments; in acpi_db_method_thread() 518 local_info.arguments[0] = local_info.num_threads_str; in acpi_db_method_thread() 519 local_info.arguments[1] = local_info.id_of_thread_str; in acpi_db_method_thread() 520 local_info.arguments[2] = local_info.index_of_thread_str; in acpi_db_method_thread() 521 local_info.arguments[3] = NULL; in acpi_db_method_thread() 637 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument 645 acpi_gbl_db_method_info.args = acpi_gbl_db_method_info.arguments; in acpi_db_create_execution_thread() 650 for (i = 0; (i < ACPI_METHOD_NUM_ARGS) && *arguments; i++) { in acpi_db_create_execution_thread() 651 acpi_gbl_db_method_info.arguments[i] = *arguments; in acpi_db_create_execution_thread() 652 arguments++; in acpi_db_create_execution_thread() [all …]
|
D | dsmthdat.c | 64 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name, in acpi_ds_method_data_init() 67 walk_state->arguments[i].name.integer |= (i << 24); in acpi_ds_method_data_init() 68 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init() 69 walk_state->arguments[i].type = ACPI_TYPE_ANY; in acpi_ds_method_data_init() 70 walk_state->arguments[i].flags = ANOBJ_METHOD_ARG; in acpi_ds_method_data_init() 127 if (walk_state->arguments[index].object) { in acpi_ds_method_data_delete_all() 130 walk_state->arguments[index].object)); in acpi_ds_method_data_delete_all() 134 acpi_ns_detach_object(&walk_state->arguments[index]); in acpi_ds_method_data_delete_all() 249 *node = &walk_state->arguments[index]; in acpi_ds_method_data_get_node()
|
D | dbutils.c | 38 struct acpi_db_argument_info *arguments) in acpi_db_match_argument() argument 46 for (i = 0; arguments[i].name; i++) { in acpi_db_match_argument() 47 if (strstr(ACPI_CAST_PTR(char, arguments[i].name), in acpi_db_match_argument() 49 user_argument)) == arguments[i].name) { in acpi_db_match_argument()
|
D | dbobject.c | 267 obj_desc = walk_state->arguments in acpi_db_display_internal_object() 490 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments() 506 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
|
D | acdebug.h | 193 char **arguments, acpi_object_type *types); 210 struct acpi_db_argument_info *arguments);
|
/Linux-v4.19/Documentation/networking/ |
D | radiotap-headers.txt | 31 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
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm11351-pinctrl.txt | 61 - 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 …]
|
D | actions,s900-pinctrl.txt | 152 - bias-bus-hold: No arguments. The specified pins should retain the previous 154 - bias-high-impedance: No arguments. The specified pins should be configured 156 - bias-pull-down: No arguments. The specified pins should be configured as 158 - bias-pull-up: No arguments. The specified pins should be configured as 160 - input-schmitt-enable: No arguments: Enable schmitt trigger for the specified 162 - input-schmitt-disable: No arguments: Disable schmitt trigger for the specified
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | generic.txt | 5 speed. Valid arguments are "super-speed", "high-speed", 10 particular mode. Valid arguments are "host", 16 selected. Valid arguments are "utmi" and "utmi_wide".
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 47 # The number of arguments is not checked for user-defined functions. 48 # If some arguments are optional, it is useful to pass fewer parameters.
|
/Linux-v4.19/Documentation/sphinx/ |
D | kernel_include.py | 63 os.path.expandvars(self.arguments[0])) 71 self.arguments[0] = path 89 path = directives.path(self.arguments[0])
|
/Linux-v4.19/arch/x86/math-emu/ |
D | README | 75 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-v4.19/tools/power/pm-graph/config/ |
D | custom-timeline-functions.cfg | 3 # all the tool arguments so that they don't have to be given on the 90 # name with no arguments. 107 # arglist: A list of arguments from registers/stack addresses. See URL: 155 # name with no arguments. 172 # arglist: A list of arguments from registers/stack addresses. See URL:
|
/Linux-v4.19/arch/c6x/ |
D | Kconfig | 59 bool "Default bootloader kernel arguments" 67 to pass arguments to the kernel. For these architectures, you should 76 Set this to have arguments from the default kernel command string
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-script-perl.txt | 45 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:
|
/Linux-v4.19/Documentation/RCU/ |
D | UP.txt | 23 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-v4.19/arch/alpha/lib/ |
D | callback_srm.S | 21 mov $20,$21 # Shift arguments right. 48 lda $25,2($31) # two integer arguments
|
/Linux-v4.19/arch/mips/ |
D | Kconfig.debug | 43 should choose 'Y' here, and fill in the extra boot arguments 59 pass arguments to the kernel. For these platforms, and for the cases 70 bool "Built-in command line overrides firmware arguments" 75 command line arguments from firmware or second stage bootloader.
|
/Linux-v4.19/Documentation/trace/ |
D | kprobetrace.rst | 63 respectively. 'x' prefix implies it is unsigned. Traced arguments are shown 81 probe and gives you what arguments will be shown in trace buffer. If an event 118 1st to 4th arguments as "myprobe" event. Note, which register/stack entry is 122 As this example shows, users can choose more familiar names for each arguments. 153 You can see that the event has 4 arguments as in the expressions you specified.
|
/Linux-v4.19/Documentation/process/ |
D | adding-syscalls.rst | 65 For simpler system calls that only take a couple of arguments, the preferred 76 For more sophisticated system calls that involve a larger number of arguments, 77 it's preferred to encapsulate the majority of the arguments into a structure 168 arguments (i.e. parameter 1, 3, 5), to allow use of contiguous pairs of 32-bit 169 registers. (This concern does not apply if the arguments are part of a 199 number of arguments to the system call, and the macro takes the system call name 200 followed by the (type, name) pairs for the parameters as arguments. Using 288 system call's arguments has a type that is explicitly 64-bit even on a 32-bit 294 does **not** need a compatibility layer; for example, :manpage:`splice(2)`'s arguments of 317 parse the arguments from a 32-bit invocation. [all …]
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | hypercalls.txt | 8 Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively. 33 number in $2 (v0). Up to four arguments may be placed in $4-$7 (a0-a3) and 139 bitmap contained in the first two arguments (a0 and a1). Bit 0 of
|
/Linux-v4.19/arch/nios2/ |
D | Kconfig | 96 bool "Default bootloader kernel arguments" 105 pass arguments to the kernel. For these platforms, you can supply 114 Set this to have arguments from the default kernel command string
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-decoding.txt | 13 29-16 size of arguments
|
/Linux-v4.19/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-mmc.txt | 9 - dmas: One DMA phandle with arguments as defined by the devicetree bindings
|
/Linux-v4.19/Documentation/devicetree/bindings/mips/pic32/ |
D | microchip,pic32mzda.txt | 29 bootloader must pass the following arguments to the kernel:
|