Searched refs:next_uframe (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sched.c | 1033 stream->next_uframe = NO_FRAME; in iso_stream_alloc() 1572 stream->next_uframe = start; in iso_stream_schedule() 1594 start = (stream->next_uframe - base) & (mod - 1); in iso_stream_schedule() 1610 urb, stream->next_uframe, base, period, mod); in iso_stream_schedule() 1672 stream->next_uframe = (start + skip) & (mod - 1); in iso_stream_schedule() 1773 unsigned next_uframe, uframe, frame; in itd_link_urb() local 1777 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 1807 uframe = next_uframe & 0x07; in itd_link_urb() 1808 frame = next_uframe >> 3; in itd_link_urb() 1812 next_uframe += stream->uperiod; in itd_link_urb() [all …]
|
D | fusbh200-hcd.c | 4026 stream->next_uframe = -1; in iso_stream_alloc() 4349 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4410 stream->next_uframe = start & (mod - 1); in iso_stream_schedule() 4413 urb->start_frame = stream->next_uframe; in iso_stream_schedule() 4515 unsigned next_uframe, uframe, frame; in itd_link_urb() local 4519 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 4529 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb() 4548 uframe = next_uframe & 0x07; in itd_link_urb() 4549 frame = next_uframe >> 3; in itd_link_urb() 4553 next_uframe += stream->interval; in itd_link_urb() [all …]
|
D | fotg210-hcd.c | 4093 stream->next_uframe = -1; in iso_stream_alloc() 4415 excess = (stream->next_uframe - period - next) & (mod - 1); in iso_stream_schedule() 4476 stream->next_uframe = start & (mod - 1); in iso_stream_schedule() 4479 urb->start_frame = stream->next_uframe; in iso_stream_schedule() 4579 unsigned next_uframe, uframe, frame; in itd_link_urb() local 4583 next_uframe = stream->next_uframe & (mod - 1); in itd_link_urb() 4593 next_uframe >> 3, next_uframe & 0x7); in itd_link_urb() 4611 uframe = next_uframe & 0x07; in itd_link_urb() 4612 frame = next_uframe >> 3; in itd_link_urb() 4616 next_uframe += stream->interval; in itd_link_urb() [all …]
|
D | oxu210hp.h | 404 int next_uframe; /* scan periodic, start here */ member
|
D | fotg210.h | 502 int next_uframe; member
|
D | fusbh200.h | 492 int next_uframe; member
|
D | oxu210hp-hcd.c | 1899 oxu->next_uframe = readl(&oxu->regs->frame_index) in enable_periodic() 1923 oxu->next_uframe = -1; in disable_periodic() 2266 now_uframe = oxu->next_uframe; in scan_periodic() 2339 oxu->next_uframe = now_uframe; in scan_periodic() 2398 if (oxu->next_uframe != -1) in ehci_work() 2622 oxu->next_uframe = -1; in oxu_hcd_init()
|
D | ehci.h | 481 unsigned next_uframe; member
|