Home
last modified time | relevance | path

Searched defs:uvc_streaming (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/usb/uvc/
Duvcvideo.h426 struct uvc_streaming { struct
437 struct uvc_streaming_header header; argument
443 struct uvc_streaming_control ctrl; argument
444 const struct uvc_format *def_format;
445 const struct uvc_format *cur_format;
446 const struct uvc_frame *cur_frame;
452 struct mutex mutex;
455 unsigned int frozen : 1;
456 struct uvc_video_queue queue;
457 struct workqueue_struct *async_wq;
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h542 struct uvc_streaming { struct
553 struct uvc_streaming_header header; argument
559 struct uvc_streaming_control ctrl; argument
560 struct uvc_format *def_format;
561 struct uvc_format *cur_format;
562 struct uvc_frame *cur_frame;
567 struct mutex mutex;
570 unsigned int frozen : 1;
571 struct uvc_video_queue queue;
572 struct workqueue_struct *async_wq;
[all …]