Lines Matching refs:parent_obj
781 snd_config_t *obj, *parent_obj, *section_cfg, *top; in tplg_build_parent_data() local
791 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_parent_data()
800 parent_id = tplg_object_get_name(tplg_pp, parent_obj); in tplg_build_parent_data()
802 ret = snd_config_get_id(parent_obj, &parent_id); in tplg_build_parent_data()
1134 snd_config_t *obj_cfg, *class_cfg, *parent_obj; in tplg_object_update() local
1198 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_object_update()
1199 if (!parent_obj) in tplg_object_update()
1202 ret = tplg_object_copy_and_add_param(tplg_pp, obj_cfg, n, parent_obj); in tplg_object_update()
1212 cfg = tplg_object_lookup_in_config(tplg_pp, parent_obj, class_type, in tplg_object_update()
1633 snd_config_t *parent_instance, *parent_obj, *temp; in tplg_pre_process_objects() local
1644 ret = snd_config_search(parent_instance, obj_cfg_name, &parent_obj); in tplg_pre_process_objects()
1650 if (parent_obj == n2) in tplg_pre_process_objects()
1654 ret = snd_config_copy(&temp, parent_obj); in tplg_pre_process_objects()