Symbol: xhci_td
drivers/usb/host/xhci-ring.c
1037
struct xhci_td *td = NULL;
drivers/usb/host/xhci-ring.c
1038
struct xhci_td *tmp_td = NULL;
drivers/usb/host/xhci-ring.c
1039
struct xhci_td *cached_td = NULL;
drivers/usb/host/xhci-ring.c
1158
static struct xhci_td *find_halted_td(struct xhci_virt_ep *ep)
drivers/usb/host/xhci-ring.c
1160
struct xhci_td *td;
drivers/usb/host/xhci-ring.c
1166
td = list_first_entry(&ep->ring->td_list, struct xhci_td, td_list);
drivers/usb/host/xhci-ring.c
1189
struct xhci_td *td = NULL;
drivers/usb/host/xhci-ring.c
128
static bool last_td_in_urb(struct xhci_td *td)
drivers/usb/host/xhci-ring.c
1308
struct xhci_td *cur_td;
drivers/usb/host/xhci-ring.c
1309
struct xhci_td *tmp;
drivers/usb/host/xhci-ring.c
1328
struct xhci_td *cur_td;
drivers/usb/host/xhci-ring.c
1329
struct xhci_td *tmp;
drivers/usb/host/xhci-ring.c
1426
struct xhci_td *td, *tmp_td;
drivers/usb/host/xhci-ring.c
2166
static void xhci_clear_hub_tt_buffer(struct xhci_hcd *xhci, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
2235
struct xhci_ring *ep_ring, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
2277
static u32 sum_trb_lengths(struct xhci_td *td, union xhci_trb *stop_trb)
drivers/usb/host/xhci-ring.c
2294
struct xhci_ring *ep_ring, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
2389
struct xhci_ring *ep_ring, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
2495
static void skip_isoc_td(struct xhci_hcd *xhci, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
2519
struct xhci_ring *ep_ring, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
2641
struct xhci_td *td = NULL;
drivers/usb/host/xhci-ring.c
2815
td = list_first_entry_or_null(&ep_ring->td_list, struct xhci_td, td_list);
drivers/usb/host/xhci-ring.c
2846
td = list_first_entry(&ep_ring->td_list, struct xhci_td,
drivers/usb/host/xhci-ring.c
331
static bool trb_in_td(struct xhci_td *td, dma_addr_t suspect_dma)
drivers/usb/host/xhci-ring.c
3336
struct xhci_td *td;
drivers/usb/host/xhci-ring.c
3616
struct xhci_td *td;
drivers/usb/host/xhci-ring.c
3781
struct xhci_td *td;
drivers/usb/host/xhci-ring.c
4083
struct xhci_td *td;
drivers/usb/host/xhci-ring.c
691
unsigned int stream_id, struct xhci_td *td)
drivers/usb/host/xhci-ring.c
802
struct xhci_td *td, bool flip_cycle)
drivers/usb/host/xhci-ring.c
826
struct xhci_td *cur_td, int status)
drivers/usb/host/xhci-ring.c
846
struct xhci_ring *ring, struct xhci_td *td)
drivers/usb/host/xhci-ring.c
879
static void xhci_td_cleanup(struct xhci_hcd *xhci, struct xhci_td *td,
drivers/usb/host/xhci-ring.c
926
static void xhci_dequeue_td(struct xhci_hcd *xhci, struct xhci_td *td, struct xhci_ring *ring,
drivers/usb/host/xhci-ring.c
940
struct xhci_td *td, *tmp_td;
drivers/usb/host/xhci-ring.c
986
struct xhci_td *td,
drivers/usb/host/xhci.c
1763
struct xhci_td *td;
drivers/usb/host/xhci.c
57
static bool td_on_ring(struct xhci_td *td, struct xhci_ring *ring)
drivers/usb/host/xhci.h
1409
struct xhci_td td[] __counted_by(num_tds);