Lines Matching defs:v4l2_ctrl_handler
379 struct v4l2_ctrl_handler { struct
380 struct mutex _lock;
381 struct mutex *lock;
382 struct list_head ctrls;
383 struct list_head ctrl_refs;
384 struct v4l2_ctrl_ref *cached;
385 struct v4l2_ctrl_ref **buckets;
386 v4l2_ctrl_notify_fnc notify;
387 void *notify_priv;
388 u16 nr_of_buckets;
389 int error;
390 bool request_is_queued;
391 struct list_head requests;
392 struct list_head requests_queued;
393 struct media_request_object req_obj;