Lines Matching refs:caller
11 typedef rk_s32 (*KmppObjInit)(void *entry, KmppObj obj, const char *caller);
12 typedef rk_s32 (*KmppObjDeinit)(void *entry, KmppObj obj, const char *caller);
13 typedef rk_s32 (*KmppObjPreset)(void *entry, KmppObj obj, const char *val, const char *caller);
57 rk_s32 kmpp_obj_get(KmppObj *obj, KmppObjDef def, const char *caller);
58 rk_s32 kmpp_obj_get_by_name(KmppObj *obj, const char *name, const char *caller);
59 rk_s32 kmpp_obj_get_by_sptr(KmppObj *obj, KmppShmPtr *sptr, const char *caller);
61 rk_s32 kmpp_obj_put(KmppObj obj, const char *caller);
63 rk_s32 kmpp_obj_impl_put(KmppObj obj, const char *caller);
65 rk_s32 kmpp_obj_preset(KmppObj obj, const char *arg, const char *caller);
67 rk_s32 kmpp_obj_check(KmppObj obj, const char *caller);
69 rk_s32 kmpp_obj_ioctl(KmppObj ctx, rk_s32 cmd, KmppObj in, KmppObj *out, const char *caller);
163 rk_s32 kmpp_obj_udump_f(KmppObj obj, const char *caller);
165 rk_s32 kmpp_obj_kdump_f(KmppObj obj, const char *caller);
170 rk_s32 kmpp_shm_get(KmppShm *shm, rk_s32 size, const char *caller);
171 rk_s32 kmpp_shm_put(KmppShm shm, const char *caller);
173 void *kmpp_shm_to_entry(KmppShm shm, const char *caller);