Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-trace.h111 TP_PROTO(struct xhci_ring *ring, struct xhci_generic_trb *trb),
134 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),
450 TP_PROTO(struct xhci_ring *ring),
488 TP_PROTO(struct xhci_ring *ring),
[all …]
Dxhci-dbgcap.h90 struct xhci_ring *ring;
128 struct xhci_ring *ring_evt;
129 struct xhci_ring *ring_in;
130 struct xhci_ring *ring_out;
Dxhci-debugfs.c168 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_enqueue_show()
179 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_dequeue_show()
189 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_cycle_show()
218 struct xhci_ring *ring = *(struct xhci_ring **)s->private; in xhci_ring_trb_show()
419 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()
116 static bool unhandled_event_trb(struct xhci_ring *ring) in unhandled_event_trb()
149 struct xhci_ring *ring, in next_trb()
164 void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq()
220 static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, in inc_enq()
284 static unsigned int xhci_num_trbs_free(struct xhci_ring *ring) in xhci_num_trbs_free()
320 static unsigned int xhci_ring_expansion_needed(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_ring_expansion_needed()
569 static struct xhci_ring *xhci_virt_ep_to_ring(struct xhci_hcd *xhci, in xhci_virt_ep_to_ring()
593 struct xhci_ring *xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, in xhci_triad_to_transfer_ring()
636 struct xhci_ring *ep_ring; in xhci_move_dequeue_past_td()
[all …]
Dxhci.h571 struct xhci_ring **stream_rings;
652 struct xhci_ring *ring;
658 struct xhci_ring *new_ring;
1343 struct xhci_ring { struct
1428 struct xhci_ring *event_ring;
1519 struct xhci_ring *cmd_ring;
1791 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci,
1794 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring);
1795 int xhci_ring_expansion(struct xhci_hcd *xhci, struct xhci_ring *ring,
1797 void xhci_initialize_ring_info(struct xhci_ring *ring,
[all …]
Dxhci-mem.c129 static void xhci_link_rings(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_link_rings()
192 struct xhci_ring *ring, in xhci_insert_segment_mapping()
225 struct xhci_ring *ring, in xhci_update_stream_segment_mapping()
263 static void xhci_remove_stream_mapping(struct xhci_ring *ring) in xhci_remove_stream_mapping()
277 static int xhci_update_stream_mapping(struct xhci_ring *ring, gfp_t mem_flags) in xhci_update_stream_mapping()
284 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring) in xhci_ring_free()
300 void xhci_initialize_ring_info(struct xhci_ring *ring, in xhci_initialize_ring_info()
376 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, in xhci_ring_alloc()
380 struct xhci_ring *ring; in xhci_ring_alloc()
427 int xhci_ring_expansion(struct xhci_hcd *xhci, struct xhci_ring *ring, in xhci_ring_expansion()
[all …]
Dxhci-dbgcap.c41 static void dbc_ring_free(struct device *dev, struct xhci_ring *ring) in dbc_ring_free()
240 xhci_dbc_queue_trb(struct xhci_ring *ring, u32 field1, in xhci_dbc_queue_trb()
269 struct xhci_ring *ring = dep->ring; in xhci_dbc_queue_bulk_tx()
397 static int dbc_erst_alloc(struct device *dev, struct xhci_ring *evt_ring, in dbc_erst_alloc()
438 static struct xhci_ring *
441 struct xhci_ring *ring; in xhci_dbc_ring_alloc()
715 struct xhci_ring *ring; in dbc_handle_xfer_event()
810 static void inc_evt_deq(struct xhci_ring *ring) in inc_evt_deq()
Dxhci-debugfs.h95 struct xhci_ring *show_ring;
Dxhci.c41 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring()
784 struct xhci_ring *ring; in xhci_clear_command_ring()
1686 struct xhci_ring *ep_ring; in xhci_urb_dequeue()