Searched refs:qh_destroy (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | ehci-mem.c | 67 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()
|
D | fotg210-hcd.c | 1864 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() function 1917 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup() 1921 qh_destroy(fotg210, fotg210->dummy); in fotg210_mem_cleanup() 2899 qh_destroy(fotg210, qh); in qh_make() 5464 qh_destroy(fotg210, qh); in fotg210_endpoint_disable()
|
D | ehci-hcd.c | 1008 qh_destroy(ehci, qh); in ehci_endpoint_disable()
|
D | ehci-q.c | 941 qh_destroy(ehci, qh); in qh_make()
|
D | oxu210hp-hcd.c | 618 static void qh_destroy(struct kref *kref) in qh_destroy() function 679 kref_put(&qh->kref, qh_destroy); in qh_put()
|