Searched defs:v4l2_ctrl_ref (Results 1 – 1 of 1) sorted by relevance
321 struct v4l2_ctrl_ref { struct323 struct v4l2_ctrl_ref *next; argument324 struct v4l2_ctrl *ctrl;325 struct v4l2_ctrl_helper *helper;326 bool from_other_dev;327 bool req_done;328 bool valid_p_req;329 union v4l2_ctrl_ptr p_req;
Completed in 5 milliseconds