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

/drivers/media/usb/stkwebcam/
H A Dstk-webcam.h77 #define is_streaming(dev) ((dev)->status & S_STREAMING) macro
H A Dstk-webcam.c667 if (!is_streaming(dev)) {
1025 if (is_streaming(dev))
1051 if (is_streaming(dev)
1120 if (!is_streaming(dev))
1149 if (is_streaming(dev))
1405 if (is_streaming(dev)) {
1422 if (is_streaming(dev))
/drivers/media/usb/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.c377 if (!pd_dvb->is_streaming || urb->status) {
439 if (!pd_dvb->is_streaming) {
454 pd_dvb->is_streaming = 1;
474 if (pd_dvb->is_streaming) {
477 pd_dvb->is_streaming = 0;
H A Dpd-video.c322 if (!video->is_streaming || urb->status) {
408 if (!video->is_streaming)
604 video->is_streaming = 1;
1125 if (video->is_streaming) {
1130 video->is_streaming = 0;
1148 if (video->is_streaming) {
/drivers/media/platform/soc_camera/
H A Dsoc_camera.c47 #define is_streaming(ici, icd) \ macro
888 if (is_streaming(to_soc_camera_host(icd->parent), icd)) {
1064 !is_streaming(ici, icd)) {
1109 if (is_streaming(ici, icd) &&

Completed in 113 milliseconds