Home
last modified time | relevance | path

Searched refs:frame_lh (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dfhci-q.c55 list_add_tail(&td->frame_lh, &frame->tds_list); in fhci_add_td_to_frame()
87 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_remove_td_from_frame()
100 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_peek_td_from_frame()
Dfhci-mem.c27 INIT_LIST_HEAD(&td->frame_lh); in init_td()
Dfhci.h358 struct list_head frame_lh; member
Dfhci-sched.c242 list_del_init(&td->frame_lh); in add_packet()