Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-q.c59 list_add_tail(&td->frame_lh, &frame->tds_list); in fhci_add_td_to_frame()
91 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_remove_td_from_frame()
104 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_peek_td_from_frame()
Dfhci-mem.c31 INIT_LIST_HEAD(&td->frame_lh); in init_td()
Dfhci.h364 struct list_head frame_lh; member
Dfhci-sched.c246 list_del_init(&td->frame_lh); in add_packet()