Lines Matching defs:v4l2_ctrl_handler
388 struct v4l2_ctrl_handler { struct
389 struct mutex _lock;
390 struct mutex *lock;
391 struct list_head ctrls;
392 struct list_head ctrl_refs;
393 struct v4l2_ctrl_ref *cached;
394 struct v4l2_ctrl_ref **buckets;
395 v4l2_ctrl_notify_fnc notify;
396 void *notify_priv;
397 u16 nr_of_buckets;
398 int error;
399 bool request_is_queued;
400 struct list_head requests;
401 struct list_head requests_queued;
402 struct media_request_object req_obj;