Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dfhci.h417 struct fhci_time_frame { struct
432 struct fhci_time_frame *actual_frame; argument
566 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame);
568 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame);
569 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);
Dfhci-q.c53 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td) in fhci_add_td_to_frame()
82 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame) in fhci_remove_td_from_frame()
95 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame) in fhci_peek_td_from_frame()