Searched refs:g_volatile_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.h34 * @g_volatile_ctrl: Get a new value for this control. Generally only relevant
46 int (*g_volatile_ctrl)(struct v4l2_ctrl *ctrl); member in struct:v4l2_ctrl_ops
63 * retrieved through the g_volatile_ctrl op. Drivers can set
192 * retrieved through the g_volatile_ctrl op.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c1550 /* g_volatile_ctrl will update the current control values */
1551 if (ctrl->is_volatile && master->ops->g_volatile_ctrl)
1552 ret = master->ops->g_volatile_ctrl(master);
1582 /* g_volatile_ctrl will update the current control values */
1583 if (ctrl->is_volatile && master->ops->g_volatile_ctrl)
1584 ret = master->ops->g_volatile_ctrl(master);
H A Dsaa7115.c1466 .g_volatile_ctrl = saa711x_g_volatile_ctrl,

Completed in 109 milliseconds