Searched refs:i_prev (Results 1 – 2 of 2) sorted by relevance
72 ITEM(item)->i_prev = lp->l_tail; in av1394_list_put_tail()92 ITEM(item)->i_prev = NULL; in av1394_list_put_head()98 lp->l_head->i_prev = item; in av1394_list_put_head()123 item->i_next->i_prev = item->i_prev; in av1394_list_get_head()126 item->i_next = item->i_prev = NULL; in av1394_list_get_head()
68 struct av1394_list_item_s *i_prev; member