Home | History | Annotate | Download | only in util

Lines Matching refs:list

7 *       notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
48 cam_list_init(&m_head.list);
68 cam_list_init(&m_head.list);
132 cam_list_add_tail_node(&node->list, &m_head.list);
162 struct cam_list *p_next = m_head.list.next;
164 m_head.list.next = &node->list;
165 p_next->prev = &node->list;
166 node->list.next = p_next;
167 node->list.prev = &m_head.list;
193 head = &m_head.list;
200 node = member_of(pos, camera_q_node, list);
201 cam_list_del_node(&node->list);
230 head = &m_head.list;
234 node = member_of(pos, camera_q_node, list);
236 cam_list_del_node(&node->list);
273 head = &m_head.list;
277 node = member_of(pos, camera_q_node, list);
280 cam_list_del_node(&node->list);