Lines Matching defs:v4l2_ctrl_handler
361 struct v4l2_ctrl_handler { struct
362 struct mutex _lock;
363 struct mutex *lock;
364 struct list_head ctrls;
365 struct list_head ctrl_refs;
366 struct v4l2_ctrl_ref *cached;
367 struct v4l2_ctrl_ref **buckets;
368 v4l2_ctrl_notify_fnc notify;
369 void *notify_priv;
370 u16 nr_of_buckets;
371 int error;
372 bool request_is_queued;
373 struct list_head requests;
374 struct list_head requests_queued;
375 struct media_request_object req_obj;