Home
last modified time | relevance | path

Searched refs:cq_put (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dfhci-tds.c202 cq_put(&ep->empty_frame_Q, pkt); in fhci_create_ep()
203 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()
463 cq_put(&ep->conf_frame_Q, pkt); in fhci_host_transaction()
Dfhci-sched.c40 cq_put(&usb->ep0->empty_frame_Q, pkt); in recycle_frame()
60 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()
249 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
Dfhci.h512 static inline int cq_put(struct kfifo *kfifo, void *p) in cq_put() function