Home
last modified time | relevance | path

Searched refs:cq_delete (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dfhci-tds.c112 cq_delete(&ep->conf_frame_Q); in fhci_ep0_free()
122 cq_delete(&ep->empty_frame_Q); in fhci_ep0_free()
132 cq_delete(&ep->dummy_packets_Q); in fhci_ep0_free()
Dfhci.h478 static inline void cq_delete(struct kfifo *kfifo) in cq_delete() function