Searched defs:func_id (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_main.c | 45 hi_void frw_set_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id, hi_void *func) in frw_set_rom_resv_func() argument 57 hi_void *frw_get_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id) in frw_get_rom_resv_func() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/hal/ |
H A D | sys_drv.c | 96 hi_s32 sys_drv_drv_ioctrl(hi_mpp_chn *mpp_chn, sys_func func_id, hi_void *io_args) in sys_drv_drv_ioctrl() argument
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_policy.c | 119 static inline void kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, in kbase_timeline_pm_cores_func() argument 132 static inline void kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, in kbase_timeline_pm_cores_func() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_policy.c | 131 kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, kbase_pm_change_state state) kbase_timeline_pm_cores_func() argument 146 kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, kbase_pm_change_state state) kbase_timeline_pm_cores_func() argument
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 1623 static inline const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id) in bpf_base_func_proto() argument
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 248 int func_id;
member 440 static bool is_release_function(enum bpf_func_id func_id)
in is_release_function() argument 445 static bool may_be_acquire_function(enum bpf_func_id func_id)
in may_be_acquire_function() argument 452 is_acquire_function(enum bpf_func_id func_id, const struct bpf_map *map) is_acquire_function() argument 469 is_ptr_cast_function(enum bpf_func_id func_id) is_ptr_cast_function() argument 4619 may_update_sockmap(struct bpf_verifier_env *env, int func_id) may_update_sockmap() argument 4658 check_map_func_compatibility(struct bpf_verifier_env *env, struct bpf_map *map, int func_id) check_map_func_compatibility() argument 4916 check_refcount_ok(const struct bpf_func_proto *fn, int func_id) check_refcount_ok() argument 4966 check_func_proto(const struct bpf_func_proto *fn, int func_id) check_func_proto() argument 5204 do_refine_retval_range(struct bpf_reg_state *regs, int ret_type, int func_id, struct bpf_call_arg_meta *meta) do_refine_retval_range() argument 5222 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_map() argument 5257 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_key() argument 5306 check_helper_call(struct bpf_verifier_env *env, int func_id, int insn_idx) check_helper_call() argument [all...] |
Completed in 14 milliseconds