Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-q.c57 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame() function
Dfhci.h575 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);
Dfhci-sched.c236 fhci_add_td_to_frame(usb->actual_frame, td); in add_packet()