Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/
Dv4l2-ctrls.h363 struct v4l2_ctrl_handler { struct
364 struct mutex _lock;
365 struct mutex *lock;
366 struct list_head ctrls;
367 struct list_head ctrl_refs;
368 struct v4l2_ctrl_ref *cached;
369 struct v4l2_ctrl_ref **buckets;
370 v4l2_ctrl_notify_fnc notify;
371 void *notify_priv;
372 u16 nr_of_buckets;
[all …]
/kernel/linux/linux-4.19/include/media/
Dv4l2-ctrls.h284 struct v4l2_ctrl_handler { struct
285 struct mutex _lock;
286 struct mutex *lock;
287 struct list_head ctrls;
288 struct list_head ctrl_refs;
289 struct v4l2_ctrl_ref *cached;
290 struct v4l2_ctrl_ref **buckets;
291 v4l2_ctrl_notify_fnc notify;
292 void *notify_priv;
293 u16 nr_of_buckets;
[all …]