Searched refs:xhci_segment (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 64 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free() 80 struct xhci_segment *seg; in xhci_ring_free() 81 struct xhci_segment *first_seg; in xhci_ring_free() 88 struct xhci_segment *next = seg->next; in xhci_ring_free() 214 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments() 215 struct xhci_segment *next, bool link_trbs) in xhci_link_segments() 273 static struct xhci_segment *xhci_segment_alloc(void) in xhci_segment_alloc() 275 struct xhci_segment *seg; in xhci_segment_alloc() 277 seg = (struct xhci_segment *)malloc(sizeof(struct xhci_segment)); in xhci_segment_alloc() 305 struct xhci_segment *prev; in xhci_ring_alloc() [all …]
|
H A D | xhci.h | 1003 struct xhci_segment { struct 1006 struct xhci_segment *next; argument 1010 struct xhci_segment *first_seg; 1012 struct xhci_segment *enq_seg; 1014 struct xhci_segment *deq_seg; 1226 struct xhci_segment *seg; 1235 unsigned long trb_addr(struct xhci_segment *seg, union xhci_trb *trb);
|
H A D | xhci-ring.c | 36 struct xhci_segment *seg, union xhci_trb *trb) in last_trb() 56 struct xhci_segment *seg, in last_trb_on_last_seg()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 29 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci, in xhci_segment_alloc() 34 struct xhci_segment *seg; in xhci_segment_alloc() 69 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free() 80 struct xhci_segment *first) in xhci_free_segments_for_ring() 82 struct xhci_segment *seg; in xhci_free_segments_for_ring() 86 struct xhci_segment *next = seg->next; in xhci_free_segments_for_ring() 100 static void xhci_link_segments(struct xhci_segment *prev, in xhci_link_segments() 101 struct xhci_segment *next, in xhci_link_segments() 128 struct xhci_segment *first, struct xhci_segment *las in xhci_link_rings() [all...] |
H A D | xhci.h | 707 struct xhci_segment *queued_deq_seg; 1292 struct xhci_segment { struct 1295 struct xhci_segment *next; argument 1318 struct xhci_segment *start_seg; argument 1321 struct xhci_segment *last_trb_seg; 1322 struct xhci_segment *bounce_seg; 1374 struct xhci_segment *first_seg; 1375 struct xhci_segment *last_seg; 1377 struct xhci_segment *enq_seg; 1379 struct xhci_segment *deq_se [all...] |
H A D | xhci-ring.c | 70 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() 94 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg() 100 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_ring() 145 struct xhci_segment **seg, in next_trb() 283 struct xhci_segment *enq_seg = ring->enq_seg; in xhci_num_trbs_free() 320 struct xhci_segment *seg; in xhci_ring_expansion_needed() 432 struct xhci_segment *new_seg = xhci->cmd_ring->deq_seg; in xhci_abort_cmd_ring() 637 struct xhci_segment *new_seg; in xhci_move_dequeue_past_td() 766 struct xhci_segment *seg = td->start_seg; in td_to_noop() 811 struct xhci_segment *seg = td->bounce_seg; in xhci_unmap_td_bounce_buffer() [all …]
|
H A D | xhci-debugfs.c | 197 struct xhci_segment *seg) in xhci_ring_dump_segment() 219 struct xhci_segment *seg = ring->first_seg; in xhci_ring_trb_show()
|
H A D | xhci-dbgcap.c | 428 struct xhci_segment *seg; in xhci_dbc_ring_alloc()
|
H A D | xhci.c | 44 struct xhci_segment *seg = ring->first_seg; in td_on_ring() 733 struct xhci_segment *seg; in xhci_clear_command_ring()
|