Home | History | Annotate | Download | only in src

Lines Matching defs:pos

112     struct cam_list *pos = NULL;
117 pos = head->next;
119 pos = head->prev;
121 if (pos != head) {
122 node = member_of(pos, camera_q_node, list);
140 struct cam_list *pos = NULL;
148 pos = head->next;
150 while(pos != head) {
151 node = member_of(pos, camera_q_node, list);
152 pos = pos->next;