Home
last modified time | relevance | path

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

/linux-6.6.21/include/media/
Dv4l2-ctrls.h396 struct v4l2_ctrl_handler { struct
397 struct mutex _lock;
398 struct mutex *lock;
399 struct list_head ctrls;
400 struct list_head ctrl_refs;
401 struct v4l2_ctrl_ref *cached;
402 struct v4l2_ctrl_ref **buckets;
403 v4l2_ctrl_notify_fnc notify;
404 void *notify_priv;
405 u16 nr_of_buckets;
[all …]