Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci.h850 struct xhci_segment *queued_deq_seg;
1243 struct xhci_segment { struct
1246 struct xhci_segment *next; argument
1254 struct xhci_segment *start_seg; argument
1270 struct xhci_segment *new_deq_seg;
1286 struct xhci_segment *first_seg;
1287 struct xhci_segment *last_seg;
1289 struct xhci_segment *enq_seg;
1292 struct xhci_segment *deq_seg;
1616 void xhci_debug_segment(struct xhci_hcd *xhci, struct xhci_segment *seg);
[all …]
Dxhci-mem.c37 static struct xhci_segment *xhci_segment_alloc(struct xhci_hcd *xhci, in xhci_segment_alloc()
40 struct xhci_segment *seg; in xhci_segment_alloc()
66 static void xhci_segment_free(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_segment_free()
76 struct xhci_segment *first) in xhci_free_segments_for_ring()
78 struct xhci_segment *seg; in xhci_free_segments_for_ring()
82 struct xhci_segment *next = seg->next; in xhci_free_segments_for_ring()
96 static void xhci_link_segments(struct xhci_hcd *xhci, struct xhci_segment *prev, in xhci_link_segments()
97 struct xhci_segment *next, enum xhci_ring_type type) in xhci_link_segments()
127 struct xhci_segment *first, struct xhci_segment *last, in xhci_link_rings()
130 struct xhci_segment *next; in xhci_link_rings()
[all …]
Dxhci-ring.c79 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma()
97 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_last_seg()
111 struct xhci_segment *seg, union xhci_trb *trb) in last_trb()
141 struct xhci_segment **seg, in next_trb()
466 static struct xhci_segment *find_trb_seg( in find_trb_seg()
467 struct xhci_segment *start_seg, in find_trb_seg()
470 struct xhci_segment *cur_seg = start_seg; in find_trb_seg()
627 struct xhci_segment *cur_seg; in td_to_noop()
675 struct xhci_segment *deq_seg,
1234 struct xhci_segment *cur_seg; in xhci_cmd_to_noop()
[all …]
Dxhci-dbg.c312 void xhci_debug_segment(struct xhci_hcd *xhci, struct xhci_segment *seg) in xhci_debug_segment()
357 struct xhci_segment *seg; in xhci_debug_ring()
358 struct xhci_segment *first_seg = ring->first_seg; in xhci_debug_ring()
Dxhci.c852 struct xhci_segment *seg; in xhci_clear_command_ring()