Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h101051 struct v4l2_ctrl_handler { struct
101052 struct mutex _lock;
101053 struct mutex *lock;
101054 struct list_head ctrls;
101055 struct list_head ctrl_refs;
101056 struct v4l2_ctrl_ref *cached;
101057 struct v4l2_ctrl_ref **buckets;
101058 v4l2_ctrl_notify_fnc notify;
101059 void *notify_priv;
101060 u16 nr_of_buckets;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h110909 struct v4l2_ctrl_handler { struct
110910 struct mutex _lock;
110911 struct mutex *lock;
110912 struct list_head ctrls;
110913 struct list_head ctrl_refs;
110914 struct v4l2_ctrl_ref *cached;
110915 struct v4l2_ctrl_ref **buckets;
110916 v4l2_ctrl_notify_fnc notify;
110917 void *notify_priv;
110918 u16 nr_of_buckets;
[all …]