Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-uhci.c86 struct UHCIQueue { struct
91 QTAILQ_ENTRY(UHCIQueue) next; argument
109 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td); argument
H A Dhcd-uhci.h36 typedef struct UHCIQueue UHCIQueue; typedef