Lines Matching full:prev
36 usb_handle *prev;
62 .prev = &handle_list,
160 handle->prev = handle_list.prev;
161 handle->prev->next = handle;
162 handle->next->prev = handle;
199 ret->prev = ret;
382 if ((handle->next != handle) && (handle->prev != handle)) {
383 handle->next->prev = handle->prev;
384 handle->prev->next = handle->next;
385 handle->prev = handle;