Home
last modified time | relevance | path

Searched refs:stream_started (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c108 if (atomic_read(&dev->stream_started) == 0) in cx231xx_audio_isocirq()
199 if (atomic_read(&dev->stream_started) == 0) in cx231xx_audio_bulkirq()
471 if (atomic_read(&dev->stream_started) > 0) { in snd_cx231xx_pcm_close()
472 atomic_set(&dev->stream_started, 0); in snd_cx231xx_pcm_close()
493 if (atomic_read(&dev->stream_started)) { in audio_trigger()
519 atomic_set(&dev->stream_started, 1); in snd_cx231xx_capture_trigger()
522 atomic_set(&dev->stream_started, 0); in snd_cx231xx_capture_trigger()
H A Dcx231xx.h589 atomic_t stream_started; /* stream should be running if true */ member
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-audio.c81 atomic_set(&dev->adev.stream_started, 0); in em28xx_audio_isocirq()
98 if (atomic_read(&dev->adev.stream_started) == 0) in em28xx_audio_isocirq()
176 atomic_set(&dev->adev.stream_started, 0); in em28xx_init_audio_isoc()
305 if (atomic_read(&dev->adev.stream_started) > 0) { in snd_em28xx_pcm_close()
306 atomic_set(&dev->adev.stream_started, 0); in snd_em28xx_pcm_close()
336 if (atomic_read(&adev->stream_started)) { in audio_trigger()
358 atomic_set(&dev->adev.stream_started, 1); in snd_em28xx_capture_trigger()
363 atomic_set(&dev->adev.stream_started, 0); in snd_em28xx_capture_trigger()
931 atomic_set(&dev->adev.stream_started, 0); in em28xx_audio_suspend()
H A Dem28xx.h618 atomic_t stream_started; /* stream should be running if true */ member
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c2644 bool stream_started = false; in ia_css_pipe_set_bci_scaler_lut() local
2661 stream_started = true; in ia_css_pipe_set_bci_scaler_lut()
2671 if (!stream_started) { in ia_css_pipe_set_bci_scaler_lut()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch5797 +static inline int stream_started(const V4L2m2mContext * const s) {
5873 + if (!stream_started(s)) {
5883 + ret, s->buf_pkt.size, stream_started(s), s->draining);
5884 + if (!stream_started(s)) {