Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-mem.c54 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy() function
110 qh_destroy(ehci, ehci->async); in ehci_mem_cleanup()
114 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup()
H A Dfotg210-hcd.c1838 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() function
1889 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup()
1893 qh_destroy(fotg210, fotg210->dummy); in fotg210_mem_cleanup()
2863 qh_destroy(fotg210, qh); in qh_make()
5420 qh_destroy(fotg210, qh); in fotg210_endpoint_disable()
H A Dehci-hcd.c1033 qh_destroy(ehci, qh); in ehci_endpoint_disable()
H A Dehci-q.c935 qh_destroy(ehci, qh); in qh_make()
H A Doxu210hp-hcd.c1042 static void qh_destroy(struct kref *kref) in qh_destroy() function
1103 kref_put(&qh->kref, qh_destroy); in qh_put()