Searched refs:arg_type (Results 1 – 8 of 8) sorted by relevance
/drivers/acpi/acpica/ |
D | psargs.c | 363 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument 369 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type); in acpi_ps_get_next_simple_arg() 371 switch (arg_type) { in acpi_ps_get_next_simple_arg() 434 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); in acpi_ps_get_next_simple_arg() 705 u32 arg_type, union acpi_parse_object **return_arg) in acpi_ps_get_next_arg() argument 717 acpi_ut_get_argument_type_name(arg_type), arg_type)); in acpi_ps_get_next_arg() 719 switch (arg_type) { in acpi_ps_get_next_arg() 734 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); in acpi_ps_get_next_arg() 801 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg() 802 arg_type)); in acpi_ps_get_next_arg() [all …]
|
D | nsarguments.c | 34 u8 arg_type; in acpi_ns_check_argument_types() local 55 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_ns_check_argument_types() 60 if ((user_arg_type != arg_type) && (arg_type != ACPI_TYPE_ANY)) { in acpi_ns_check_argument_types() 68 acpi_ut_get_type_name(arg_type))); in acpi_ns_check_argument_types()
|
D | utdecode.c | 546 const char *acpi_ut_get_argument_type_name(u32 arg_type) in acpi_ut_get_argument_type_name() argument 549 if (arg_type > ARGP_MAX) { in acpi_ut_get_argument_type_name() 553 return (acpi_gbl_argument_type[arg_type]); in acpi_ut_get_argument_type_name()
|
D | dbtest.c | 989 u8 arg_type; in acpi_db_evaluate_one_predefined_name() local 1033 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_db_evaluate_one_predefined_name() 1034 this_param->type = arg_type; in acpi_db_evaluate_one_predefined_name() 1036 switch (arg_type) { in acpi_db_evaluate_one_predefined_name() 1066 pathname, arg_type); in acpi_db_evaluate_one_predefined_name()
|
D | acparser.h | 58 u32 arg_type, union acpi_parse_object *arg); 74 u32 arg_type, union acpi_parse_object **return_arg);
|
D | acutils.h | 224 const char *acpi_ut_get_argument_type_name(u32 arg_type);
|
/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_ioc.h | 651 __le16 arg_type; member 670 u8 arg_type; member
|
/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 2092 u8 arg_type; member
|