Searched refs:MppCfgIoImpl (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 55 typedef struct MppCfgIoImpl_t MppCfgIoImpl; typedef 56 typedef void (*MppCfgIoFunc)(MppCfgIoImpl *obj, void *data); 64 MppCfgIoImpl *parent; 92 MppCfgIoImpl **elems; 148 static rk_s32 get_full_name(MppCfgIoImpl *obj, char *buf, rk_s32 buf_size) in get_full_name() 150 MppCfgIoImpl *curr = obj; in get_full_name() 196 void loop_all_children(MppCfgIoImpl *impl, MppCfgIoFunc func, void *data) in loop_all_children() 198 MppCfgIoImpl *pos, *n; in loop_all_children() 202 list_for_each_entry_safe(pos, n, &impl->child, MppCfgIoImpl, list) { in loop_all_children() 209 MppCfgIoImpl *impl = NULL; in mpp_cfg_get_object() [all …]
|