Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/acpi/acpica/
Dpsargs.c363 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 …]
Dnsarguments.c34 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()
Dutdecode.c546 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()
Dacparser.h58 u32 arg_type, union acpi_parse_object *arg);
74 u32 arg_type, union acpi_parse_object **return_arg);
Ddbtest.c989 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()
Dacutils.h224 const char *acpi_ut_get_argument_type_name(u32 arg_type);
/Linux-v5.15/kernel/bpf/
Dverifier.c4798 enum bpf_arg_type *arg_type) in resolve_map_arg_type() argument
4809 if (*arg_type == ARG_PTR_TO_MAP_VALUE) { in resolve_map_arg_type()
4810 *arg_type = ARG_PTR_TO_BTF_ID_SOCK_COMMON; in resolve_map_arg_type()
4930 enum bpf_arg_type arg_type, in check_reg_type() argument
4938 compatible = compatible_reg_types[arg_type]; in check_reg_type()
4940 verbose(env, "verifier internal error: unsupported arg type %d\n", arg_type); in check_reg_type()
4993 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg() local
4997 if (arg_type == ARG_DONTCARE) in check_func_arg()
5004 if (arg_type == ARG_ANYTHING) { in check_func_arg()
5019 if (arg_type == ARG_PTR_TO_MAP_VALUE || in check_func_arg()
[all …]
Dbtf.c3856 const struct btf_type *arg_type; in btf_func_proto_check() local
3860 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check()
3861 if (!arg_type) { in btf_func_proto_check()
3876 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check()
3878 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check()
/Linux-v5.15/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h651 __le16 arg_type; member
670 u8 arg_type; member
/Linux-v5.15/include/linux/
Dbpf.h378 enum bpf_arg_type arg_type[5]; member
/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_sas.h2090 u8 arg_type; member