Lines Matching defs:last
693 struct uvc_clock_sample *last;
720 last = &clock->samples[(clock->head - 1) % clock->size];
725 x2 = last->dev_stc - delta_stc;
730 y2 = (last->dev_sof + 2048) << 16;
749 x2 = (uvc_video_clock_host_sof(last) + 2048) << 16;
756 y2 = ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1;
781 x2, last->host_sof, last->dev_sof, y1, y2);
912 "last pts/stc/sof %u/%u/%u\n",
1109 * last payload can be lost anyway). We thus must check if the FID has