Lines Matching defs:pos
76 struct list_head *pos, *sub_pos, *sub_base;
82 list_for_each(pos, base) {
84 elem = list_entry(pos, struct tplg_elem, list);
89 elem_next = list_entry(pos->next, struct tplg_elem, list);
93 if ((pos->next == base) || (elem_next->index != elem->index)) {
127 if (sub_pos == pos)
132 sub_base = pos;
157 struct list_head *pos;
161 list_for_each(pos, base) {
163 elem = list_entry(pos, struct tplg_elem, list);
174 elem_next = list_entry(pos->next, struct tplg_elem, list);
176 if ((pos->next == base) || (elem_next->index != elem->index))
185 struct list_head *pos;
189 list_for_each(pos, base) {
191 elem = list_entry(pos, struct tplg_elem, list);