Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dvia-core.c564 void viafb_pm_register(struct viafb_pm_hooks *hooks) in viafb_pm_register()
574 void viafb_pm_unregister(struct viafb_pm_hooks *hooks) in viafb_pm_unregister()
584 struct viafb_pm_hooks *hooks; in via_suspend() local
605 struct viafb_pm_hooks *hooks; in via_resume() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_queue.c265 const struct nf_hook_entries *hooks, in nf_iterate()
311 const struct nf_hook_entries *hooks; in nf_reinject() local
H A Dnft_meta.c536 unsigned int hooks; in nft_meta_get_validate_sdif() local
555 unsigned int hooks; in nft_meta_get_validate_xfrm() local
602 unsigned int hooks; in nft_meta_set_validate() local
H A Dnft_fib.c32 unsigned int hooks; in nft_fib_validate() local
H A Dnft_rt.c167 unsigned int hooks; in nft_rt_validate() local
H A Dnft_osf.c118 unsigned int hooks; in nft_osf_validate() local
H A Dnf_conntrack_sip.c863 const struct nf_nat_sip_hooks *hooks; in set_expected_rtp_rtcp() local
1039 const struct nf_nat_sip_hooks *hooks; in process_sdp() local
1231 const struct nf_nat_sip_hooks *hooks; in process_register_request() local
1507 const struct nf_nat_sip_hooks *hooks; in process_sip_msg() local
1601 const struct nf_nat_sip_hooks *hooks; in sip_help_tcp() local
H A Dnft_xfrm.c234 unsigned int hooks; in nft_xfrm_validate() local
H A Dcore.c164 static void hooks_validate(const struct nf_hook_entries *hooks) in hooks_validate()
/OK3568_Linux_fs/external/libmali/
H A Dmeson_options.txt19 option('hooks', type: 'boolean', value: 'true', boolean
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c188 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
209 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()
241 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item()
293 internal_hooks hooks; member
435 internal_hooks hooks; member
1183 …signed char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) in print()
1931 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference()
2007 …nst object, const char * const string, cJSON * const item, const internal_hooks * const hooks, con… in add_item_to_object()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp190 static unsigned char* cJSON_strdup(const unsigned char* string, const internal_hooks * const hooks) in cJSON_strdup()
211 CJSON_PUBLIC(void) cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()
243 static cJSON *cJSON_New_Item(const internal_hooks * const hooks) in cJSON_New_Item()
295 internal_hooks hooks; member
437 internal_hooks hooks; member
1192 …signed char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * const hooks) in print()
1940 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference()
2016 …nst object, const char * const string, cJSON * const item, const internal_hooks * const hooks, con… in add_item_to_object()
/OK3568_Linux_fs/external/xserver/config/
H A Ddbus-core.c44 struct dbus_core_hook *hooks; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dlsm_hooks.h1644 static inline void security_delete_hooks(struct security_hook_list *hooks, in security_delete_hooks()
H A Dnetfilter.h105 struct nf_hook_entry hooks[]; member
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h175 unsigned int hooks; member
216 unsigned int hooks; member
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Darmv8_deprecated.c47 struct undef_hook *hooks; member
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c60 void cJSON_InitHooks(cJSON_Hooks* hooks) in cJSON_InitHooks()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js81 …est.testName+": "+(error.message||error),extractStacktrace(error,0));}};},hooks:function(handler){… method in Test
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h995 nf_hookfn *hooks[NFT_MAX_HOOKS]; member
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c443 void __init security_add_hooks(struct security_hook_list *hooks, int count, in security_add_hooks()