Home
last modified time | relevance | path

Searched full:arguments (Results 1 – 25 of 1924) sorted by relevance

12345678910>>...77

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_args.h21 * @args: arguments for the macro
24 * make sure it's arguments will be correctly expanded.
38 * DROP_FIRST_ARG - Returns all arguments except the first one.
39 * @args: arguments
56 * @args: arguments
73 * @args: arguments
78 * Like COUNT_ARGS() this macro works up to 12 arguments.
93 * @args: arguments
128 * fixed number of arguments, but we want to pass more arguments which can
/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
Dprogram.py37 arguments = dict.fromkeys([])
40 arguments[procedure.argument.type_name] = None
41 if len(arguments) > 0:
44 for argument in arguments:
62 arguments = dict.fromkeys([])
65 arguments[procedure.argument.type_name] = None
68 for argument in arguments:
90 arguments = dict.fromkeys([])
93 arguments[procedure.argument.type_name] = None
96 for argument in arguments:
/linux-6.12.1/drivers/acpi/acpica/
Dnsarguments.c52 /* Typecheck all arguments */ in acpi_ns_check_argument_types()
121 "Object (%s) must be a control method with %u arguments", in acpi_ns_check_acpi_compliance()
133 "with no arguments and no return value", in acpi_ns_check_acpi_compliance()
155 "Insufficient arguments - " in acpi_ns_check_acpi_compliance()
163 "Excess arguments - " in acpi_ns_check_acpi_compliance()
208 "%u arguments were passed to a non-method ACPI object (%s)", in acpi_ns_check_argument_count()
222 * Emit a message if too few or too many arguments have been passed in acpi_ns_check_argument_count()
225 * Note: Too many arguments will not cause the method to in acpi_ns_check_argument_count()
227 * arguments and the method attempts to use one of the missing ones. in acpi_ns_check_argument_count()
234 "Insufficient arguments - " in acpi_ns_check_argument_count()
[all …]
Ddbexec.c112 /* Pass through any command-line arguments */ in acpi_db_execute_method()
116 /* Get arguments passed on the command line */ in acpi_db_execute_method()
127 "While parsing method arguments")); in acpi_db_execute_method()
517 * acpi_gbl_db_method_info.Arguments will be passed as method arguments. in acpi_db_method_thread()
521 * Note: The arguments we are passing are used by the ASL test suite in acpi_db_method_thread()
538 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()
[all …]
Ddsmthdat.c4 * Module Name: dsmthdat - control method arguments and local variables
42 * DESCRIPTION: Initialize the data structures that hold the method's arguments
61 /* Init the method arguments */ in acpi_ds_method_data_init()
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()
97 * DESCRIPTION: Delete method locals and arguments. Arguments are only
124 /* Detach the arguments */ in acpi_ds_method_data_delete_all()
[all …]
Ddbobject.c42 /* There are no locals or arguments for the module-level code case */ in acpi_db_dump_method_info()
71 /* Display the method locals and arguments */ in acpi_db_dump_method_info()
267 obj_desc = walk_state->arguments in acpi_db_display_internal_object()
455 * DESCRIPTION: Display all arguments for the currently running control method
468 /* There are no arguments for the module-level code case */ in acpi_db_decode_arguments()
485 /* Are any arguments actually set? */ in acpi_db_decode_arguments()
488 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
498 acpi_os_printf("Initialized Arguments for Method [%4.4s]: " in acpi_db_decode_arguments()
499 "(%X arguments defined for method invocation)\n", in acpi_db_decode_arguments()
504 obj_desc = walk_state->arguments[i].object; in acpi_db_decode_arguments()
[all …]
/linux-6.12.1/Documentation/filesystems/
Dcoda.rst478 Arguments
506 Arguments
554 Arguments
588 The vattr structure included in the input arguments is superfluous and
599 Arguments
631 Arguments
665 Arguments
728 Arguments
774 Arguments
807 Arguments
[all …]
/linux-6.12.1/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg3 # all the tool arguments so that they don't have to be given on the
86 # Required Arguments:
90 # name with no arguments.
94 # Optional Arguments:
107 # arglist: A list of arguments from registers/stack addresses. See URL:
151 # Required Arguments:
155 # name with no arguments.
159 # Optional Arguments:
172 # arglist: A list of arguments from registers/stack addresses. See URL:
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst52 Arguments:
83 Arguments:
99 Arguments:
113 Arguments:
126 Arguments:
188 Arguments:
261 Arguments:
297 Arguments:
311 Arguments:
326 Arguments:
[all …]
/linux-6.12.1/arch/mips/kernel/
Dbmips_5xxx_init.S110 * Arguments: None
205 * Arguments: None
298 * Arguments: None
321 * Arguments: None
408 * Arguments: none
444 * Arguments: none
478 * Arguments: set link uncached.
501 * Arguments: set CWF and TSE bits
521 * Arguments: set clock ratio specified by a0
545 * Arguments: None
[all …]
/linux-6.12.1/arch/powerpc/xmon/
Dansidecl.h27 ARGLIST lists the arguments, separated by commas and enclosed in
30 ARGS list the arguments with their types. It becomes a prototype in
31 ANSI C, and the type declarations in traditional C. Arguments should
33 arguments, the last thing listed should be `DOTS'.
37 Defines a function NAME, which takes no arguments.
45 For a function that takes no arguments, PROTOTYPE should be `(void)'.
/linux-6.12.1/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
/linux-6.12.1/include/uapi/drm/
Dpvr_drm.h44 * ioctl infrastructure is supporting that by padding ioctl arguments with zeros
48 * from the main ioctl arguments structure: the stride basically defines the size
482 * struct drm_pvr_ioctl_dev_query_args - Arguments for %DRM_IOCTL_PVR_DEV_QUERY.
545 * struct drm_pvr_ioctl_create_bo_args - Arguments for %DRM_IOCTL_PVR_CREATE_BO
577 * struct drm_pvr_ioctl_get_bo_mmap_offset_args - Arguments for
601 * struct drm_pvr_ioctl_create_vm_context_args - Arguments for
613 * struct drm_pvr_ioctl_destroy_vm_context_args - Arguments for
643 * struct drm_pvr_ioctl_vm_map_args - Arguments for %DRM_IOCTL_PVR_VM_MAP.
692 * struct drm_pvr_ioctl_vm_unmap_args - Arguments for %DRM_IOCTL_PVR_VM_UNMAP.
721 * enum drm_pvr_ctx_priority - Arguments for
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dmediatek,mt8365-pinctrl.yaml82 resistance. Valid arguments are described as below:
96 different resistance. Valid arguments are described as below:
135 Valid arguments are described as below:
144 So the valid arguments are from 0 to 7.
153 configure those special pins. Valid arguments are described as
167 configure those special pins. Valid arguments are described as
179 cycle when asserted (high pulse width adjustment). Valid arguments
186 when asserted (high pulse width adjustment). Valid arguments are
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
/linux-6.12.1/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-6.12.1/net/batman-adv/
Dlog.h77 * @arg: variable arguments
101 * @arg: format string and variable arguments
110 * @arg: format string and variable arguments
119 * @arg: variable arguments
133 * @arg: variable arguments
/linux-6.12.1/drivers/soc/xilinx/
Dzynqmp_power.c26 * @args: Callback arguments
77 /* First element is callback API ID, others are callback arguments */ in subsystem_restart_event_callback()
81 /* Copy callback arguments into work's structure */ in subsystem_restart_event_callback()
90 /* First element is callback API ID, others are callback arguments */ in suspend_event_callback()
94 /* Copy callback arguments into work's structure */ in suspend_event_callback()
107 /* First element is callback API ID, others are callback arguments */ in zynqmp_pm_isr()
134 /* First element is callback API ID, others are callback arguments */ in ipi_receive_callback()
139 /* Copy callback arguments into work's structure */ in ipi_receive_callback()
165 /* First element is callback API ID, others are callback arguments */ in zynqmp_pm_subsystem_restart_work_fn()
/linux-6.12.1/Documentation/trace/
Dfprobetrace.rst43 FETCHARGS : Arguments. Each probe can have up to 128 args.
64 the stack. But this only support the arguments via registers.
73 Function arguments at exit
75 Function arguments can be accessed at exit probe using $arg<N> fetcharg. This
81 BTF arguments
113 If user unsures the name of arguments, ``$arg*`` will be helpful. The ``$arg*``
114 is expanded to all function arguments of the function or the tracepoint. ::
146 For these BTF arguments and fields, ``:string`` and ``:ustring`` change the
165 and exit, with BTF arguments.
186 You can see all function arguments and return values are recorded as signed int.
[all …]
Dkprobetrace.rst47 FETCHARGS : Arguments. Each probe can have up to 128 args.
67 the stack. But this only support the arguments via registers.
74 Function arguments at kretprobe
76 Function arguments can be accessed at kretprobe using $arg<N> fetcharg. This
89 respectively. 'x' prefix implies it is unsigned. Traced arguments are shown
101 Char type can be used to show the character value of traced arguments.
153 probe and gives you what arguments will be shown in trace buffer. If an event
204 1st to 4th arguments as "myprobe" event. Note, which register/stack entry is
208 As this example shows, users can choose more familiar names for each arguments.
239 You can see that the event has 4 arguments as in the expressions you specified.
/linux-6.12.1/include/linux/habanalabs/
Dcpucp_if.h484 * arguments specify the desired sensor and the field to get.
488 * arguments specify the sensor and type.
492 * arguments specify the sensor and type.
496 * arguments specify the sensor and type.
500 * arguments specify the sensor and type.
504 * arguments specify the sensor, type and value.
507 * Set the frequency of a specified PLL. The packet's arguments specify
512 * Fetch the frequency of a specified PLL. The packet's arguments specify
516 * Set the state of a specified led. The packet's arguments
520 * Write 32-bit value to I2C device. The packet's arguments specify the
[all …]
/linux-6.12.1/drivers/media/test-drivers/vidtv/
Dvidtv_ts.h50 * struct pcr_write_args - Arguments for the pcr_write_into function.
68 * struct null_packet_write_args - Arguments for the null_write_into function
86 * @args: the arguments to use when writing.
97 * @args: the arguments to use when writing.
/linux-6.12.1/include/linux/
Darm-smccc.h349 * struct arm_smccc_1_2_regs - Arguments for or Results from SMC/HVC call
375 * @args: arguments passed via struct arm_smccc_1_2_regs
389 * @args: arguments passed via struct arm_smccc_1_2_regs
417 * @a0-a7: arguments passed in registers 0 to 7
444 * @a0-a7: arguments passed in registers 0 to 7
564 * This is a variadic macro taking one to eight source arguments, and
567 * @a0-a7: arguments passed in registers 0 to 7
580 * This is a variadic macro taking one to eight source arguments, and
583 * @a0-a7: arguments passed in registers 0 to 7
613 * This is a variadic macro taking one to eight source arguments, and
[all …]
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_audio.rst469 Arguments subsection
520 Arguments subsection
571 Arguments subsection
624 Arguments subsection
677 Arguments subsection
739 Arguments subsection
813 Arguments subsection
884 Arguments subsection
958 Arguments subsection
1020 Arguments subsection
[all …]
/linux-6.12.1/net/ethtool/
Dcmis.h59 * struct ethtool_cmis_cdb_cmd_args - CDB commands execution arguments
80 * struct ethtool_cmis_cdb_rpl_hdr - CDB commands reply header arguments
90 * struct ethtool_cmis_cdb_rpl - CDB commands reply arguments
91 * @hdr: CDB commands reply header arguments.

12345678910>>...77