Home
last modified time | relevance | path

Searched defs:xhci_td (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1538 struct xhci_td { struct
1539 struct list_head td_list;
1540 struct list_head cancelled_td_list;
1541 struct urb *urb;
1542 struct xhci_segment *start_seg;
1543 union xhci_trb *first_trb;
1544 union xhci_trb *last_trb;
1545 struct xhci_segment *bounce_seg;
1547 bool urb_length_set;