Searched refs:stream_started (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 201 if (atomic_read(&core->stream_started) > 0) { in snd_tm6000_close() 202 atomic_set(&core->stream_started, 0); in snd_tm6000_close() 218 if (atomic_read(&core->stream_started) == 0) in tm6000_fillbuf() 304 if (atomic_read(&core->stream_started) > 0) { in snd_tm6000_hw_free() 305 atomic_set(&core->stream_started, 0); in snd_tm6000_hw_free() 336 if (atomic_read(&core->stream_started)) { in audio_trigger() 355 atomic_set(&core->stream_started, 1); in snd_tm6000_card_trigger() 360 atomic_set(&core->stream_started, 0); in snd_tm6000_card_trigger()
|
D | tm6000.h | 249 atomic_t stream_started; /* stream should be running if true */ member
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 95 atomic_set(&dev->adev.stream_started, 0); in em28xx_audio_isocirq() 112 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() 334 if (atomic_read(&dev->adev.stream_started) > 0) { in snd_em28xx_pcm_close() 335 atomic_set(&dev->adev.stream_started, 0); in snd_em28xx_pcm_close() 387 if (atomic_read(&adev->stream_started) > 0) { in snd_em28xx_hw_capture_free() 388 atomic_set(&adev->stream_started, 0); in snd_em28xx_hw_capture_free() 414 if (atomic_read(&adev->stream_started)) { in audio_trigger() 436 atomic_set(&dev->adev.stream_started, 1); in snd_em28xx_capture_trigger() 441 atomic_set(&dev->adev.stream_started, 0); in snd_em28xx_capture_trigger() [all …]
|
D | em28xx.h | 581 atomic_t stream_started; /* stream should be running if true */ member
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 124 if (atomic_read(&dev->stream_started) == 0) in cx231xx_audio_isocirq() 214 if (atomic_read(&dev->stream_started) == 0) in cx231xx_audio_bulkirq() 509 if (atomic_read(&dev->stream_started) > 0) { in snd_cx231xx_pcm_close() 510 atomic_set(&dev->stream_started, 0); in snd_cx231xx_pcm_close() 547 if (atomic_read(&dev->stream_started) > 0) { in snd_cx231xx_hw_capture_free() 548 atomic_set(&dev->stream_started, 0); in snd_cx231xx_hw_capture_free() 569 if (atomic_read(&dev->stream_started)) { in audio_trigger() 595 atomic_set(&dev->stream_started, 1); in snd_cx231xx_capture_trigger() 598 atomic_set(&dev->stream_started, 0); in snd_cx231xx_capture_trigger()
|
D | cx231xx.h | 618 atomic_t stream_started; /* stream should be running if true */ member
|