Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-sched.c505 ehci->next_uframe = ehci_read_frame_index(ehci) in enable_periodic()
546 ehci->next_uframe = -1; in disable_periodic()
962 stream->next_uframe = -1; in iso_stream_alloc()
1456 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()
1525 stream->next_uframe = start & (mod - 1); in iso_stream_schedule()
1528 urb->start_frame = stream->next_uframe; in iso_stream_schedule()
1627 unsigned next_uframe, uframe, frame; in itd_link_urb() local
1631 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
1641 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb()
1667 uframe = next_uframe & 0x07; in itd_link_urb()
[all …]
Dehci.h96 int next_uframe; /* scan periodic, start here */ member
433 int next_uframe; member
Doxu210hp.h404 int next_uframe; /* scan periodic, start here */ member
Doxu210hp-hcd.c1896 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic()
1920 oxu->next_uframe = -1; in disable_periodic()
2263 now_uframe = oxu->next_uframe; in scan_periodic()
2336 oxu->next_uframe = now_uframe; in scan_periodic()
2395 if (oxu->next_uframe != -1) in ehci_work()
2620 oxu->next_uframe = -1; in oxu_hcd_init()
Dehci-hcd.c542 if (ehci->next_uframe != -1) in ehci_work()
660 ehci->next_uframe = -1; in ehci_init()