Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c117 if (type != TYPE_EVENT) { in cdnsp_link_segments()
153 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in cdnsp_link_rings()
1210 if (ring->type == TYPE_EVENT) in cdnsp_initialize_ring_segments()
1298 pdev->event_ring = cdnsp_ring_alloc(pdev, ERST_NUM_SEGS, TYPE_EVENT, in cdnsp_mem_init()
H A Dcdnsp-debug.h154 case TYPE_EVENT: in cdnsp_ring_type_string()
H A Dcdnsp-gadget.h1235 TYPE_EVENT, enumerator
/linux/drivers/usb/host/
H A Dxhci-mem.c122 if (ring->type == TYPE_EVENT) in xhci_initialize_ring_segments()
162 if (dst->type != TYPE_EVENT) { in xhci_link_rings()
170 if (dst->type != TYPE_EVENT) in xhci_link_rings()
175 } else if (dst->type != TYPE_EVENT) { in xhci_link_rings()
2311 ir->event_ring = xhci_ring_alloc(xhci, segs, TYPE_EVENT, 0, flags); in xhci_alloc_interrupter()
H A Dxhci-dbgcap.c470 if (ring->type != TYPE_EVENT) { in xhci_dbc_ring_init()
545 dbc->ring_evt = xhci_dbc_ring_alloc(dev, TYPE_EVENT, flags); in xhci_dbc_mem_init()
H A Dxhci-ring.c193 if (ring->type == TYPE_EVENT) { in inc_deq()