Home
last modified time | relevance | path

Searched refs:fhci_time_frame (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dfhci.h423 struct fhci_time_frame { struct
438 struct fhci_time_frame *actual_frame; argument
572 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame);
574 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame);
575 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);
Dfhci-q.c57 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame()
86 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame) in fhci_remove_td_from_frame()
99 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame) in fhci_peek_td_from_frame()