Searched refs:TYPE_EVENT (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-mem.c | 117 if (type != TYPE_EVENT) { in cdnsp_link_segments() 153 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in cdnsp_link_rings() 398 if (type != TYPE_EVENT) in cdnsp_ring_alloc() 1283 pdev->event_ring = cdnsp_ring_alloc(pdev, ERST_NUM_SEGS, TYPE_EVENT, in cdnsp_mem_init()
|
D | cdnsp-debug.h | 154 case TYPE_EVENT: in cdnsp_ring_type_string()
|
D | cdnsp-gadget.h | 1222 TYPE_EVENT, enumerator
|
D | cdnsp-ring.c | 149 if (ring->type == TYPE_EVENT) { in cdnsp_inc_deq() 245 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in cdnsp_room_on_ring()
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci-mem.c | 111 if (type != TYPE_EVENT) { in xhci_link_segments() 147 if (ring->type != TYPE_EVENT) { in xhci_link_rings() 401 if (type != TYPE_EVENT) { in xhci_ring_alloc() 2274 ir->event_ring = xhci_ring_alloc(xhci, segs, 1, TYPE_EVENT, 0, flags); in xhci_alloc_interrupter()
|
D | xhci-dbgcap.c | 467 if (type != TYPE_EVENT) { in xhci_dbc_ring_alloc() 491 dbc->ring_evt = xhci_dbc_ring_alloc(dev, TYPE_EVENT, flags); in xhci_dbc_mem_init()
|
D | xhci.h | 1318 TYPE_EVENT, enumerator 1336 case TYPE_EVENT: in xhci_ring_type_string()
|
D | xhci-ring.c | 169 if (ring->type == TYPE_EVENT) { in inc_deq()
|