Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgcap.c451 if (type != TYPE_EVENT) { in xhci_dbc_ring_alloc()
475 dbc->ring_evt = xhci_dbc_ring_alloc(dev, TYPE_EVENT, flags); in xhci_dbc_mem_init()
H A Dxhci-mem.c109 if (type != TYPE_EVENT) { in xhci_link_segments()
149 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in xhci_link_rings()
449 if (type != TYPE_EVENT) { in xhci_ring_alloc()
2638 xhci->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_mem_init()
H A Dxhci.h1589 TYPE_EVENT, enumerator
1607 case TYPE_EVENT: in xhci_ring_type_string()
H A Dxhci-ring.c164 if (ring->type == TYPE_EVENT) { in inc_deq()
292 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in room_on_ring()