Home
last modified time | relevance | path

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

/linux/drivers/media/usb/uvc/
H A Duvcvideo.h140 struct uvc_control { struct
142 struct uvc_control_info info; argument
144 u8 index; /* Used to match the uvc_control entry with a uvc_control_info. */ argument
145 u8 dirty:1,
146 loaded:1,
147 modified:1,
148 cached:1,
149 initialized:1;
151 u8 *uvc_data;
153 struct uvc_fh *handle; /* File handle that last changed the control. */
H A Duvc_ctrl.c1869 struct uvc_control *uvc_control) in uvc_ctrl_find_ctrl_idx()