Home
last modified time | relevance | path

Searched refs:TYPE_EVENT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-mem.c107 if (type != TYPE_EVENT) { in xhci_link_segments()
144 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in xhci_link_rings()
388 if (type != TYPE_EVENT) { in xhci_ring_alloc()
2482 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_mem_init()
Dxhci.h1569 TYPE_EVENT, enumerator
1587 case TYPE_EVENT: in xhci_ring_type_string()
Dxhci-dbgcap.c381 dbc->ring_evt = xhci_ring_alloc(xhci, 1, 1, TYPE_EVENT, 0, flags); in xhci_dbc_mem_init()
Dxhci-ring.c159 if (ring->type == TYPE_EVENT) { in inc_deq()
267 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in room_on_ring()