Home
last modified time | relevance | path

Searched refs:xhci_ring (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-trace.h115 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
139 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
144 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
149 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
154 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
159 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
164 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
169 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
457 TP_PROTO(struct xhci_ring *ring),
498 TP_PROTO(struct xhci_ring *ring),
[all …]
Dxhci-dbgcap.h90 struct xhci_ring *ring;
126 struct xhci_ring *ring_evt;
127 struct xhci_ring *ring_in;
128 struct xhci_ring *ring_out;
Dxhci-debugfs.c167 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_enqueue_show()
178 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_dequeue_show()
188 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_cycle_show()
217 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_trb_show()
418 struct xhci_ring **ring, in xhci_debugfs_create_ring_dir()
Dxhci-ring.c98 static bool last_trb_on_ring(struct xhci_ring *ring, in last_trb_on_ring()
143 struct xhci_ring *ring, in next_trb()
158 void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq()
216 static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, in inc_enq()
283 static inline int room_on_ring(struct xhci_hcd *xhci, struct xhci_ring *ring, in room_on_ring()
505 static struct xhci_ring *xhci_virt_ep_to_ring(struct xhci_hcd *xhci, in xhci_virt_ep_to_ring()
529 struct xhci_ring *xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, in xhci_triad_to_transfer_ring()
572 struct xhci_ring *ep_ring; in xhci_move_dequeue_past_td()
723 static void td_to_noop(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, in td_to_noop()
768 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer()
[all …]
Dxhci.h848 struct xhci_ring **stream_rings;
929 struct xhci_ring *ring;
935 struct xhci_ring *new_ring;
1617 struct xhci_ring { struct
1797 struct xhci_ring *cmd_ring;
1807 struct xhci_ring *event_ring;
2066 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci,
2069 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
2070 int xhci_ring_expansion(struct xhci_hcd *xhci, struct xhci_ring *ring,
2073 struct xhci_ring *evt_ring,
[all …]
Dxhci-dbgcap.c26 static void dbc_ring_free(struct device *dev, struct xhci_ring *ring) in dbc_ring_free()
223 xhci_dbc_queue_trb(struct xhci_ring *ring, u32 field1, in xhci_dbc_queue_trb()
252 struct xhci_ring *ring = dep->ring; in xhci_dbc_queue_bulk_tx()
380 static int dbc_erst_alloc(struct device *dev, struct xhci_ring *evt_ring, in dbc_erst_alloc()
422 static struct xhci_ring *
425 struct xhci_ring *ring; in xhci_dbc_ring_alloc()
685 struct xhci_ring *ring; in dbc_handle_xfer_event()
739 static void inc_evt_deq(struct xhci_ring *ring) in inc_evt_deq()
Dxhci-mem.c126 static void xhci_link_rings(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_link_rings()
188 struct xhci_ring *ring, in xhci_insert_segment_mapping()
221 struct xhci_ring *ring, in xhci_update_stream_segment_mapping()
259 static void xhci_remove_stream_mapping(struct xhci_ring *ring) in xhci_remove_stream_mapping()
273 static int xhci_update_stream_mapping(struct xhci_ring *ring, gfp_t mem_flags) in xhci_update_stream_mapping()
280 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free()
296 void xhci_initialize_ring_info(struct xhci_ring *ring, in xhci_initialize_ring_info()
371 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc()
375 struct xhci_ring *ring; in xhci_ring_alloc()
423 int xhci_ring_expansion(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_ring_expansion()
[all …]
Dxhci-debugfs.h95 struct xhci_ring *show_ring;
Dxhci.c40 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring()
887 struct xhci_ring *ring; in xhci_clear_command_ring()
1795 struct xhci_ring *ep_ring; in xhci_urb_dequeue()