Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/uvc/
Duvcvideo.h146 struct uvc_control { struct
148 struct uvc_control_info info; argument
150 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument
151 u8 dirty:1,
152 loaded:1,
153 modified:1,
154 cached:1,
155 initialized:1;
157 u8 *uvc_data;
159 struct uvc_fh *handle; /* File handle that last changed the control. */
Duvc_ctrl.c2156 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()