Searched defs:v4l2_ctrl_handler (Results 1 – 1 of 1) sorted by relevance
412 struct v4l2_ctrl_handler { struct413 struct mutex _lock;414 struct mutex *lock;415 struct list_head ctrls;416 struct list_head ctrl_refs;419 v4l2_ctrl_notify_fnc notify;420 void *notify_priv;421 u16 nr_of_buckets;422 int error;423 bool request_is_queued;[all …]
Completed in 6 milliseconds