Searched refs:v4l2_ctrl_find (Results 1 – 2 of 2) sorted by relevance
225 ctrl = v4l2_ctrl_find(fh->ctrl_handler, sub->id); in v4l2_event_subscribe()310 struct v4l2_ctrl *ctrl = v4l2_ctrl_find(fh->ctrl_handler, sev->id); in v4l2_event_unsubscribe()
1266 struct v4l2_ctrl *v4l2_ctrl_find(struct v4l2_ctrl_handler *hdl, u32 id) in v4l2_ctrl_find() function1272 EXPORT_SYMBOL(v4l2_ctrl_find);1822 ctrl = v4l2_ctrl_find(hdl, qm->id); in v4l2_querymenu()2085 struct v4l2_ctrl *ctrl = v4l2_ctrl_find(hdl, control->id); in v4l2_g_ctrl()2358 struct v4l2_ctrl *ctrl = v4l2_ctrl_find(hdl, control->id); in v4l2_s_ctrl()