Home
last modified time | relevance | path

Searched refs:qh_destroy (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-mem.c67 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy() function
123 qh_destroy(ehci, ehci->async); in ehci_mem_cleanup()
127 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup()
Dfusbh200-hcd.c1866 static void qh_destroy(struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh) in qh_destroy() function
1921 qh_destroy(fusbh200, fusbh200->async); in fusbh200_mem_cleanup()
1925 qh_destroy(fusbh200, fusbh200->dummy); in fusbh200_mem_cleanup()
2938 qh_destroy(fusbh200, qh); in qh_make()
5573 qh_destroy(fusbh200, qh); in fusbh200_endpoint_disable()
Dfotg210-hcd.c1916 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() function
1971 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup()
1975 qh_destroy(fotg210, fotg210->dummy); in fotg210_mem_cleanup()
2991 qh_destroy(fotg210, qh); in qh_make()
5665 qh_destroy(fotg210, qh); in fotg210_endpoint_disable()
Dehci-hcd.c994 qh_destroy(ehci, qh); in ehci_endpoint_disable()
Dehci-q.c930 qh_destroy(ehci, qh); in qh_make()
Doxu210hp-hcd.c618 static void qh_destroy(struct kref *kref) in qh_destroy() function
679 kref_put(&qh->kref, qh_destroy); in qh_put()