stream_started    110 drivers/media/usb/cx231xx/cx231xx-audio.c 	if (atomic_read(&dev->stream_started) == 0)
stream_started    201 drivers/media/usb/cx231xx/cx231xx-audio.c 	if (atomic_read(&dev->stream_started) == 0)
stream_started    500 drivers/media/usb/cx231xx/cx231xx-audio.c 		if (atomic_read(&dev->stream_started) > 0) {
stream_started    501 drivers/media/usb/cx231xx/cx231xx-audio.c 			atomic_set(&dev->stream_started, 0);
stream_started    538 drivers/media/usb/cx231xx/cx231xx-audio.c 	if (atomic_read(&dev->stream_started) > 0) {
stream_started    539 drivers/media/usb/cx231xx/cx231xx-audio.c 		atomic_set(&dev->stream_started, 0);
stream_started    560 drivers/media/usb/cx231xx/cx231xx-audio.c 	if (atomic_read(&dev->stream_started)) {
stream_started    586 drivers/media/usb/cx231xx/cx231xx-audio.c 		atomic_set(&dev->stream_started, 1);
stream_started    589 drivers/media/usb/cx231xx/cx231xx-audio.c 		atomic_set(&dev->stream_started, 0);
stream_started    608 drivers/media/usb/cx231xx/cx231xx.h 	atomic_t	   stream_started;	/* stream should be running if true */
stream_started     93 drivers/media/usb/em28xx/em28xx-audio.c 		atomic_set(&dev->adev.stream_started, 0);
stream_started    110 drivers/media/usb/em28xx/em28xx-audio.c 	if (atomic_read(&dev->adev.stream_started) == 0)
stream_started    188 drivers/media/usb/em28xx/em28xx-audio.c 			atomic_set(&dev->adev.stream_started, 0);
stream_started    339 drivers/media/usb/em28xx/em28xx-audio.c 	if (atomic_read(&dev->adev.stream_started) > 0) {
stream_started    340 drivers/media/usb/em28xx/em28xx-audio.c 		atomic_set(&dev->adev.stream_started, 0);
stream_started    394 drivers/media/usb/em28xx/em28xx-audio.c 	if (atomic_read(&adev->stream_started) > 0) {
stream_started    395 drivers/media/usb/em28xx/em28xx-audio.c 		atomic_set(&adev->stream_started, 0);
stream_started    421 drivers/media/usb/em28xx/em28xx-audio.c 	if (atomic_read(&adev->stream_started)) {
stream_started    443 drivers/media/usb/em28xx/em28xx-audio.c 		atomic_set(&dev->adev.stream_started, 1);
stream_started    448 drivers/media/usb/em28xx/em28xx-audio.c 		atomic_set(&dev->adev.stream_started, 0);
stream_started   1027 drivers/media/usb/em28xx/em28xx-audio.c 	atomic_set(&dev->adev.stream_started, 0);
stream_started    624 drivers/media/usb/em28xx/em28xx.h 	atomic_t       stream_started;	/* stream should be running if true */
stream_started    193 drivers/media/usb/tm6000/tm6000-alsa.c 	if (atomic_read(&core->stream_started) > 0) {
stream_started    194 drivers/media/usb/tm6000/tm6000-alsa.c 		atomic_set(&core->stream_started, 0);
stream_started    210 drivers/media/usb/tm6000/tm6000-alsa.c 	if (atomic_read(&core->stream_started) == 0)
stream_started    296 drivers/media/usb/tm6000/tm6000-alsa.c 	if (atomic_read(&core->stream_started) > 0) {
stream_started    297 drivers/media/usb/tm6000/tm6000-alsa.c 		atomic_set(&core->stream_started, 0);
stream_started    328 drivers/media/usb/tm6000/tm6000-alsa.c 	if (atomic_read(&core->stream_started)) {
stream_started    347 drivers/media/usb/tm6000/tm6000-alsa.c 		atomic_set(&core->stream_started, 1);
stream_started    352 drivers/media/usb/tm6000/tm6000-alsa.c 		atomic_set(&core->stream_started, 0);
stream_started    236 drivers/media/usb/tm6000/tm6000.h 	atomic_t			stream_started;  /* stream should be running if true */