Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dfhci-q.c55 list_add_tail(&td->frame_lh, &frame->tds_list); in fhci_add_td_to_frame()
86 if (!list_empty(&frame->tds_list)) { in fhci_remove_td_from_frame()
87 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_remove_td_from_frame()
88 list_del_init(frame->tds_list.next); in fhci_remove_td_from_frame()
99 if (!list_empty(&frame->tds_list)) in fhci_peek_td_from_frame()
100 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_peek_td_from_frame()
Dfhci.h421 struct list_head tds_list; /* all tds of this frame */ member
Dfhci-tds.c583 (list_empty(&usb->actual_frame->tds_list))) in fhci_tx_conf_interrupt()
Dfhci-hcd.c272 INIT_LIST_HEAD(&usb->actual_frame->tds_list); in fhci_usb_init()
Dfhci-sched.c339 if (!list_empty(&usb->actual_frame->tds_list)) { in rotate_frames()