/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 150 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()
|
D | mtu3.h | 189 struct qmu_gpd *dequeue; member
|
D | mtu3_debugfs.c | 212 ring->enqueue, ring->dequeue); in mtu3_qmu_ring_show()
|
/drivers/usb/host/ |
D | xhci-ring.c | 160 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 …]
|
D | xhci-dbgcap.c | 416 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()
|
D | xhci-debugfs.c | 179 dma = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); in xhci_ring_dequeue_show()
|
D | xhci-hub.c | 400 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/ |
D | trace.h | 405 __field(u8, dequeue) 416 __entry->dequeue = priv_ep->dequeue; 423 __entry->dequeue, 463 __entry->dequeue_idx = priv_req->priv_ep->dequeue;
|
D | debug.h | 121 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_dbg_ring() 126 priv_ep->dequeue, trb, in cdns3_dbg_ring()
|
D | gadget.c | 295 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/ |
D | xhci-dbc.c | 206 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()
|
D | xhci-dbc.h | 119 struct xdbc_trb *dequeue; member
|
/drivers/bluetooth/ |
D | hci_uart.h | 61 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
|
D | hci_ath.c | 257 .dequeue = ath_dequeue,
|
D | hci_h4.c | 141 .dequeue = h4_dequeue,
|
D | hci_ag6xx.c | 311 .dequeue = ag6xx_dequeue,
|
D | hci_serdev.c | 52 skb = hu->proto->dequeue(hu); in hci_uart_dequeue()
|
D | hci_mrvl.c | 393 .dequeue = mrvl_dequeue,
|
D | hci_ll.c | 805 .dequeue = ll_dequeue,
|
D | hci_bcsp.c | 765 .dequeue = bcsp_dequeue,
|
/drivers/soc/fsl/qbman/ |
D | Kconfig | 19 dequeue frames in order to communicate.
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 62 // HOST->PWR comms - dequeue message(s) for process(es) from FIFO
|
/drivers/dma/ipu/ |
D | ipu_idmac.c | 879 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/ |
D | ep0.c | 473 .dequeue = ast_vhub_ep0_dequeue,
|
/drivers/usb/usbip/ |
D | vudc_dev.c | 420 .dequeue = vep_dequeue,
|