Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ehci.h43 typedef struct EHCIQueue EHCIQueue; typedef
220 EHCIQueue *queue;
232 struct EHCIQueue { struct
234 QTAILQ_ENTRY(EHCIQueue) next; argument
251 typedef QTAILQ_HEAD(EHCIQueueHead, EHCIQueue) EHCIQueueHead; argument
H A Dhcd-ehci.c479 EHCIQueue *q = p->queue; in ehci_writeback_async_complete_packet()
550 EHCIQueue *q; in ehci_alloc_queue()
624 EHCIQueue *q; in ehci_find_queue_by_qh()
639 EHCIQueue *q, *tmp; in ehci_queues_rip_unused()
657 EHCIQueue *q, *tmp; in ehci_queues_rip_unseen()
669 EHCIQueue *q, *tmp; in ehci_queues_rip_device()
683 EHCIQueue *q, *tmp; in ehci_queues_rip_all()
1125 static void ehci_flush_qh(EHCIQueue *q) in ehci_flush_qh()
1616 EHCIQueue *q; in ehci_state_fetchqh()
1882 EHCIQueue *q = p->queue; in ehci_fill_queue()
[all …]