Home
last modified time | relevance | path

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

/linux-6.1.9/include/media/
Dv4l2-ctrls.h388 struct v4l2_ctrl_handler { struct
389 struct mutex _lock;
390 struct mutex *lock;
391 struct list_head ctrls;
392 struct list_head ctrl_refs;
393 struct v4l2_ctrl_ref *cached;
394 struct v4l2_ctrl_ref **buckets;
395 v4l2_ctrl_notify_fnc notify;
396 void *notify_priv;
397 u16 nr_of_buckets;
[all …]