Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h321 struct list_head qh_remove_list; /* P: uhci->qh_remove_list_lock */ member
Duhci.c471 if (list_empty(&uhci->qh_remove_list)) in uhci_remove_qh()
474 list_add(&qh->remove_list, &uhci->qh_remove_list); in uhci_remove_qh()
2288 head = &uhci->qh_remove_list; in uhci_free_pending_qhs()
2753 INIT_LIST_HEAD(&uhci->qh_remove_list); in alloc_uhci()