/linux/drivers/acpi/acpica/ |
A D | utpredef.c | 235 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() 306 return (arg_count); in acpi_ut_get_argument_types() 311 for (i = 0; i < arg_count; i++) { in acpi_ut_get_argument_types() 318 return (arg_count); in acpi_ut_get_argument_types() [all …]
|
A D | psscope.c | 54 || !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()
|
A D | psloop.c | 95 !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() 285 &walk_state->arg_count); in acpi_ps_parse_loop() 378 walk_state->arg_count = 0; in acpi_ps_parse_loop() 451 walk_state->arg_count)); in acpi_ps_parse_loop() 453 if (walk_state->arg_count) { in acpi_ps_parse_loop() 460 walk_state->arg_count); in acpi_ps_parse_loop()
|
A D | psobject.c | 447 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() 697 arg_count); in acpi_ps_complete_final_op() 723 &walk_state->arg_count); in acpi_ps_complete_final_op()
|
A D | psargs.c | 250 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()
|
A D | dsutils.c | 669 u32 arg_count = 0; in acpi_ds_create_operands() local 689 arg_count++; in acpi_ds_create_operands() 695 walk_state->num_operands, arg_count, index)); in acpi_ds_create_operands() 700 for (i = 0; i < arg_count; i++) { in acpi_ds_create_operands() 711 index, arg, arg_count)); in acpi_ds_create_operands() 723 acpi_ds_obj_stack_pop_and_delete(arg_count, walk_state); in acpi_ds_create_operands()
|
A D | nsarguments.c | 33 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()
|
A D | acparser.h | 151 union acpi_parse_object **op, u32 *arg_list, u32 *arg_count); 156 u32 remaining_args, u32 arg_count);
|
A D | dbtest.c | 988 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()
|
A D | acstruct.h | 62 u32 arg_count; /* push for fixed or var args */ member
|
A D | aclocal.h | 153 u8 arg_count; member 609 ACPI_STATE_COMMON u32 arg_count; /* Number of fixed arguments */ member
|
/linux/scripts/dtc/ |
A D | fdtput.c | 56 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()
|
A D | fdtget.c | 237 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()
|
/linux/include/linux/mfd/ |
A D | syscon.h | 29 int arg_count, 60 int arg_count, in syscon_regmap_lookup_by_phandle_args() argument
|
/linux/drivers/mfd/ |
A D | syscon.c | 231 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()
|
/linux/fs/nfs/ |
A D | nfstrace.h | 1018 __field(u32, arg_count) 1032 __entry->arg_count = hdr->args.count; 1046 (long long)__entry->offset, __entry->arg_count, 1065 __field(u32, arg_count) 1079 __entry->arg_count = hdr->args.count; 1093 (long long)__entry->offset, __entry->arg_count, 1113 __field(u32, arg_count) 1127 __entry->arg_count = hdr->args.count; 1197 __field(u32, arg_count) 1213 __entry->arg_count = hdr->args.count; [all …]
|
A D | nfs4trace.h | 1486 __field(u32, arg_count) 1508 __entry->arg_count = hdr->args.count; 1530 __entry->arg_count, __entry->res_count, 1560 __field(u32, arg_count) 1582 __entry->arg_count = hdr->args.count; 1604 __entry->arg_count, __entry->res_count,
|
/linux/drivers/md/ |
A D | dm-integrity.c | 3246 unsigned arg_count; in dm_integrity_status() local 3264 arg_count = 3; in dm_integrity_status() 3265 arg_count += !!ic->meta_dev; in dm_integrity_status() 3266 arg_count += ic->sectors_per_block != 1; in dm_integrity_status() 3268 arg_count += ic->reset_recalculate_flag; in dm_integrity_status() 3269 arg_count += ic->discard; in dm_integrity_status() 3270 arg_count += ic->mode == 'J'; in dm_integrity_status() 3271 arg_count += ic->mode == 'J'; in dm_integrity_status() 3272 arg_count += ic->mode == 'B'; in dm_integrity_status() 3273 arg_count += ic->mode == 'B'; in dm_integrity_status() [all …]
|
/linux/drivers/misc/altera-stapl/ |
A D | altera.c | 244 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()
|
/linux/tools/perf/util/scripting-engines/ |
A D | trace-event-python.c | 155 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()
|