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