Home
last modified time | relevance | path

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

/Linux-v5.15/include/media/
Dv4l2-ctrls.h365 struct v4l2_ctrl_handler { struct
366 struct mutex _lock;
367 struct mutex *lock;
368 struct list_head ctrls;
369 struct list_head ctrl_refs;
370 struct v4l2_ctrl_ref *cached;
371 struct v4l2_ctrl_ref **buckets;
372 v4l2_ctrl_notify_fnc notify;
373 void *notify_priv;
374 u16 nr_of_buckets;
[all …]