Searched refs:xhci_ring (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-trace.h | 115 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 …]
|
D | xhci-dbgcap.h | 90 struct xhci_ring *ring; 125 struct xhci_ring *ring_evt; 126 struct xhci_ring *ring_in; 127 struct xhci_ring *ring_out;
|
D | xhci-debugfs.c | 167 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()
|
D | xhci.h | 845 struct xhci_ring **stream_rings; 924 struct xhci_ring *ring; 930 struct xhci_ring *new_ring; 1598 struct xhci_ring { struct 1781 struct xhci_ring *cmd_ring; 1791 struct xhci_ring *event_ring; 2021 struct xhci_ring *xhci_ring_alloc(struct xhci_hcd *xhci, 2024 void xhci_ring_free(struct xhci_hcd *xhci, struct xhci_ring *ring); 2025 int xhci_ring_expansion(struct xhci_hcd *xhci, struct xhci_ring *ring, 2028 struct xhci_ring *evt_ring, [all …]
|
D | xhci-ring.c | 95 static bool last_trb_on_ring(struct xhci_ring *ring, in last_trb_on_ring() 140 struct xhci_ring *ring, in next_trb() 156 void inc_deq(struct xhci_hcd *xhci, struct xhci_ring *ring) in inc_deq() 204 static void inc_enq(struct xhci_hcd *xhci, struct xhci_ring *ring, in inc_enq() 259 static inline int room_on_ring(struct xhci_hcd *xhci, struct xhci_ring *ring, in room_on_ring() 486 struct xhci_ring *xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, in xhci_triad_to_transfer_ring() 570 struct xhci_ring *ep_ring; in xhci_find_new_dequeue_state() 690 static void td_to_noop(struct xhci_hcd *xhci, struct xhci_ring *ep_ring, in td_to_noop() 743 struct xhci_ring *ring, struct xhci_td *td) in xhci_unmap_td_bounce_buffer() 790 struct xhci_ring *ep_ring; in xhci_handle_cmd_stop_ep() [all …]
|
D | xhci-mem.c | 126 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 …]
|
D | xhci-dbgcap.c | 26 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()
|
D | xhci-debugfs.h | 95 struct xhci_ring *show_ring;
|
D | xhci.c | 41 static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring) in td_on_ring() 854 struct xhci_ring *ring; in xhci_clear_command_ring() 1624 struct xhci_ring *ep_ring; in xhci_urb_dequeue()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 6013 + struct xhci_ring *ep_ring;
|