Searched refs:try_ctrl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-ctrls.h39 * @try_ctrl: Test whether the control's value is valid. Only relevant when
47 int (*try_ctrl)(struct v4l2_ctrl *ctrl); member in struct:v4l2_ctrl_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c1649 a call to try_ctrl later, since the values for the cluster
1655 /* For larger clusters you have to call try_ctrl again to
1658 if (!ret && master->ops->try_ctrl && try)
1659 ret = master->ops->try_ctrl(master);
H A Dcx2341x.c1482 .try_ctrl = cx2341x_try_ctrl,

Completed in 124 milliseconds