Home
last modified time | relevance | path

Searched refs:next_uframe (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-sched.c1003 stream->next_uframe = NO_FRAME; in iso_stream_alloc()
1537 stream->next_uframe = start; in iso_stream_schedule()
1559 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule()
1575 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule()
1637 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule()
1738 unsigned next_uframe, uframe, frame; in itd_link_urb() local
1742 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
1772 uframe = next_uframe & 0x07; in itd_link_urb()
1773 frame = next_uframe >> in itd_link_urb()
2139 unsigned next_uframe; sitd_link_urb() local
[all...]
H A Dfotg210-hcd.c3909 stream->next_uframe = -1; in iso_stream_alloc()
4199 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()
4261 stream->next_uframe = start & (mod - 1); in iso_stream_schedule()
4264 urb->start_frame = stream->next_uframe; in iso_stream_schedule()
4352 unsigned next_uframe, uframe, frame; in itd_link_urb() local
4356 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
4366 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb()
4384 uframe = next_uframe in itd_link_urb()
[all...]
H A Dfotg210.h488 * beginning at stream->next_uframe
512 int next_uframe; member
H A Doxu210hp-hcd.c435 int next_uframe; /* scan periodic, start here */ member
2316 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic()
2340 oxu->next_uframe = -1; in disable_periodic()
2683 now_uframe = oxu->next_uframe; in scan_periodic()
2750 oxu->next_uframe = now_uframe; in scan_periodic()
2813 if (oxu->next_uframe != -1) in ehci_work()
3037 oxu->next_uframe = -1; in oxu_hcd_init()
H A Dehci.h458 * beginning at stream->next_uframe
482 unsigned next_uframe; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-sched.c1010 stream->next_uframe = NO_FRAME; in iso_stream_alloc()
1548 stream->next_uframe = start; in iso_stream_schedule()
1570 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule()
1586 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule()
1648 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule()
1749 unsigned next_uframe, uframe, frame; in itd_link_urb() local
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 >> in itd_link_urb()
2150 unsigned next_uframe; sitd_link_urb() local
[all...]
H A Doxu210hp-hcd.c435 int next_uframe; /* scan periodic, start here */ member
2317 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic()
2341 oxu->next_uframe = -1; in disable_periodic()
2684 now_uframe = oxu->next_uframe; in scan_periodic()
2751 oxu->next_uframe = now_uframe; in scan_periodic()
2814 if (oxu->next_uframe != -1) in ehci_work()
3038 oxu->next_uframe = -1; in oxu_hcd_init()
H A Dehci.h461 * beginning at stream->next_uframe
485 unsigned next_uframe; member
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.c3910 stream->next_uframe = -1; in iso_stream_alloc()
4199 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule()
4261 stream->next_uframe = start & (mod - 1); in iso_stream_schedule()
4264 urb->start_frame = stream->next_uframe; in iso_stream_schedule()
4352 unsigned next_uframe, uframe, frame; in itd_link_urb() local
4356 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb()
4366 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb()
4384 uframe = next_uframe in itd_link_urb()
[all...]
H A Dfotg210-hcd.h486 * beginning at stream->next_uframe
510 int next_uframe; member

Completed in 35 milliseconds