Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A 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 …]
H A 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()
H A 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()
H A 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()
H A Dacparser.h58 u32 arg_type, union acpi_parse_object *arg);
74 u32 arg_type, union acpi_parse_object **return_arg);
H A Dacutils.h223 const char *acpi_ut_get_argument_type_name(u32 arg_type);
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_meta.cpp279 #define MPP_META_ACCESSOR(func_type, arg_type, key_type, key_field) \ argument
280 MPP_RET mpp_meta_set_##func_type(MppMeta meta, MppMetaKey key, arg_type val) \
298 MPP_RET mpp_meta_get_##func_type(MppMeta meta, MppMetaKey key, arg_type *val) \
318 … MPP_RET mpp_meta_get_##func_type##_d(MppMeta meta, MppMetaKey key, arg_type *val, arg_type def) \
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/blktool/blktool/
H A D0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch7 So add bc_arg_type enum, build it into bool_comand and install arg_type
44 + if (bcm->arg_type == bc_arg_int_ptr) {
72 + enum bc_arg_type arg_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp350 struct arg_type struct
356 struct arg_type<expression<Tag, Arg1, Arg2, Arg3, Arg4> > struct
405 typedef typename arg_type<Arg1>::type left_type;
547 typedef typename arg_type<Arg1>::type left_type;
548 typedef typename arg_type<Arg2>::type right_type;
625 typedef typename arg_type<Arg1>::type left_type;
626 typedef typename arg_type<Arg2>::type middle_type;
627 typedef typename arg_type<Arg3>::type right_type;
712 typedef typename arg_type<Arg1>::type left_type;
713 typedef typename arg_type<Arg2>::type left_middle_type;
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_helper.h109 char arg_type[RKAIQ_UAPI_NAME_MAX_LEN]; member
127 .arg_path = {__arg_path}, .arg_type = {#__arg_type}, \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dargument.hpp164 arg_type; typedef
166 typedef typename result_of::get_arg<arg_type, N>::type type;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dlhash.h221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
H A Dsafestack.h2453 # define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument
2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2470 # define lh_APP_INFO_doall_arg(lh,fn,arg_type,arg) \ argument
2471 LHM_lh_doall_arg(APP_INFO,lh,fn,arg_type,arg)
2487 # define lh_CONF_VALUE_doall_arg(lh,fn,arg_type,arg) \ argument
2488 LHM_lh_doall_arg(CONF_VALUE,lh,fn,arg_type,arg)
2504 # define lh_ENGINE_PILE_doall_arg(lh,fn,arg_type,arg) \ argument
2505 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg)
2521 # define lh_ERR_STATE_doall_arg(lh,fn,arg_type,arg) \ argument
2522 LHM_lh_doall_arg(ERR_STATE,lh,fn,arg_type,arg)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Bug-fix-for-data-type-length-judgment.patch31 @@ -190,7 +190,7 @@ static bool get_integer_base_type(enum arg_type *type, int byte_size,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c4288 enum bpf_arg_type *arg_type) in resolve_map_arg_type() argument
4299 if (*arg_type == ARG_PTR_TO_MAP_VALUE) { in resolve_map_arg_type()
4300 *arg_type = ARG_PTR_TO_BTF_ID_SOCK_COMMON; in resolve_map_arg_type()
4409 enum bpf_arg_type arg_type, in check_reg_type() argument
4417 compatible = compatible_reg_types[arg_type]; in check_reg_type()
4419 verbose(env, "verifier internal error: unsupported arg type %d\n", arg_type); in check_reg_type()
4472 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg() local
4476 if (arg_type == ARG_DONTCARE) in check_func_arg()
4483 if (arg_type == ARG_ANYTHING) { in check_func_arg()
4498 if (arg_type == ARG_PTR_TO_MAP_VALUE || in check_func_arg()
[all …]
H A Dbtf.c3667 const struct btf_type *arg_type; in btf_func_proto_check() local
3671 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check()
3672 if (!arg_type) { in btf_func_proto_check()
3687 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check()
3689 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h346 enum bpf_arg_type arg_type[5]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dcgraph.h816 enum cgraph_simd_clone_arg_type arg_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dcgraph.h816 enum cgraph_simd_clone_arg_type arg_type; member
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2088 u8 arg_type; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dwlioctl.h5592 uint8 arg_type; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dwlioctl.h7111 uint8 arg_type; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dwlioctl.h7111 uint8 arg_type; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dwlioctl.h7122 uint8 arg_type; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dstabs.info2834 :arg_type(int),protection(public)normal(yes)virtual(yes)

12