Home
last modified time | relevance | path

Searched refs:dequeue (Results 1 – 25 of 82) sorted by relevance

1234

/drivers/usb/mtu3/
Dmtu3_qmu.c150 ring->dequeue = gpd; in gpd_ring_init()
215 if (ring->dequeue < ring->end) in advance_deq_gpd()
216 ring->dequeue++; in advance_deq_gpd()
218 ring->dequeue = ring->start; in advance_deq_gpd()
220 return ring->dequeue; in advance_deq_gpd()
235 return next == ring->dequeue; in gpd_ring_empty()
469 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_tx()
500 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_tx()
509 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_rx()
539 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_rx()
Dmtu3.h189 struct qmu_gpd *dequeue; member
Dmtu3_debugfs.c212 ring->enqueue, ring->dequeue); in mtu3_qmu_ring_show()
/drivers/usb/host/
Dxhci-ring.c160 if (!last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq()
161 ring->dequeue++; in inc_deq()
164 if (last_trb_on_ring(ring, ring->deq_seg, ring->dequeue)) in inc_deq()
167 ring->dequeue = ring->deq_seg->trbs; in inc_deq()
172 if (!trb_is_link(ring->dequeue)) { in inc_deq()
173 ring->dequeue++; in inc_deq()
176 while (trb_is_link(ring->dequeue)) { in inc_deq()
178 ring->dequeue = ring->deq_seg->trbs; in inc_deq()
268 num_trbs_in_deq_seg = ring->dequeue - ring->deq_seg->trbs; in room_on_ring()
331 if ((xhci->cmd_ring->dequeue != xhci->cmd_ring->enqueue) && in xhci_handle_stopped_cmd_ring()
[all …]
Dxhci-dbgcap.c416 dbc->ring_evt->dequeue); in xhci_dbc_mem_init()
746 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events()
769 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events()
776 dbc->ring_evt->dequeue); in xhci_dbc_do_handle_events()
Dxhci-debugfs.c179 dma = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); in xhci_ring_dequeue_show()
Dxhci-hub.c400 if (virt_dev->eps[i].ring && virt_dev->eps[i].ring->dequeue) { in xhci_stop_device()
463 } else if (ep->ring && ep->ring->dequeue) { in xhci_ring_device()
/drivers/usb/cdns3/
Dtrace.h405 __field(u8, dequeue)
416 __entry->dequeue = priv_ep->dequeue;
423 __entry->dequeue,
463 __entry->dequeue_idx = priv_req->priv_ep->dequeue;
Ddebug.h121 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_dbg_ring()
126 priv_ep->dequeue, trb, in cdns3_dbg_ring()
Dgadget.c295 cdns3_ep_inc_trb(&priv_ep->dequeue, &priv_ep->ccs, priv_ep->num_trbs); in cdns3_ep_inc_deq()
305 current_trb = priv_ep->dequeue; in cdns3_move_deq_to_next_trb()
1105 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_request_handled()
1114 if (priv_ep->enqueue == priv_ep->dequeue && in cdns3_request_handled()
1117 } else if (priv_ep->dequeue < current_index) { in cdns3_request_handled()
1119 !priv_ep->dequeue) in cdns3_request_handled()
1122 if (priv_req->end_trb >= priv_ep->dequeue && in cdns3_request_handled()
1125 } else if (priv_ep->dequeue > current_index) { in cdns3_request_handled()
1127 priv_req->end_trb >= priv_ep->dequeue) in cdns3_request_handled()
1148 trb = priv_ep->trb_pool + priv_ep->dequeue; in cdns3_transfer_completed()
[all …]
/drivers/usb/early/
Dxhci-dbc.c206 ring->dequeue = seg->trbs; in xdbc_reset_ring()
801 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
820 ++(xdbc.evt_ring.dequeue); in xdbc_handle_events()
821 if (xdbc.evt_ring.dequeue == &xdbc.evt_seg.trbs[TRBS_PER_SEGMENT]) { in xdbc_handle_events()
822 xdbc.evt_ring.dequeue = xdbc.evt_seg.trbs; in xdbc_handle_events()
826 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
832 xdbc_write64(__pa(xdbc.evt_ring.dequeue), &xdbc.xdbc_reg->erdp); in xdbc_handle_events()
Dxhci-dbc.h119 struct xdbc_trb *dequeue; member
/drivers/bluetooth/
Dhci_uart.h61 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
Dhci_ath.c257 .dequeue = ath_dequeue,
Dhci_h4.c141 .dequeue = h4_dequeue,
Dhci_ag6xx.c311 .dequeue = ag6xx_dequeue,
Dhci_serdev.c52 skb = hu->proto->dequeue(hu); in hci_uart_dequeue()
Dhci_mrvl.c393 .dequeue = mrvl_dequeue,
Dhci_ll.c805 .dequeue = ll_dequeue,
Dhci_bcsp.c765 .dequeue = bcsp_dequeue,
/drivers/soc/fsl/qbman/
DKconfig19 dequeue frames in order to communicate.
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dhost.fuc62 // HOST->PWR comms - dequeue message(s) for process(es) from FIFO
/drivers/dma/ipu/
Dipu_idmac.c879 goto dequeue; in idmac_tx_submit()
886 goto dequeue; in idmac_tx_submit()
892 dequeue: in idmac_tx_submit()
/drivers/usb/gadget/udc/aspeed-vhub/
Dep0.c473 .dequeue = ast_vhub_ep0_dequeue,
/drivers/usb/usbip/
Dvudc_dev.c420 .dequeue = vep_dequeue,

1234