Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c80 struct UHCIQueue { struct
85 QTAILQ_ENTRY(UHCIQueue) next; argument
103 static void uhci_queue_fill(UHCIQueue *q, UHCI_TD *td); argument
H A Dhcd-uhci.h37 typedef struct UHCIQueue UHCIQueue; typedef