Searched refs:sg_left (Results 1 – 1 of 1) sorted by relevance
141 unsigned int sg_left, part = 0; in uvc_video_encode_isoc_sg() local167 sg_left = buf->sg->length - buf->offset; in uvc_video_encode_isoc_sg()168 part = min_t(unsigned int, len, sg_left); in uvc_video_encode_isoc_sg()172 if (part == sg_left) { in uvc_video_encode_isoc_sg()
Completed in 6 milliseconds