Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dv4l2-ctrls.h262 struct v4l2_ctrl_handler { struct
263 struct mutex _lock;
264 struct mutex *lock;
265 struct list_head ctrls;
266 struct list_head ctrl_refs;
267 struct v4l2_ctrl_ref *cached;
268 struct v4l2_ctrl_ref **buckets;
269 v4l2_ctrl_notify_fnc notify;
270 void *notify_priv;
271 u16 nr_of_buckets;
[all …]