Searched refs:uvc_frame (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h246 struct uvc_frame { struct
270 const struct uvc_frame *frames;
448 const struct uvc_frame *cur_frame;
H A Duvc_driver.c225 struct uvc_frame *frames, u32 **intervals, const unsigned char *buffer,
231 struct uvc_frame *frame;
515 struct uvc_frame *frame;
698 frame = (struct uvc_frame *)&format[nformats];
H A Duvc_video.c141 const struct uvc_frame *frame = NULL;
2104 const struct uvc_frame *frame = NULL;
H A Duvc_v4l2.c164 static u32 uvc_try_frame_interval(const struct uvc_frame *frame, u32 interval)
197 const struct uvc_frame *frame)
214 const struct uvc_frame **uvc_frame)
217 const struct uvc_frame *frame = NULL;
358 if (uvc_frame != NULL)
359 *uvc_frame = frame;
368 const struct uvc_frame *frame;
403 const struct uvc_frame *frame;
470 const struct uvc_frame *fram
211 uvc_v4l2_try_format(struct uvc_streaming *stream, struct v4l2_format *fmt, struct uvc_streaming_control *probe, const struct uvc_format **uvc_format, const struct uvc_frame **uvc_frame) argument
[all...]

Completed in 377 milliseconds