Home
last modified time | relevance | path

Searched refs:XHCIState (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h30 OBJECT_DECLARE_SIMPLE_TYPE(XHCIState, XHCI)
126 XHCIState *xhci;
177 typedef struct XHCIState { struct
196 void (*intr_update)(XHCIState *s, int n, bool enable); argument
197 bool (*intr_raise)(XHCIState *s, int n, bool level); argument
223 } XHCIState; typedef
226 bool xhci_get_flag(XHCIState *xhci, enum xhci_flags bit);
227 void xhci_set_flag(XHCIState *xhci, enum xhci_flags bit);
H A Dhcd-xhci.c272 XHCIState *xhci;
459 XHCIState *xhci = opaque; in xhci_mfwrap_timer()
2697 XHCIState *xhci = XHCI(dev); in xhci_reset()
2743 XHCIState *xhci = ptr; in xhci_cap_read()
2908 XHCIState *xhci = ptr; in xhci_oper_read()
3020 XHCIState *xhci = ptr; in xhci_runtime_read()
3067 XHCIState *xhci = ptr; in xhci_runtime_write()
3141 XHCIState *xhci = ptr; in xhci_doorbell_write()
3270 XHCIState *xhci = container_of(bus, XHCIState, bus); in xhci_child_detach()
3314 XHCIState *xhci = container_of(bus, XHCIState, bus); in xhci_wakeup_endpoint()
[all …]
H A Dhcd-xhci-pci.c38 static void xhci_pci_intr_update(XHCIState *xhci, int n, bool enable) in xhci_pci_intr_update()
60 static bool xhci_pci_intr_raise(XHCIState *xhci, int n, bool level) in xhci_pci_intr_raise()
184 VMSTATE_STRUCT(xhci, XHCIPciState, 1, vmstate_xhci, XHCIState),
240 XHCIState *xhci = &s->xhci; in qemu_xhci_instance_init()
H A Dhcd-xhci-sysbus.c19 static bool xhci_sysbus_intr_raise(XHCIState *xhci, int n, bool level) in xhci_sysbus_intr_raise()
95 VMSTATE_STRUCT(xhci, XHCISysbusState, 1, vmstate_xhci, XHCIState),
H A Dhcd-xhci-sysbus.h26 XHCIState xhci;
H A Dhcd-xhci-pci.h40 XHCIState xhci;