Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Ddbexec.c538 local_info.args = local_info.arguments; in acpi_db_method_thread()
539 local_info.arguments[0] = local_info.num_threads_str; in acpi_db_method_thread()
540 local_info.arguments[1] = local_info.id_of_thread_str; in acpi_db_method_thread()
541 local_info.arguments[2] = local_info.index_of_thread_str; in acpi_db_method_thread()
542 local_info.arguments[3] = NULL; in acpi_db_method_thread()
658 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument
666 acpi_gbl_db_method_info.args = acpi_gbl_db_method_info.arguments; in acpi_db_create_execution_thread()
671 for (i = 0; (i < ACPI_METHOD_NUM_ARGS) && *arguments; i++) { in acpi_db_create_execution_thread()
672 acpi_gbl_db_method_info.arguments[i] = *arguments; in acpi_db_create_execution_thread()
673 arguments++; in acpi_db_create_execution_thread()
[all …]
Ddsmthdat.c64 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()
Ddbutils.c38 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()
Ddbobject.c267 obj_desc = walk_state->arguments in acpi_db_display_internal_object()
488 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
504 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
Dacdebug.h200 char **arguments, acpi_object_type *types);
217 struct acpi_db_argument_info *arguments);
/kernel/linux/linux-5.10/Documentation/networking/
Dradiotap-headers.rst36 argument bitmap extensions..." above), and the start of the arguments is moved
40 covered by the ieee80211_radiotap_header and any arguments following.
43 Requirements for arguments
46 After the fixed part of the header, the arguments follow for each argument
50 - the arguments are all stored little-endian!
57 - the arguments must be aligned to a boundary of the argument size using
75 - The arguments for a given argument index can be a compound of multiple types
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt32 Some events may have helper functions in the print format arguments.
40 of the helper function, as seen in the print format arguments. The _..._ is a
41 variable list of _tep_func_arg_type_ enums, the _func_ function arguments.
46 trace event parser context. The _func_ and _name_ arguments are the same, used
51 The _args_ is a list of arguments, defined when the helper function was
74 Notice the call to function _yesno()_ in the print arguments. In the kernel
/kernel/linux/linux-5.10/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-mt8183.txt52 "mediatek,pull-down-adv" to support arguments for those special pins.
53 Valid arguments are from 0 to 3.
56 duty cycle when asserted (high pulse width adjustment). Valid arguments
59 duty cycle when asserted (high pulse width adjustment). Valid arguments
62 When config drive-strength, it can support some arguments, such as
82 So the valid arguments of "mediatek,drive-strength-adv" are from 0 to 7.
Dpinctrl-mt6797.txt46 Valid arguments for 'slew-rate' are '0' for no slew rate controlled and
47 '1' for slower slew rate respectively. Valid arguments for 'drive-strength'
53 duty cycle when asserted (high pulse width adjustment). Valid arguments
56 duty cycle when asserted (high pulse width adjustment). Valid arguments
Dbitmain,bm1880-pinctrl.txt90 - bias-disable: No arguments. Disable pin bias.
91 - bias-pull-down: No arguments. The specified pins should be configured as
93 - bias-pull-up: No arguments. The specified pins should be configured as
95 - input-schmitt-enable: No arguments: Enable schmitt trigger for the specified
97 - input-schmitt-disable: No arguments: Disable schmitt trigger for the specified
Dactions,s900-pinctrl.txt152 - 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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dgeneric.txt5 speed. Valid arguments are "super-speed-plus",
11 particular mode. Valid arguments are "host",
17 selected. Valid arguments are "utmi" and "utmi_wide".
40 role is USB_ROLE_NONE. Valid arguments are "host" and
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/variable/
DKconfig47 # The number of arguments is not checked for user-defined functions.
48 # If some arguments are optional, it is useful to pass fewer parameters.
/kernel/linux/linux-5.10/Documentation/sphinx/
Dkernel_include.py63 os.path.expandvars(self.arguments[0]))
71 self.arguments[0] = path
89 path = directives.path(self.arguments[0])
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/Documentation/bpf/
Dprog_cgroup_sockopt.rst16 all input arguments: ``level``, ``optname``, ``optval`` and ``optlen``.
22 sockopt and it has writable context: it can modify the supplied arguments
84 to the input arguments (``level``, ``optname``, ``optval``, ``optlen``),
86 *not* the original input ``setsockopt`` arguments. The potentially
/kernel/linux/linux-5.10/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg3 # 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:
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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:
Ddb-export.txt35 number of arguments (e.g. def call_return_table(*x)) i.e. perf can pass more
36 arguments which old scripts will ignore.
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c323 struct atif_qbtc_arguments arguments; in amdgpu_atif_query_backlight_caps() local
328 arguments.size = sizeof(arguments); in amdgpu_atif_query_backlight_caps()
329 arguments.requested_display = ATIF_QBTC_REQUEST_LCD1; in amdgpu_atif_query_backlight_caps()
331 params.length = sizeof(arguments); in amdgpu_atif_query_backlight_caps()
332 params.pointer = (void *)&arguments; in amdgpu_atif_query_backlight_caps()
/kernel/linux/linux-5.10/arch/riscv/
DKconfig363 For most platforms, the arguments for the kernel's command line
365 where either no arguments are being provided or the provided
366 arguments are insufficient or even invalid.
379 bool "Use bootloader kernel arguments if available"
385 bool "Extend bootloader kernel arguments"
387 The command-line arguments provided during boot will be
389 cases where the provided arguments are insufficient and
/kernel/linux/linux-5.10/Documentation/RCU/
DUP.rst25 Now, if call_rcu() were to directly invoke its arguments, then upon return
37 by having call_rcu() directly invoke its arguments only if it was called
47 its arguments would cause it to fail to make the fundamental guarantee
48 underlying RCU, namely that call_rcu() defers invoking its arguments until
91 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
/kernel/linux/linux-5.10/arch/alpha/lib/
Dcallback_srm.S21 mov $20,$21 # Shift arguments right.
48 lda $25,2($31) # two integer arguments

12345678910>>...13