Searched defs:qh_destroy (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dehci-mem.c67 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) function
123 qh_destroy(ehci, ehci->async);
127 qh_destroy(ehci, ehci->dummy);
H A Doxu210hp-hcd.c618 static void qh_destroy(struct kref *kref) function
679 kref_put(&qh->kref, qh_destroy);
H A Dfotg210-hcd.c1916 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) function
1971 qh_destroy(fotg210, fotg210->async);
1975 qh_destroy(fotg210, fotg210->dummy);
2991 qh_destroy(fotg210, qh);
5665 qh_destroy(fotg210, qh);
H A Dfusbh200-hcd.c1867 static void qh_destroy(struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh) function
1922 qh_destroy(fusbh200, fusbh200->async);
1926 qh_destroy(fusbh200, fusbh200->dummy);
2939 qh_destroy(fusbh200, qh);
5574 qh_destroy(fusbh200, qh);

Completed in 108 milliseconds