Searched refs:TYPE_EVENT (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A 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()
|
H A D | cdnsp-debug.h | 156 case TYPE_EVENT: in cdnsp_ring_type_string()
|
H A D | cdnsp-gadget.h | 1224 TYPE_EVENT, enumerator
|
H A 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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 109 if (type != TYPE_EVENT) { in xhci_link_segments() 147 if (ring->type != TYPE_EVENT && ring->enq_seg == ring->last_seg) { in xhci_link_rings() 397 if (type != TYPE_EVENT) { in xhci_ring_alloc() 2249 ir->event_ring = xhci_ring_alloc(xhci, ERST_NUM_SEGS, 1, TYPE_EVENT, in xhci_alloc_interrupter()
|
H A D | xhci-dbgcap.c | 453 if (type != TYPE_EVENT) { in xhci_dbc_ring_alloc() 477 dbc->ring_evt = xhci_dbc_ring_alloc(dev, TYPE_EVENT, flags); in xhci_dbc_mem_init()
|
H A D | xhci.h | 1348 TYPE_EVENT, enumerator 1366 case TYPE_EVENT: in xhci_ring_type_string()
|
H A D | xhci-ring.c | 164 if (ring->type == TYPE_EVENT) { in inc_deq()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-mtp.c | 38 TYPE_EVENT = 4, enumerator 2006 container.type = cpu_to_le32(TYPE_EVENT); in usb_mtp_handle_data()
|