Home
last modified time | relevance | path

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

/linux-6.15/include/media/
Dv4l2-ctrls.h412 struct v4l2_ctrl_handler { struct
413 struct mutex _lock;
414 struct mutex *lock;
415 struct list_head ctrls;
416 struct list_head ctrl_refs;
417 struct v4l2_ctrl_ref *cached;
418 struct v4l2_ctrl_ref **buckets;
419 v4l2_ctrl_notify_fnc notify;
420 void *notify_priv;
421 u16 nr_of_buckets;
[all …]