Home
last modified time | relevance | path

Searched refs:arg_count (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutpredef.c235 u32 arg_count; in acpi_ut_display_predefined_method() local
241 arg_count = acpi_ut_get_argument_types(buffer, in acpi_ut_display_predefined_method()
251 "(at least) " : "", arg_count, arg_count != 1 ? "s" : ""); in acpi_ut_display_predefined_method()
255 if (arg_count > 0) { in acpi_ut_display_predefined_method()
294 u16 arg_count; in acpi_ut_get_argument_types() local
302 arg_count = METHOD_GET_ARG_COUNT(argument_types); in acpi_ut_get_argument_types()
303 if (arg_count > METHOD_PREDEF_ARGS_MAX) { in acpi_ut_get_argument_types()
305 "in predefined info structure\n", arg_count); in acpi_ut_get_argument_types()
306 return (arg_count); in acpi_ut_get_argument_types()
311 for (i = 0; i < arg_count; i++) { in acpi_ut_get_argument_types()
[all …]
Dpsscope.c54 || !parser_state->scope->parse_scope.arg_count))); in acpi_ps_has_completed_scope()
85 scope->parse_scope.arg_count = ACPI_VAR_ARGS; in acpi_ps_init_scope()
113 u32 remaining_args, u32 arg_count) in acpi_ps_push_scope() argument
127 scope->parse_scope.arg_count = arg_count; in acpi_ps_push_scope()
134 if (arg_count == ACPI_VAR_ARGS) { in acpi_ps_push_scope()
166 union acpi_parse_object **op, u32 * arg_list, u32 * arg_count) in acpi_ps_pop_scope() argument
181 *arg_count = scope->parse_scope.arg_count; in acpi_ps_pop_scope()
192 *arg_count = 0; in acpi_ps_pop_scope()
196 "Popped Op %p Args %X\n", *op, *arg_count)); in acpi_ps_pop_scope()
Dpsloop.c95 !walk_state->arg_count) { in acpi_ps_get_arguments()
131 walk_state->arg_count, in acpi_ps_get_arguments()
153 walk_state->arg_count = 0; in acpi_ps_get_arguments()
183 walk_state->arg_count = 0; in acpi_ps_get_arguments()
286 &walk_state->arg_count); in acpi_ps_parse_loop()
379 walk_state->arg_count = 0; in acpi_ps_parse_loop()
452 walk_state->arg_count)); in acpi_ps_parse_loop()
454 if (walk_state->arg_count) { in acpi_ps_parse_loop()
461 walk_state->arg_count); in acpi_ps_parse_loop()
Dpsobject.c447 walk_state->parser_state.scope->parse_scope.arg_count--; in acpi_ps_complete_op()
475 &walk_state->arg_count); in acpi_ps_complete_op()
502 &walk_state->arg_count); in acpi_ps_complete_op()
540 &walk_state->arg_count); in acpi_ps_complete_op()
574 &walk_state->arg_count); in acpi_ps_complete_op()
585 &walk_state->arg_count); in acpi_ps_complete_op()
611 &walk_state->arg_count); in acpi_ps_complete_op()
702 &walk_state->arg_count); in acpi_ps_complete_final_op()
Dnsarguments.c33 u8 arg_count; in acpi_ns_check_argument_types() local
50 arg_count = METHOD_GET_ARG_COUNT(arg_type_list); in acpi_ns_check_argument_types()
54 for (i = 0; ((i < arg_count) && (i < info->param_count)); i++) { in acpi_ns_check_argument_types()
Dpsargs.c250 walk_state->arg_count = 1; in acpi_ps_get_next_namepath()
289 walk_state->arg_count = method_desc->method.param_count; in acpi_ps_get_next_namepath()
826 walk_state->arg_count = 1; in acpi_ps_get_next_arg()
865 walk_state->arg_count = 1; in acpi_ps_get_next_arg()
870 walk_state->arg_count = 1; in acpi_ps_get_next_arg()
884 walk_state->arg_count = 1; in acpi_ps_get_next_arg()
895 walk_state->arg_count = ACPI_VAR_ARGS; in acpi_ps_get_next_arg()
Ddsutils.c669 u32 arg_count = 0; in acpi_ds_create_operands() local
691 arg_count++; in acpi_ds_create_operands()
697 walk_state->num_operands, arg_count, index)); in acpi_ds_create_operands()
703 for (i = 0; i < arg_count; i++) { in acpi_ds_create_operands()
714 index, arg, arg_count)); in acpi_ds_create_operands()
Dacparser.h151 union acpi_parse_object **op, u32 *arg_list, u32 *arg_count);
156 u32 remaining_args, u32 arg_count);
Ddbtest.c988 u8 arg_count; in acpi_db_evaluate_one_predefined_name() local
1024 arg_count = METHOD_GET_ARG_COUNT(arg_type_list); in acpi_db_evaluate_one_predefined_name()
1032 for (i = 0; i < arg_count; i++) { in acpi_db_evaluate_one_predefined_name()
1073 param_objects.count = arg_count; in acpi_db_evaluate_one_predefined_name()
Dacstruct.h62 u32 arg_count; /* push for fixed or var args */ member
Daclocal.h153 u8 arg_count; member
609 ACPI_STATE_COMMON u32 arg_count; /* Number of fixed arguments */ member
/kernel/linux/linux-5.10/scripts/dtc/
Dfdtput.c56 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value() argument
75 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
222 char **arg, int arg_count) in do_fdtput() argument
238 assert(arg_count >= 2); in do_fdtput()
241 if (encode_value(disp, arg + 2, arg_count - 2, &value, &len) || in do_fdtput()
246 for (; ret >= 0 && arg_count--; arg++) { in do_fdtput()
Dfdtget.c237 char **arg, int arg_count, int args_per_step) in do_fdtget() argument
247 for (i = 0; i + args_per_step <= arg_count; i += args_per_step) { in do_fdtget()
/kernel/linux/linux-5.10/include/linux/mfd/
Dsyscon.h29 int arg_count,
57 int arg_count, in syscon_regmap_lookup_by_phandle_args() argument
/kernel/linux/linux-5.10/drivers/mfd/
Dsyscon.c231 int arg_count, in syscon_regmap_lookup_by_phandle_args() argument
240 rc = of_parse_phandle_with_fixed_args(np, property, arg_count, in syscon_regmap_lookup_by_phandle_args()
250 for (index = 0; index < arg_count; index++) in syscon_regmap_lookup_by_phandle_args()
/kernel/linux/linux-5.10/fs/nfs/
Dnfstrace.h927 __field(u32, arg_count)
941 __entry->arg_count = hdr->args.count;
955 (long long)__entry->offset, __entry->arg_count,
974 __field(u32, arg_count)
988 __entry->arg_count = hdr->args.count;
1002 (long long)__entry->offset, __entry->arg_count,
1022 __field(u32, arg_count)
1036 __entry->arg_count = hdr->args.count;
1047 (long long)__entry->offset, __entry->arg_count, __entry->res_count,
1116 __field(u32, arg_count)
[all …]
Dnfs4trace.h1751 __field(u32, arg_count)
1773 __entry->arg_count = hdr->args.count;
1795 __entry->arg_count, __entry->res_count,
1825 __field(u32, arg_count)
1847 __entry->arg_count = hdr->args.count;
1869 __entry->arg_count, __entry->res_count,
/kernel/linux/linux-5.10/drivers/md/
Ddm-integrity.c3121 unsigned arg_count; in dm_integrity_status() local
3139 arg_count = 3; in dm_integrity_status()
3140 arg_count += !!ic->meta_dev; in dm_integrity_status()
3141 arg_count += ic->sectors_per_block != 1; in dm_integrity_status()
3142 arg_count += !!(ic->sb->flags & cpu_to_le32(SB_FLAG_RECALCULATING)); in dm_integrity_status()
3143 arg_count += ic->discard; in dm_integrity_status()
3144 arg_count += ic->mode == 'J'; in dm_integrity_status()
3145 arg_count += ic->mode == 'J'; in dm_integrity_status()
3146 arg_count += ic->mode == 'B'; in dm_integrity_status()
3147 arg_count += ic->mode == 'B'; in dm_integrity_status()
[all …]
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
Daltera.c244 u32 arg_count; in altera_execute() local
517 arg_count = (opcode >> 6) & 3; in altera_execute()
518 for (i = 0; i < arg_count; ++i) { in altera_execute()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c155 int arg_count = 0; in get_argument_count() local
173 arg_count = (int) _PyLong_AsLong(arg_count_obj); in get_argument_count()
178 return arg_count; in get_argument_count()