Home
last modified time | relevance | path

Searched refs:fhci_add_td_to_frame (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dfhci-q.c53 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame() function
H A Dfhci.h569 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);
H A Dfhci-sched.c232 fhci_add_td_to_frame(usb->actual_frame, td); in add_packet()