Lines Matching defs:v4l2_ctrl_handler
424 struct v4l2_ctrl_handler { struct
425 struct mutex _lock;
426 struct mutex *lock;
427 struct list_head ctrls;
428 struct list_head ctrl_refs;
429 struct v4l2_ctrl_ref *cached;
430 struct v4l2_ctrl_ref **buckets;
431 v4l2_ctrl_notify_fnc notify;
432 void *notify_priv;
433 u16 nr_of_buckets;
434 int error;
435 bool request_is_queued;
436 struct list_head requests;
437 struct list_head requests_queued;
438 struct media_request_object req_obj;