Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c74 UHCIQueue *queue;
80 struct UHCIQueue { struct
85 QTAILQ_ENTRY(UHCIQueue) next; argument
103 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td); argument
117 static UHCIQueue *uhci_queue_new(UHCIState *s, uint32_t qh_addr, UHCI_TD *td, in uhci_queue_new()
120 UHCIQueue *queue; in uhci_queue_new()
122 queue = g_new0(UHCIQueue, 1); in uhci_queue_new()
134 static void uhci_queue_free(UHCIQueue *queue, const char *reason) in uhci_queue_free()
150 static UHCIQueue *uhci_queue_find(UHCIState *s, UHCI_TD *td) in uhci_queue_find()
153 UHCIQueue *queue; in uhci_queue_find()
[all …]
H A Dhcd-uhci.h37 typedef struct UHCIQueue UHCIQueue; typedef
72 QTAILQ_HEAD(, UHCIQueue) queues;