Home
last modified time | relevance | path

Searched refs:evt_ring (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/early/
H A Dxhci-dbc.c210 if (ring != &xdbc.evt_ring) { in xdbc_reset_ring()
238 xdbc_reset_ring(&xdbc.evt_ring); in xdbc_mem_init()
573 ret = xdbc_alloc_ring(&xdbc.evt_seg, &xdbc.evt_ring); in xdbc_early_setup()
672 xdbc_free_ring(&xdbc.evt_ring); in early_xdbc_setup_hardware()
808 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
809 while ((le32_to_cpu(evt_trb->field[3]) & TRB_CYCLE) == xdbc.evt_ring.cycle_state) { in xdbc_handle_events()
827 ++(xdbc.evt_ring.dequeue); in xdbc_handle_events()
828 if (xdbc.evt_ring.dequeue == &xdbc.evt_seg.trbs[TRBS_PER_SEGMENT]) { in xdbc_handle_events()
829 xdbc.evt_ring.dequeue = xdbc.evt_seg.trbs; in xdbc_handle_events()
830 xdbc.evt_ring.cycle_state ^= 1; in xdbc_handle_events()
[all …]
H A Dxhci-dbc.h164 struct xdbc_ring evt_ring; member
/linux/drivers/net/ipa/
H A Dgsi.h153 struct gsi_evt_ring evt_ring[GSI_EVT_RING_COUNT_MAX]; member
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c1025 struct cdnsp_ring *evt_ring, in cdnsp_alloc_erst() argument
1033 size = sizeof(struct cdnsp_erst_entry) * evt_ring->num_segs; in cdnsp_alloc_erst()
1039 erst->num_entries = evt_ring->num_segs; in cdnsp_alloc_erst()
1041 seg = evt_ring->first_seg; in cdnsp_alloc_erst()
1042 for (val = 0; val < evt_ring->num_segs; val++) { in cdnsp_alloc_erst()
/linux/sound/usb/qcom/
H A Dusb_audio_qmi_v01.h23 struct mem_info_v01 evt_ring; member
H A Dusb_audio_qmi_v01.c49 .offset = offsetof(struct apps_mem_info_v01, evt_ring),
H A Dqc_audio_offload.c1413 &resp->xhci_mem_info.evt_ring); in prepare_qmi_response()
/linux/drivers/usb/host/
H A Dxhci-dbgcap.c422 static int dbc_erst_alloc(struct device *dev, struct xhci_ring *evt_ring, in dbc_erst_alloc() argument
431 erst->entries[0].seg_addr = cpu_to_le64(evt_ring->first_seg->dma); in dbc_erst_alloc()