Searched refs:xhci_event (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.c | 311 static void xhci_event(XHCIState *xhci, XHCIEvent *event, int v); 462 xhci_event(xhci, &wrap, 0); in xhci_mfwrap_timer() 641 static void xhci_event(XHCIState *xhci, XHCIEvent *event, int v) in xhci_event() function 1546 xhci_event(xhci, &event, TRB_INTR(*trb)); in xhci_xfer_report() 1967 xhci_event(xhci, &ev, xhci->slots[epctx->slotid-1].intr); in xhci_kick_epctx() 2589 xhci_event(xhci, &event, 0); in xhci_process_commands() 2622 xhci_event(port->xhci, &ev, 0); in xhci_port_notify() 2979 xhci_event(xhci, &event, 0); in xhci_oper_write()
|