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