Searched refs:UHCIQueue (Results 1 – 2 of 2) sorted by relevance
74 UHCIQueue *queue;80 struct UHCIQueue { struct85 QTAILQ_ENTRY(UHCIQueue) next; argument103 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td); argument117 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 …]
37 typedef struct UHCIQueue UHCIQueue; typedef72 QTAILQ_HEAD(, UHCIQueue) queues;