Searched refs:stream_started (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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 | 237 atomic_t stream_started; /* stream should be running if true */ member
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 120 if (atomic_read(&dev->stream_started) == 0) in cx231xx_audio_isocirq() 211 if (atomic_read(&dev->stream_started) == 0) in cx231xx_audio_bulkirq() 510 if (atomic_read(&dev->stream_started) > 0) { in snd_cx231xx_pcm_close() 511 atomic_set(&dev->stream_started, 0); in snd_cx231xx_pcm_close() 548 if (atomic_read(&dev->stream_started) > 0) { in snd_cx231xx_hw_capture_free() 549 atomic_set(&dev->stream_started, 0); in snd_cx231xx_hw_capture_free() 570 if (atomic_read(&dev->stream_started)) { in audio_trigger() 596 atomic_set(&dev->stream_started, 1); in snd_cx231xx_capture_trigger() 599 atomic_set(&dev->stream_started, 0); in snd_cx231xx_capture_trigger()
|
D | cx231xx.h | 621 atomic_t stream_started; /* stream should be running if true */ member
|
/Linux-v4.19/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() 187 atomic_set(&dev->adev.stream_started, 0); in em28xx_init_audio_isoc() 338 if (atomic_read(&dev->adev.stream_started) > 0) { in snd_em28xx_pcm_close() 339 atomic_set(&dev->adev.stream_started, 0); in snd_em28xx_pcm_close() 393 if (atomic_read(&adev->stream_started) > 0) { in snd_em28xx_hw_capture_free() 394 atomic_set(&adev->stream_started, 0); in snd_em28xx_hw_capture_free() 420 if (atomic_read(&adev->stream_started)) { in audio_trigger() 442 atomic_set(&dev->adev.stream_started, 1); in snd_em28xx_capture_trigger() 447 atomic_set(&dev->adev.stream_started, 0); in snd_em28xx_capture_trigger() [all …]
|
D | em28xx.h | 622 atomic_t stream_started; /* stream should be running if true */ member
|