Searched defs:v4l2_ctrl_handler (Results 1 – 1 of 1) sorted by relevance
365 struct v4l2_ctrl_handler { struct366 struct mutex _lock;367 struct mutex *lock;368 struct list_head ctrls;369 struct list_head ctrl_refs;372 v4l2_ctrl_notify_fnc notify;373 void *notify_priv;374 u16 nr_of_buckets;375 int error;376 bool request_is_queued;[all …]
Completed in 9 milliseconds