Searched refs:cg_children (Results 1 – 6 of 6) sorted by relevance
185 INIT_LIST_HEAD(&group->cg_children); in config_group_init()204 list_for_each(entry, &group->cg_children) { in config_group_find_item()
742 list_add_tail(&item->ci_entry, &item->ci_group->cg_children); in link_obj()
95 struct list_head cg_children; member
218 struct list_head cg_children;335 this reason, the hierarchy is mirrored via the config_group->cg_children338 A subsystem can navigate the cg_children list and the ci_parent pointer350 be in its parent's cg_children list for the same duration. This allows351 a subsystem to trust ci_parent and cg_children while they hold the
915 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()
1962 list_for_each_entry(item, &grp->cg_children, ci_entry) { in __uvcg_iter_strm_cls()