Home
last modified time | relevance | path

Searched refs:dummy_packets_Q (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/host/
H A Dfhci-tds.c125 if (kfifo_initialized(&ep->dummy_packets_Q)) { in fhci_ep0_free()
126 size = cq_howmany(&ep->dummy_packets_Q); in fhci_ep0_free()
128 u8 *buff = cq_get(&ep->dummy_packets_Q); in fhci_ep0_free()
132 cq_delete(&ep->dummy_packets_Q); in fhci_ep0_free()
177 cq_new(&ep->dummy_packets_Q, ring_len + 2)) { in fhci_create_ep()
199 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()
H A Dfhci-sched.c56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()
221 data = cq_get(&usb->ep0->dummy_packets_Q); in add_packet()
245 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
H A Dfhci.h405 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/host/
H A Dfhci-tds.c125 if (kfifo_initialized(&ep->dummy_packets_Q)) { in fhci_ep0_free()
126 size = cq_howmany(&ep->dummy_packets_Q); in fhci_ep0_free()
128 u8 *buff = cq_get(&ep->dummy_packets_Q); in fhci_ep0_free()
132 cq_delete(&ep->dummy_packets_Q); in fhci_ep0_free()
177 cq_new(&ep->dummy_packets_Q, ring_len + 2)) { in fhci_create_ep()
199 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()
H A Dfhci-sched.c56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()
221 data = cq_get(&usb->ep0->dummy_packets_Q); in add_packet()
245 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
H A Dfhci.h405 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/host/
H A Dfhci-tds.c125 if (kfifo_initialized(&ep->dummy_packets_Q)) { in fhci_ep0_free()
126 size = cq_howmany(&ep->dummy_packets_Q); in fhci_ep0_free()
128 u8 *buff = cq_get(&ep->dummy_packets_Q); in fhci_ep0_free()
132 cq_delete(&ep->dummy_packets_Q); in fhci_ep0_free()
177 cq_new(&ep->dummy_packets_Q, ring_len + 2)) { in fhci_create_ep()
199 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()
H A Dfhci-sched.c56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()
221 data = cq_get(&usb->ep0->dummy_packets_Q); in add_packet()
245 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
H A Dfhci.h405 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */ member