Lines Matching refs:arg_count
269 u32 arg_count; in acpi_ut_display_predefined_method() local
275 arg_count = acpi_ut_get_argument_types(buffer, in acpi_ut_display_predefined_method()
285 "(at least) " : "", arg_count, arg_count != 1 ? "s" : ""); in acpi_ut_display_predefined_method()
289 if (arg_count > 0) { in acpi_ut_display_predefined_method()
328 u16 arg_count; in acpi_ut_get_argument_types() local
336 arg_count = METHOD_GET_ARG_COUNT(argument_types); in acpi_ut_get_argument_types()
337 if (arg_count > METHOD_PREDEF_ARGS_MAX) { in acpi_ut_get_argument_types()
339 "in predefined info structure\n", arg_count); in acpi_ut_get_argument_types()
340 return (arg_count); in acpi_ut_get_argument_types()
345 for (i = 0; i < arg_count; i++) { in acpi_ut_get_argument_types()
353 return (arg_count); in acpi_ut_get_argument_types()
361 return (arg_count); in acpi_ut_get_argument_types()