Lines Matching defs:v4l2_ctrl_handler
284 struct v4l2_ctrl_handler { struct285 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;294 int error;