Searched defs:capturing (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/media/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;
/drivers/media/video/ivtv/
H A Divtv-driver.h660 atomic_t capturing; /* count number of active capture streams */ member in struct:ivtv
/drivers/media/video/
H A Dvino.c295 int capturing; member in struct:vino_channel_settings
2041 if (vcs->capturing) {
2048 * stop capture if capturing is not set */
2049 if (!vcs->capturing) {
2075 vcs->capturing = 1;
2085 vcs->capturing = 0;
2098 ret = vcs->capturing;
2202 /* unset capturing to stop queue processing */
2203 vcs->capturing = 0;
3370 dprintk("busy, capturing\
[all...]

Completed in 96 milliseconds