Searched refs:stream_started (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/media/usb/tm6000/ | 
| D | tm6000-alsa.c | 193 	if (atomic_read(&core->stream_started) > 0) {  in snd_tm6000_close() 194 		atomic_set(&core->stream_started, 0);  in snd_tm6000_close() 210 	if (atomic_read(&core->stream_started) == 0)  in tm6000_fillbuf() 296 	if (atomic_read(&core->stream_started) > 0) {  in snd_tm6000_hw_free() 297 		atomic_set(&core->stream_started, 0);  in snd_tm6000_hw_free() 328 	if (atomic_read(&core->stream_started)) {  in audio_trigger() 347 		atomic_set(&core->stream_started, 1);  in snd_tm6000_card_trigger() 352 		atomic_set(&core->stream_started, 0);  in snd_tm6000_card_trigger()
  | 
| D | tm6000.h | 236 	atomic_t			stream_started;  /* stream should be running if true */  member
  | 
| /Linux-v5.4/drivers/media/usb/cx231xx/ | 
| D | cx231xx-audio.c | 110 	if (atomic_read(&dev->stream_started) == 0)  in cx231xx_audio_isocirq() 201 	if (atomic_read(&dev->stream_started) == 0)  in cx231xx_audio_bulkirq() 500 		if (atomic_read(&dev->stream_started) > 0) {  in snd_cx231xx_pcm_close() 501 			atomic_set(&dev->stream_started, 0);  in snd_cx231xx_pcm_close() 538 	if (atomic_read(&dev->stream_started) > 0) {  in snd_cx231xx_hw_capture_free() 539 		atomic_set(&dev->stream_started, 0);  in snd_cx231xx_hw_capture_free() 560 	if (atomic_read(&dev->stream_started)) {  in audio_trigger() 586 		atomic_set(&dev->stream_started, 1);  in snd_cx231xx_capture_trigger() 589 		atomic_set(&dev->stream_started, 0);  in snd_cx231xx_capture_trigger()
  | 
| D | cx231xx.h | 608 	atomic_t	   stream_started;	/* stream should be running if true */  member
  | 
| /Linux-v5.4/drivers/media/usb/em28xx/ | 
| D | em28xx-audio.c | 93 		atomic_set(&dev->adev.stream_started, 0);  in em28xx_audio_isocirq() 110 	if (atomic_read(&dev->adev.stream_started) == 0)  in em28xx_audio_isocirq() 188 			atomic_set(&dev->adev.stream_started, 0);  in em28xx_init_audio_isoc() 339 	if (atomic_read(&dev->adev.stream_started) > 0) {  in snd_em28xx_pcm_close() 340 		atomic_set(&dev->adev.stream_started, 0);  in snd_em28xx_pcm_close() 394 	if (atomic_read(&adev->stream_started) > 0) {  in snd_em28xx_hw_capture_free() 395 		atomic_set(&adev->stream_started, 0);  in snd_em28xx_hw_capture_free() 421 	if (atomic_read(&adev->stream_started)) {  in audio_trigger() 443 		atomic_set(&dev->adev.stream_started, 1);  in snd_em28xx_capture_trigger() 448 		atomic_set(&dev->adev.stream_started, 0);  in snd_em28xx_capture_trigger() [all …] 
 | 
| D | em28xx.h | 624 	atomic_t       stream_started;	/* stream should be running if true */  member
  |