Lines Matching refs:KmppObjDefImpl

151 } KmppObjDefImpl;  typedef
156 KmppObjDefImpl *def;
177 KmppObjDefImpl defs[0];
364 KmppObjDefImpl *impl = &p->defs[i]; in kmpp_objs_deinit()
424 p = mpp_calloc_size(KmppObjs, sizeof(KmppObjs) + sizeof(KmppObjDefImpl) * count); in kmpp_objs_init()
450 KmppObjDefImpl *impl = &p->defs[i]; in kmpp_objs_init()
507 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_put()
551 KmppObjDefImpl *impl = NULL; in kmpp_objdef_register()
564 impl = mpp_calloc_size(KmppObjDefImpl, sizeof(KmppObjDefImpl) + name_buf_size); in kmpp_objdef_register()
566 mpp_loge_f("alloc objdef size %d failed\n", sizeof(KmppObjDefImpl) + name_buf_size); in kmpp_objdef_register()
618 static rk_s32 create_objdef_mem_pool(KmppObjDefImpl *impl) in create_objdef_mem_pool()
650 KmppObjDefImpl *impl = NULL; in kmpp_objdef_get()
677 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_add_cfg_root()
690 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_cfg_root()
697 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_add_entry()
738 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_add_init()
750 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_add_deinit()
762 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_add_preset()
774 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_add_dump()
786 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_set_prop()
803 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_entry()
824 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_offset()
843 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_cmd()
858 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_dump()
905 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_name()
912 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_entry_size()
919 KmppObjDefImpl *impl = (KmppObjDefImpl *)def; in kmpp_objdef_get_trie()
927 static KmppObjImpl *_get_obj_from_def(KmppObjs *p, KmppObjDefImpl *def, KmppShmPtr *shm, in _get_obj_from_def()
977 KmppObjDefImpl *def_impl; in kmpp_obj_get()
989 def_impl = (KmppObjDefImpl *)def; in kmpp_obj_get()
1031 KmppObjDefImpl *def; in kmpp_obj_get_by_name()
1055 KmppObjDefImpl *def; in kmpp_obj_get_by_sptr()
1108 KmppObjDefImpl *def = impl->def; in kmpp_obj_put()
1151 KmppObjDefImpl *def = impl->def; in kmpp_obj_impl_put()
1173 KmppObjDefImpl *def = impl->def; in kmpp_obj_preset()
1215 KmppObjDefImpl *def; in kmpp_obj_ioctl()
1337 KmppObjDefImpl *def = impl->def; in kmpp_obj_to_flags_size()
1702 KmppObjDefImpl *def = src_impl->def; in kmpp_obj_update()
1807 KmppObjDefImpl *def = impl ? impl->def : NULL; in kmpp_obj_udump_f()
2006 KmppObjDefImpl *def = impl ? impl->def : NULL; in kmpp_obj_kdump_f()