Home
last modified time | relevance | path

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

/include/media/
Dv4l2-ctrls.h408 struct v4l2_ctrl_handler { struct
409 struct mutex _lock;
410 struct mutex *lock;
411 struct list_head ctrls;
412 struct list_head ctrl_refs;
413 struct v4l2_ctrl_ref *cached;
414 struct v4l2_ctrl_ref **buckets;
415 v4l2_ctrl_notify_fnc notify;
416 void *notify_priv;
417 u16 nr_of_buckets;
[all …]