Lines Matching defs:start
2466 * Our caller will start an unlink if qh->needs_rescan is
2499 /* Tell the caller to start an unlink */
2750 qh->start = NO_FRAME;
2885 /* Don't start the schedule until ASS is 0 */
2918 /* splice right after start */
3108 /* Otherwise start a new IAA cycle */
3456 /* Don't start the schedule until PSS is 0 */
3482 "link qh%d-%04x/%p start %d [%d/%d us]\n", period,
3484 (QH_CMASK | QH_SMASK), qh, qh->start, qh->usecs,
3491 for (i = qh->start; i < fotg210->periodic_size; i += period) {
3568 for (i = qh->start; i < fotg210->periodic_size; i += period)
3577 "unlink qh%d-%04x/%p start %d [%d/%d us]\n",
3579 (QH_CMASK | QH_SMASK), qh, qh->start, qh->usecs,
3760 frame = qh->start;
3800 qh->start = frame;
4161 u32 now, next, start, period, span;
4201 start = next + excess - mod + period *
4204 start = next + excess + period;
4205 if (start - now >= mod) {
4207 urb, start - now - period, period,
4214 /* need to schedule; when's the next (u)frame we could start?
4223 start = SCHEDULE_SLOP + (now & ~0x07);
4232 next = start;
4233 start += period;
4235 start--;
4237 if (itd_slot_ok(fotg210, mod, start,
4240 } while (start > next && !done);
4252 if (unlikely(start - now + span - period >=
4255 urb, start - now, span - period,
4261 stream->next_uframe = start & (mod - 1);
4263 /* report high speed start in uframes; full speed, in frames */
4362 "schedule devp %s ep%d%s-iso period %d start %d.%d\n",
5000 /* start HC running; it's halted, hcd_fotg210_init() has been run (once) */
5206 /* start 20 msec resume signaling from this port,
5508 .start = fotg210_run,
5556 * then invokes the start() method for the HCD associated with it
5580 irq = res->start;
5599 hcd->rsrc_start = res->start;