Home
last modified time | relevance | path

Searched refs:init_f (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c32 if (test->init_f && test->init_f()) in post_init_f()
444 if (test->init_f) { in post_reloc()
445 addr = (ulong)(test->init_f) + gd->reloc_off; in post_reloc()
446 test->init_f = (int (*)(void)) addr; in post_reloc()
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h103 int (*init_f) (void); member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dengine.h563 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);