Lines Matching defs:v4l2_ctrl_handler
331 struct v4l2_ctrl_handler { struct
332 struct mutex _lock;
333 struct mutex *lock;
334 struct list_head ctrls;
335 struct list_head ctrl_refs;
336 struct v4l2_ctrl_ref *cached;
337 struct v4l2_ctrl_ref **buckets;
338 v4l2_ctrl_notify_fnc notify;
339 void *notify_priv;
340 u16 nr_of_buckets;
341 int error;
342 bool request_is_queued;
343 struct list_head requests;
344 struct list_head requests_queued;
345 struct media_request_object req_obj;