Searched refs:qh_destroy (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-mem.c | 54 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 D | fotg210-hcd.c | 1835 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() function 1886 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup() 1890 qh_destroy(fotg210, fotg210->dummy); in fotg210_mem_cleanup() 2860 qh_destroy(fotg210, qh); in qh_make() 5417 qh_destroy(fotg210, qh); in fotg210_endpoint_disable()
|
H A D | ehci-q.c | 935 qh_destroy(ehci, qh); in qh_make()
|
H A D | ehci-hcd.c | 1031 qh_destroy(ehci, qh); in ehci_endpoint_disable()
|
H A D | oxu210hp-hcd.c | 1042 static void qh_destroy(struct kref *kref) in qh_destroy() function 1103 kref_put(&qh->kref, qh_destroy); in qh_put()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-mem.c | 54 static void qh_destroy(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_destroy() function 109 qh_destroy(ehci, ehci->async); in ehci_mem_cleanup() 113 qh_destroy(ehci, ehci->dummy); in ehci_mem_cleanup()
|
H A D | ehci-hcd.c | 1029 qh_destroy(ehci, qh); in ehci_endpoint_disable()
|
H A D | ehci-q.c | 936 qh_destroy(ehci, qh); in qh_make()
|
H A D | oxu210hp-hcd.c | 1042 static void qh_destroy(struct kref *kref) in qh_destroy() function 1103 kref_put(&qh->kref, qh_destroy); in qh_put()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1835 static void qh_destroy(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_destroy() function 1887 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup() 1891 qh_destroy(fotg210, fotg210->dummy); in fotg210_mem_cleanup() 2861 qh_destroy(fotg210, qh); in qh_make() 5416 qh_destroy(fotg210, qh); in fotg210_endpoint_disable()
|
Completed in 31 milliseconds