Searched refs:argument_list (Results 1 – 6 of 6) sorted by relevance
/drivers/acpi/acpica/ |
D | nsarguments.c | 78 arg_type_list = info->predefined->info.argument_list; in acpi_ns_check_argument_types() 131 METHOD_GET_ARG_COUNT(predefined->info.argument_list); in acpi_ns_check_acpi_compliance() 184 argument_list & ARG_COUNT_IS_MINIMUM)) { in acpi_ns_check_acpi_compliance() 280 METHOD_GET_ARG_COUNT(predefined->info.argument_list); in acpi_ns_check_argument_count() 288 !(predefined->info.argument_list & ARG_COUNT_IS_MINIMUM)) { in acpi_ns_check_argument_count()
|
D | utpredef.c | 276 this_name->info.argument_list); in acpi_ut_display_predefined_method() 284 (this_name->info.argument_list & ARG_COUNT_IS_MINIMUM) ? in acpi_ut_display_predefined_method()
|
D | dbnames.c | 456 METHOD_GET_ARG_COUNT(predefined->info.argument_list), in acpi_db_walk_for_predefined_names()
|
D | dbtest.c | 976 arg_type_list = predefined->info.argument_list; in acpi_db_evaluate_one_predefined_name()
|
D | aclocal.h | 330 u16 argument_list; member
|
/drivers/isdn/hardware/eicon/ |
D | debug.c | 17 static void DI_format(int do_lock, word id, int type, char *format, va_list argument_list); 18 static void DI_format_locked(word id, int type, char *format, va_list argument_list); 564 va_list argument_list) { in DI_format_locked() argument 565 DI_format(1, id, type, format, argument_list); in DI_format_locked()
|