Searched refs:capturing (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-streams.c501 if (atomic_read(&itv->capturing) == 0) {
555 if (atomic_read(&itv->capturing) == 0) {
585 atomic_inc(&itv->capturing);
729 and that we are actually capturing */
735 if (atomic_read(&itv->capturing) == 0)
766 if (atomic_read(&itv->capturing) - 1 == 0) {
838 atomic_dec(&itv->capturing);
846 if (atomic_read(&itv->capturing) > 0) {
953 if (atomic_read(&itv->capturing) == 0) {
959 atomic_inc(&itv->capturing);
[all...]
H A Divtv-controls.c158 if (atomic_read(&itv->capturing) > 0)
H A Divtv-fileops.c362 if (atomic_read(&itv->capturing) == 0 && s->id == -1) {
433 /* This stream does not need to start capturing */
453 We only need to start the VBI capturing. */
467 /* Tell the card to start capturing */
478 IVTV_DEBUG_WARN("Failed to start capturing for stream %s\n", s->name);
482 We only need to stop the VBI capturing. */
706 /* Stop capturing */
722 /* Also used internally, don't stop capturing */
913 if (atomic_read(&itv->capturing))
924 if (atomic_read(&itv->capturing)
[all...]
H A Divtv-ioctl.c565 if (atomic_read(&itv->capturing) > 0)
582 atomic_read(&itv->capturing) > 0) {
620 if (atomic_read(&itv->capturing) > 0 && itv->vbi.sliced_in->service_set == 0) {
991 atomic_read(&itv->capturing) > 0 ||
1132 if (!atomic_read(&itv->capturing))
1144 if (!atomic_read(&itv->capturing))
H A Divtv-driver.h714 atomic_t capturing; /* count number of active capture streams */ member in struct:ivtv
H A Divtv-driver.c1252 if (atomic_read(&itv->capturing) > 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/parisc/
H A Dharmony.h30 int capturing; member in struct:snd_harmony::__anon11044
H A Dharmony.c227 if (h->csubs && h->st.capturing) {
311 if (h->st.capturing)
353 h->st.capturing = 1;
360 h->st.capturing = 0;
414 if (h->st.capturing)
451 h->st.capturing = 0;
505 if (!(h->st.capturing) || (h->csubs == NULL))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c285 int capturing; member in struct:vino_channel_settings
1885 if (vcs->capturing) {
1892 * stop capture if capturing is not set */
1893 if (!vcs->capturing) {
1919 vcs->capturing = 1;
1929 vcs->capturing = 0;
1942 ret = vcs->capturing;
2048 /* unset capturing to stop queue processing */
2049 vcs->capturing = 0;
3395 dprintk("busy, capturing\
[all...]

Completed in 107 milliseconds