• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/

Lines Matching defs:on

16  * Based on
260 * return 0 on failure.
530 * Things on big endian architectures if the stat_com array
787 /* make sure a grab isn't going on currently with this buffer */
885 * Sync on a V4L buffer
916 "%s: v4l_sync() - attempt to sync on a buffer which was not queued?\n",
921 /* wait on this buffer to get ready */
1101 * Sync on a MJPEG buffer
1196 fh->v4l_buffers.buffer[i].state = BUZ_STATE_USER; /* nothing going on */
1211 fh->jpg_buffers.buffer[i].state = BUZ_STATE_USER; /* nothing going on */
1338 dprintk(1, KERN_ERR "%s: too many users (%d) on device\n",
1358 * on norm-change! */
1462 /* release locks on the i2c modules */
1514 /* Don't allow frame buffer overlay if PCI or AGP is buggy, or on
1575 int on, end;
1633 * and switch it on again in order to get the new settings in effect.
1639 on = zr->v4l_overlay_active && !zr->v4l_memgrab_active &&
1642 if (on)
1681 if (on)
1690 int on)
1696 if ((on && fh->overlay_active != ZORAN_FREE) ||
1697 (!on && fh->overlay_active == ZORAN_FREE))
1701 if (on && zr->overlay_active != ZORAN_FREE &&
1709 if (!on && zr->overlay_active != ZORAN_FREE &&
1718 if (on == 0) {
1722 * won't be switched on any more */
1748 * switched on when grab is finished */
1867 int norm_encoder, on;
1941 /* We switch overlay off and on since a change in the
1943 on = zr->overlay_active && !zr->v4l_memgrab_active;
1944 if (on)
1950 if (on)
2016 * We don't free the buffers right on munmap() because that
2069 "%s: VIDIOCGCHAN on not existing channel %d\n",
2194 int *on = arg, res;
2196 dprintk(3, KERN_DEBUG "%s: VIDIOCCAPTURE - on=%d\n",
2197 ZR_DEVNAME(zr), *on);
2200 res = setup_overlay(file, *on);
3129 int *on = arg, res;
3131 dprintk(3, KERN_DEBUG "%s: VIDIOC_PREVIEW - on=%d\n",
3132 ZR_DEVNAME(zr), *on);
3135 res = setup_overlay(file, *on);
4267 /* we should check whether buffers are ready to be synced on
4333 * Depending on the state of fh->map_mode
4548 /* should just be pos on i386 */