Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c80 UHCIQueue *queue;
86 struct UHCIQueue { struct
91 QTAILQ_ENTRY(UHCIQueue) next; argument
109 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td); argument
123 static UHCIQueue *uhci_queue_new(UHCIState *s, uint32_t qh_addr, UHCI_TD *td, in uhci_queue_new()
126 UHCIQueue *queue; in uhci_queue_new()
128 queue = g_new0(UHCIQueue, 1); in uhci_queue_new()
140 static void uhci_queue_free(UHCIQueue *queue, const char *reason) in uhci_queue_free()
156 static UHCIQueue *uhci_queue_find(UHCIState *s, UHCI_TD *td) in uhci_queue_find()
159 UHCIQueue *queue; in uhci_queue_find()
[all …]
H A Dhcd-uhci.h36 typedef struct UHCIQueue UHCIQueue; typedef
68 QTAILQ_HEAD(, UHCIQueue) queues;