ring_evt 381 drivers/usb/host/xhci-dbgcap.c dbc->ring_evt = xhci_ring_alloc(xhci, 1, 1, TYPE_EVENT, 0, flags); ring_evt 382 drivers/usb/host/xhci-dbgcap.c if (!dbc->ring_evt) ring_evt 394 drivers/usb/host/xhci-dbgcap.c ret = xhci_alloc_erst(xhci, dbc->ring_evt, &dbc->erst, flags); ring_evt 415 drivers/usb/host/xhci-dbgcap.c deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, ring_evt 416 drivers/usb/host/xhci-dbgcap.c dbc->ring_evt->dequeue); ring_evt 440 drivers/usb/host/xhci-dbgcap.c xhci_ring_free(xhci, dbc->ring_evt); ring_evt 441 drivers/usb/host/xhci-dbgcap.c dbc->ring_evt = NULL; ring_evt 468 drivers/usb/host/xhci-dbgcap.c xhci_ring_free(xhci, dbc->ring_evt); ring_evt 471 drivers/usb/host/xhci-dbgcap.c dbc->ring_evt = NULL; ring_evt 746 drivers/usb/host/xhci-dbgcap.c evt = dbc->ring_evt->dequeue; ring_evt 748 drivers/usb/host/xhci-dbgcap.c dbc->ring_evt->cycle_state) { ring_evt 755 drivers/usb/host/xhci-dbgcap.c trace_xhci_dbc_handle_event(dbc->ring_evt, &evt->generic); ring_evt 768 drivers/usb/host/xhci-dbgcap.c inc_deq(xhci, dbc->ring_evt); ring_evt 769 drivers/usb/host/xhci-dbgcap.c evt = dbc->ring_evt->dequeue; ring_evt 775 drivers/usb/host/xhci-dbgcap.c deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, ring_evt 776 drivers/usb/host/xhci-dbgcap.c dbc->ring_evt->dequeue); ring_evt 138 drivers/usb/host/xhci-dbgcap.h struct xhci_ring *ring_evt;