Home
last modified time | relevance | path

Searched refs:xhci_trb (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
Dxhci-ring.c70 union xhci_trb *trb) in xhci_trb_virt_to_dma()
83 static bool trb_is_noop(union xhci_trb *trb) in trb_is_noop()
88 static bool trb_is_link(union xhci_trb *trb) in trb_is_link()
93 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg()
99 struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_ring()
104 static bool link_trb_toggles_cycle(union xhci_trb *trb) in link_trb_toggles_cycle()
129 static void trb_to_noop(union xhci_trb *trb, u32 noop_type) in trb_to_noop()
151 union xhci_trb **trb) in next_trb()
224 union xhci_trb *next; in inc_enq()
289 union xhci_trb *enq = ring->enqueue; in xhci_num_trbs_free()
[all …]
Dxhci.h821 union xhci_trb *command_trb;
969 union xhci_trb *queued_deq_ptr;
1365 union xhci_trb { union
1557 union xhci_trb *trbs;
1586 union xhci_trb *first_trb;
1587 union xhci_trb *last_trb;
1605 union xhci_trb *cmd_trb;
1643 union xhci_trb *enqueue;
1645 union xhci_trb *dequeue;
2200 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
[all …]
Dxhci-dbgcap.c163 union xhci_trb *trb = req->trb; in xhci_dbc_flush_single_request()
226 union xhci_trb *trb, *next; in xhci_dbc_queue_trb()
249 union xhci_trb *trb; in xhci_dbc_queue_bulk_tx()
452 union xhci_trb *trb = &seg->trbs[TRBS_PER_SEGMENT - 1]; in xhci_dbc_ring_alloc()
661 dbc_handle_port_status(struct xhci_dbc *dbc, union xhci_trb *event) in dbc_handle_port_status()
682 static void dbc_handle_xfer_event(struct xhci_dbc *dbc, union xhci_trb *event) in dbc_handle_xfer_event()
754 union xhci_trb *evt; in xhci_dbc_do_handle_events()
Dxhci-dbgcap.h162 union xhci_trb *trb;
Dxhci-debugfs.c201 union xhci_trb *trb; in xhci_ring_dump_segment()
Dxhci.c770 sizeof(union xhci_trb) * (TRBS_PER_SEGMENT - 1)); in xhci_clear_command_ring()
5479 BUILD_BUG_ON(sizeof(union xhci_trb) != 4*32/8); in xhci_hcd_init()