Searched refs:UHCIQueue (Results 1 – 2 of 2) sorted by relevance
80 UHCIQueue *queue;86 struct UHCIQueue { struct91 QTAILQ_ENTRY(UHCIQueue) next; argument109 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td); argument123 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 …]
36 typedef struct UHCIQueue UHCIQueue; typedef68 QTAILQ_HEAD(, UHCIQueue) queues;