Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dehci-sched.c1010 stream->next_uframe = NO_FRAME; in iso_stream_alloc()
1548 stream->next_uframe = start; in iso_stream_schedule()
1753 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
1783 uframe = next_uframe & 0x07; in itd_link_urb()
1784 frame = next_uframe >> 3; in itd_link_urb()
1788 next_uframe += stream->uperiod; in itd_link_urb()
1789 next_uframe &= mod - 1; in itd_link_urb()
1799 stream->next_uframe = next_uframe; in itd_link_urb()
2150 unsigned next_uframe; in sitd_link_urb() local
2154 next_uframe = stream->next_uframe; in sitd_link_urb()
[all …]
A Doxu210hp-hcd.c411 int next_uframe; /* scan periodic, start here */ member
2293 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic()
2317 oxu->next_uframe = -1; in disable_periodic()
2660 now_uframe = oxu->next_uframe; in scan_periodic()
2727 oxu->next_uframe = now_uframe; in scan_periodic()
2790 if (oxu->next_uframe != -1) in ehci_work()
3014 oxu->next_uframe = -1; in oxu_hcd_init()
A Dehci.h491 unsigned next_uframe; member
/drivers/usb/fotg210/
A Dfotg210-hcd.c3906 stream->next_uframe = -1; in iso_stream_alloc()
4260 urb->start_frame = stream->next_uframe; in iso_stream_schedule()
4348 unsigned next_uframe, uframe, frame; in itd_link_urb() local
4352 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
4362 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb()
4380 uframe = next_uframe & 0x07; in itd_link_urb()
4381 frame = next_uframe >> 3; in itd_link_urb()
4385 next_uframe += stream->interval; in itd_link_urb()
4386 next_uframe &= mod - 1; in itd_link_urb()
4390 if (((next_uframe >> 3) != frame) in itd_link_urb()
[all …]
A Dfotg210-hcd.h510 int next_uframe; member

Completed in 31 milliseconds