Home
last modified time | relevance | path

Searched refs:cdnsp_segment (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/cdns3/
Dcdnsp-mem.c29 static struct cdnsp_segment *cdnsp_segment_alloc(struct cdnsp_device *pdev, in cdnsp_segment_alloc()
34 struct cdnsp_segment *seg; in cdnsp_segment_alloc()
72 struct cdnsp_segment *seg) in cdnsp_segment_free()
82 struct cdnsp_segment *first) in cdnsp_free_segments_for_ring()
84 struct cdnsp_segment *seg; in cdnsp_free_segments_for_ring()
89 struct cdnsp_segment *next = seg->next; in cdnsp_free_segments_for_ring()
106 struct cdnsp_segment *prev, in cdnsp_link_segments()
107 struct cdnsp_segment *next, in cdnsp_link_segments()
138 struct cdnsp_segment *first, in cdnsp_link_rings()
139 struct cdnsp_segment *last, in cdnsp_link_rings()
[all …]
Dcdnsp-gadget.h1166 struct cdnsp_segment { struct
1168 struct cdnsp_segment *next; argument
1192 struct cdnsp_segment *start_seg; argument
1195 struct cdnsp_segment *bounce_seg;
1208 struct cdnsp_segment *new_deq_seg;
1250 struct cdnsp_segment *first_seg;
1251 struct cdnsp_segment *last_seg;
1253 struct cdnsp_segment *enq_seg;
1255 struct cdnsp_segment *deq_seg;
1515 dma_addr_t cdnsp_trb_virt_to_dma(struct cdnsp_segment *seg,
[all …]
Dcdnsp-ring.c71 dma_addr_t cdnsp_trb_virt_to_dma(struct cdnsp_segment *seg, in cdnsp_trb_virt_to_dma()
92 bool cdnsp_last_trb_on_seg(struct cdnsp_segment *seg, union cdnsp_trb *trb) in cdnsp_last_trb_on_seg()
98 struct cdnsp_segment *seg, in cdnsp_last_trb_on_ring()
131 struct cdnsp_segment **seg, in cdnsp_next_trb()
437 struct cdnsp_segment *new_seg; in cdnsp_find_new_dequeue_state()
508 struct cdnsp_segment *seg = td->start_seg; in cdnsp_td_to_noop()
531 static struct cdnsp_segment *cdnsp_trb_in_td(struct cdnsp_device *pdev, in cdnsp_trb_in_td()
532 struct cdnsp_segment *start_seg, in cdnsp_trb_in_td()
537 struct cdnsp_segment *cur_seg; in cdnsp_trb_in_td()
601 struct cdnsp_segment *seg = td->bounce_seg; in cdnsp_unmap_td_bounce_buffer()
[all …]
Dcdnsp-gadget.c490 struct cdnsp_segment *segment; in cdnsp_invalidate_ep_events()
524 struct cdnsp_segment *event_deq_seg; in cdnsp_wait_for_cmd_compl()
1368 struct cdnsp_segment *seg; in cdnsp_clear_cmd_ring()
1391 struct cdnsp_segment *event_deq_seg; in cdnsp_consume_all_events()
Dcdnsp-trace.h239 __field(struct cdnsp_segment *, new_deq_seg)