Searched refs:XHCIInterrupter (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/usb/ |
H A D | hcd-xhci.h | 152 typedef struct XHCIInterrupter { struct 173 } XHCIInterrupter; argument 221 XHCIInterrupter intr[XHCI_MAXINTRS];
|
H A D | hcd-xhci.c | 609 XHCIInterrupter *intr = &xhci->intr[v]; in xhci_write_event() 643 XHCIInterrupter *intr; in xhci_event() 804 XHCIInterrupter *intr = &xhci->intr[v]; in xhci_er_reset() 3043 XHCIInterrupter *intr = &xhci->intr[v]; in xhci_runtime_read() 3077 XHCIInterrupter *intr; in xhci_runtime_write() 3575 VMSTATE_UINT32(iman, XHCIInterrupter), 3576 VMSTATE_UINT32(imod, XHCIInterrupter), 3577 VMSTATE_UINT32(erstsz, XHCIInterrupter), 3578 VMSTATE_UINT32(erstba_low, XHCIInterrupter), 3579 VMSTATE_UINT32(erstba_high, XHCIInterrupter), [all …]
|