Searched refs:enqueue (Results 1 – 16 of 16) sorted by relevance
/drivers/usb/host/ |
D | xhci-ring.c | 121 struct xhci_link_trb *link = &ring->enqueue->link; in enqueue_is_link_trb() 206 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq() 209 !last_trb(xhci, ring, ring->enq_seg, ring->enqueue)) in inc_enq() 211 next = ++(ring->enqueue); in inc_enq() 253 ring->enqueue = ring->enq_seg->trbs; in inc_enq() 254 next = ring->enqueue; in inc_enq() 256 addr = (unsigned long long) xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in inc_enq() 1224 if (xhci->cmd_ring->dequeue == xhci->cmd_ring->enqueue) in xhci_cmd_to_noop() 1244 cmd_trb != xhci->cmd_ring->enqueue; in xhci_cmd_to_noop() 1348 if (xhci->cmd_ring->dequeue != xhci->cmd_ring->enqueue) in handle_stopped_cmd_ring() [all …]
|
D | xhci-dbg.c | 338 ring->enqueue, in xhci_dbg_ring_ptrs() 340 ring->enqueue)); in xhci_dbg_ring_ptrs()
|
D | xhci-mem.c | 166 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info() 168 ring->dequeue = ring->enqueue; in xhci_initialize_ring_info() 1012 ep_ring->enqueue) in xhci_copy_ep0_dequeue_into_input_ctx()
|
D | xhci-hub.c | 289 cmd->command_trb = xhci->cmd_ring->enqueue; in xhci_stop_device()
|
D | xhci.h | 1292 union xhci_trb *enqueue; member
|
D | xhci.c | 856 ring->enqueue = ring->dequeue; in xhci_clear_command_ring() 2590 command->command_trb = xhci->cmd_ring->enqueue; in xhci_configure_endpoint() 3391 reset_device_cmd->command_trb = xhci->cmd_ring->enqueue; in xhci_discover_or_reset_device()
|
/drivers/bluetooth/ |
D | hci_uart.h | 60 int (*enqueue)(struct hci_uart *hu, struct sk_buff *skb); member
|
D | hci_h4.c | 179 .enqueue = h4_enqueue,
|
D | hci_ath.c | 220 .enqueue = ath_enqueue,
|
D | hci_ll.c | 515 .enqueue = ll_enqueue,
|
D | hci_ldisc.c | 254 hu->proto->enqueue(hu, skb); in hci_uart_send_frame()
|
D | hci_h5.c | 727 .enqueue = h5_enqueue,
|
D | hci_bcsp.c | 736 .enqueue = bcsp_enqueue,
|
/drivers/input/serio/ |
D | hp_sdc_mlc.c | 264 goto enqueue; in hp_sdc_mlc_out() 301 enqueue: in hp_sdc_mlc_out()
|
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/ |
D | hubnvc0.fuc | 493 // enqueue a context switch for later processing
|
D | hubnve0.fuc | 443 // enqueue a context switch for later processing
|