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.h1545 struct xhci_td { struct
1546 struct list_head td_list;
1547 struct list_head cancelled_td_list;
1548 int status;
1549 struct urb *urb;
1550 struct xhci_segment *start_seg;
1551 union xhci_trb *first_trb;
1552 union xhci_trb *last_trb;
1553 struct xhci_segment *bounce_seg;
1555 bool urb_length_set;