Searched refs:is_streaming (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstk-webcam.h76 #define is_streaming(dev) ((dev)->status & S_STREAMING) macro
H A Dstk-webcam.c715 if (!is_streaming(dev)) {
1088 if (is_streaming(dev))
1115 if (is_streaming(dev)
1176 if (!is_streaming(dev))
1205 if (is_streaming(dev))
1425 if (is_streaming(dev)) {
1441 if (is_streaming(dev))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-common.h88 int is_streaming; member in struct:video_data
137 s32 is_streaming; member in struct:pd_dvb_adapter
H A Dpd-dvb.c376 if (!pd_dvb->is_streaming || urb->status) {
438 if (!pd_dvb->is_streaming) {
453 pd_dvb->is_streaming = 1;
473 if (pd_dvb->is_streaming) {
476 pd_dvb->is_streaming = 0;
H A Dpd-video.c345 if (!video->is_streaming || urb->status) {
431 if (!video->is_streaming)
626 video->is_streaming = 1;
1196 if (video->is_streaming) {
1201 video->is_streaming = 0;
1219 if (video->is_streaming) {

Completed in 105 milliseconds