Home
last modified time | relevance | path

Searched refs:ehci_read_frame_index (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci.h756 static unsigned ehci_read_frame_index(struct ehci_hcd *ehci);
760 static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index() function
Dehci-hcd.c257 old_index = ehci_read_frame_index(ehci); in handshake_for_broken_root_hub()
261 if (error == -ETIMEDOUT && ehci_read_frame_index(ehci) == old_index) in handshake_for_broken_root_hub()
1249 return (ehci_read_frame_index(ehci) >> 3) % ehci->periodic_size; in ehci_get_frame()
Dehci-sched.c41 static unsigned ehci_read_frame_index(struct ehci_hcd *ehci) in ehci_read_frame_index() function
505 ehci->next_uframe = ehci_read_frame_index(ehci) in enable_periodic()
1432 now = ehci_read_frame_index(ehci) & (mod - 1); in iso_stream_schedule()
2305 clock = ehci_read_frame_index(ehci); in scan_periodic()
2484 now = ehci_read_frame_index(ehci) & (mod - 1); in scan_periodic()
Dehci-dbg.c823 ehci_read_frame_index(ehci)); in fill_registers_buffer()