fhci_time_frame    53 drivers/usb/host/fhci-q.c void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td)
fhci_time_frame    82 drivers/usb/host/fhci-q.c struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame)
fhci_time_frame    95 drivers/usb/host/fhci-q.c struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame)
fhci_time_frame   432 drivers/usb/host/fhci.h 	struct fhci_time_frame *actual_frame;
fhci_time_frame   566 drivers/usb/host/fhci.h struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame);
fhci_time_frame   568 drivers/usb/host/fhci.h struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame);
fhci_time_frame   569 drivers/usb/host/fhci.h void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);