Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.h43 typedef struct EHCIQueue EHCIQueue; typedef
232 struct EHCIQueue { struct
234 QTAILQ_ENTRY(EHCIQueue) next; argument
251 typedef QTAILQ_HEAD(EHCIQueueHead, EHCIQueue) EHCIQueueHead; argument