/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 47 if (func_id >= FRW_ROM_RESV_FUNC_BUTT) { in frw_set_rom_resv_func() 51 g_frw_rom_resv_func_cb[func_id] = func; in frw_set_rom_resv_func() 57 hi_void *frw_get_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id) in frw_get_rom_resv_func() argument 59 if (func_id >= FRW_ROM_RESV_FUNC_BUTT) { in frw_get_rom_resv_func() 63 return g_frw_rom_resv_func_cb[func_id]; in frw_get_rom_resv_func()
|
H A D | frw_main.h | 89 hi_void frw_set_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id, hi_void *func); 90 hi_void *frw_get_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id);
|
/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 442 return func_id == BPF_FUNC_sk_release || func_id == BPF_FUNC_ringbuf_submit || func_id == BPF_FUNC_ringbuf_discard;
in is_release_function() 445 static bool may_be_acquire_function(enum bpf_func_id func_id)
in may_be_acquire_function() argument 447 return func_id == BPF_FUNC_sk_lookup_tcp || func_id == BPF_FUNC_sk_lookup_udp ||
in may_be_acquire_function() 448 func_id == BPF_FUNC_skc_lookup_tcp || func_id in may_be_acquire_function() 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...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/include/ |
H A D | sys_drv.h | 32 hi_s32 sys_drv_drv_ioctrl(hi_mpp_chn *mpp_chn, hi_u32 func_id, hi_void *io_args);
|
/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 107 switch (func_id) { in sys_drv_drv_ioctrl()
|
/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 124 KBASE_DEBUG_ASSERT(func_id >= 0 && func_id < KBASE_PM_FUNC_ID_COUNT); in kbase_timeline_pm_cores_func() 127 trace_code = kbase_pm_change_state_trace_code[func_id][state]; in kbase_timeline_pm_cores_func() 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 | 132 enum kbase_pm_func_id func_id, in kbase_timeline_pm_cores_func() 137 KBASE_DEBUG_ASSERT(func_id >= 0 && func_id < KBASE_PM_FUNC_ID_COUNT); in kbase_timeline_pm_cores_func() 141 trace_code = kbase_pm_change_state_trace_code[func_id][state]; in kbase_timeline_pm_cores_func() 147 enum kbase_pm_func_id func_id, kbase_pm_change_state state) in kbase_timeline_pm_cores_func() 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/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/ext_inc/ |
H A D | sys_ext.h | 370 hi_s32 (*pfn_sys_drv_ioctrl)(hi_mpp_chn *mpp_chn, sys_func func_id, hi_void *io_args); 442 #define call_sys_drv_ioctrl(mpp_chn, func_id, io_args) \ 443 (func_entry(sys_export_func, HI_ID_SYS)->pfn_sys_drv_ioctrl(mpp_chn, func_id, io_args))
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | dmac_ext_if.h | 1063 hi_void dmac_set_rom_resv_func(dmac_rom_resv_func_enum_uint8 func_id, hi_void *func); 1064 hi_void *dmac_get_rom_resv_func(dmac_rom_resv_func_enum_uint8 func_id);
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 470 const struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id, const struct bpf_prog *prog); 1448 const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id); 1623 static inline const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id) in bpf_base_func_proto() argument 1812 const struct bpf_func_proto *bpf_tracing_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog); 1814 const struct bpf_func_proto *tracing_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd.h | 1338 int (*pom_toggle_reg_on)(uchar func_id, uchar reason);
|
H A D | dhd_linux.c | 9191 pom_handler->func_id = WLAN_FUNC_ID; in dhd_attach()
|