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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dsnd-go7007.c58 int capturing; member in struct:go7007_snd
108 if (gosnd->capturing)
182 gosnd->capturing = 1;
186 gosnd->capturing = 0;
251 gosnd->capturing = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-streams.c510 if (atomic_read(&itv->capturing) == 0) {
565 /* mute if capturing radio */
578 if (atomic_read(&itv->capturing) == 0) {
614 atomic_inc(&itv->capturing);
762 and that we are actually capturing */
768 if (atomic_read(&itv->capturing) == 0)
839 atomic_dec(&itv->capturing);
847 if (atomic_read(&itv->capturing) > 0) {
972 if (atomic_read(&itv->capturing) == 0) {
979 atomic_inc(&itv->capturing);
[all...]
H A Divtv-firmware.c343 if (!res && !atomic_read(&itv->capturing) &&
374 if (res && !atomic_read(&itv->capturing) &&
H A Divtv-fileops.c360 if (atomic_read(&itv->capturing) == 0 && s->id == -1) {
441 /* This stream does not need to start capturing */
461 We only need to start the VBI capturing. */
475 /* Tell the card to start capturing */
486 IVTV_DEBUG_WARN("Failed to start capturing for stream %s\n", s->name);
490 We only need to stop the VBI capturing. */
789 /* Stop capturing */
805 /* Also used internally, don't stop capturing */
886 if (atomic_read(&itv->capturing) > 0) {
990 if (atomic_read(&itv->capturing) >
[all...]
H A Divtv-ioctl.c582 if (atomic_read(&itv->capturing) > 0)
600 if (!ivtv_raw_vbi(itv) && atomic_read(&itv->capturing) > 0)
619 if (ivtv_raw_vbi(itv) && atomic_read(&itv->capturing) > 0)
1003 if (atomic_read(&itv->capturing) > 0) {
1106 atomic_read(&itv->capturing) > 0 ||
1280 if (!atomic_read(&itv->capturing))
1293 if (!atomic_read(&itv->capturing))
H A Divtv-driver.h663 atomic_t capturing; /* count number of active capture streams */ member in struct:ivtv
H A Divtv-driver.c1348 if (atomic_read(&itv->capturing) > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/parisc/
H A Dharmony.h30 int capturing; member in struct:snd_harmony::__anon19074
H A Dharmony.c226 if (h->csubs && h->st.capturing) {
310 if (h->st.capturing)
352 h->st.capturing = 1;
359 h->st.capturing = 0;
413 if (h->st.capturing)
450 h->st.capturing = 0;
504 if (!(h->st.capturing) || (h->csubs == NULL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvino.c297 int capturing; member in struct:vino_channel_settings
1923 if (vcs->capturing) {
1930 * stop capture if capturing is not set */
1931 if (!vcs->capturing) {
1957 vcs->capturing = 1;
1967 vcs->capturing = 0;
1980 ret = vcs->capturing;
2084 /* unset capturing to stop queue processing */
2085 vcs->capturing = 0;
3208 dprintk("busy, capturing\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex69 does no reporting (a ``non-capturing'' set of parentheses)}
102 (see later), and all parentheses within them are considered non-capturing.
317 and the decimal value {\it mnn} is not greater than the number of closing capturing
330 in the order of their leading parentheses. Non-capturing parentheses do not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregex.inc833 * 21 capturing

Completed in 78 milliseconds