Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-sched.c193 ehci->next_uframe = readl (&ehci->regs->frame_index) in enable_periodic()
216 ehci->next_uframe = -1; in disable_periodic()
505 stream->next_uframe = -1; in iso_stream_alloc()
824 start = stream->next_uframe; in itd_stream_schedule()
848 stream->next_uframe); in itd_stream_schedule()
896 stream->next_uframe >> 3, in itd_stream_schedule()
897 stream->next_uframe & 0x7, in itd_stream_schedule()
900 stream->next_uframe = start; in itd_stream_schedule()
918 urb->start_frame = stream->next_uframe; in itd_stream_schedule()
993 unsigned next_uframe, uframe, frame; in itd_link_urb() local
[all …]
Dehci.h65 int next_uframe; /* scan periodic, start here */ member
425 int next_uframe; member
Dehci-hcd.c223 if (ehci->next_uframe != -1) in ehci_ready()
393 ehci->next_uframe = -1; in ehci_start()
671 if (ehci->next_uframe != -1) in ehci_work()