Searched refs:has_new (Results 1 - 2 of 2) 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.h56 * @has_new: Internal flag: set when there is a valid new value.
100 unsigned int has_new:1; member in struct:v4l2_ctrl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ctrls.c568 ctrl->has_new = 1;
1637 if (ctrl->has_new) {
1711 /* Reset the 'has_new' flags of the cluster */
1714 master->cluster[j]->has_new = 0;
1717 user_to_new() sets 'has_new' to 1. */
1814 /* Reset the 'has_new' flags of the cluster */
1817 master->cluster[i]->has_new = 0;
1820 ctrl->has_new = 1;

Completed in 24 milliseconds