Home
last modified time | relevance | path

Searched refs:pipe_head (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dhc_simple.c291 dev->ed[i].pipe_head = NULL; in hci_alloc_dev()
527 …urb->start_frame = ((ed->pipe_head) ? (ed->last_iso + 1) : hci_get_current_frame_number (urb-> dev… in qu_queue_urb()
530 if (ed->pipe_head) { in qu_queue_urb()
534 ed->pipe_head = urb; in qu_queue_urb()
563 if (ed->pipe_head == urb) { in qu_next_urb()
577 ed->pipe_head = urb; in qu_next_urb()
580 ed->pipe_head = NULL; in qu_next_urb()
Dhc_simple.h25 struct urb *pipe_head; member