Searched refs:v4l2_ctrl_ref (Results 1 – 2 of 2) sorted by relevance
317 struct v4l2_ctrl_ref { struct319 struct v4l2_ctrl_ref *next; argument324 struct v4l2_ctrl_ref *req; argument366 struct v4l2_ctrl_ref *cached;367 struct v4l2_ctrl_ref **buckets;
38 struct v4l2_ctrl_ref *mref;40 struct v4l2_ctrl_ref *ref;2073 struct v4l2_ctrl_ref *ref) in req_to_user()2198 static void new_to_req(struct v4l2_ctrl_ref *ref) in new_to_req()2207 static void req_to_new(struct v4l2_ctrl_ref *ref) in req_to_new()2305 return list_entry(node, struct v4l2_ctrl_ref, node)->ctrl->id; in node2id()2342 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free()2385 static struct v4l2_ctrl_ref *find_private_ref( in find_private_ref()2388 struct v4l2_ctrl_ref *ref; in find_private_ref()2407 static struct v4l2_ctrl_ref *find_ref(struct v4l2_ctrl_handler *hdl, u32 id) in find_ref()[all …]