Home
last modified time | relevance | path

Searched refs:playing (Results 1 – 25 of 47) sorted by relevance

12

/Linux-v4.19/sound/pci/hda/
Dhda_beep.c28 if (tone && !beep->playing) { in generate_tone()
32 beep->playing = 1; in generate_tone()
36 if (!tone && beep->playing) { in generate_tone()
37 beep->playing = 0; in generate_tone()
124 if (beep->playing) { in turn_off_beep()
Dhda_beep.h27 unsigned int playing:1; member
/Linux-v4.19/sound/soc/fsl/
Dimx-pcm-fiq.c45 atomic_t playing; member
56 if (!atomic_read(&iprtd->playing) && !atomic_read(&iprtd->capturing)) in snd_hrtimer_callback()
122 atomic_set(&iprtd->playing, 1); in snd_imx_pcm_trigger()
134 atomic_set(&iprtd->playing, 0); in snd_imx_pcm_trigger()
137 if (!atomic_read(&iprtd->playing) && in snd_imx_pcm_trigger()
186 atomic_set(&iprtd->playing, 0); in snd_imx_open()
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_av.c124 if (av7110->playing || (av7110->rec_mode & av)) in av7110_av_start_record()
169 if (av7110->playing & av) in av7110_av_start_play()
174 if (av7110->playing == RP_NONE) { in av7110_av_start_play()
179 av7110->playing |= av; in av7110_av_start_play()
180 switch (av7110->playing) { in av7110_av_start_play()
201 if (!(av7110->playing & av) && !(av7110->rec_mode & av)) in av7110_av_stop()
204 if (av7110->playing) { in av7110_av_stop()
205 av7110->playing &= ~av; in av7110_av_stop()
206 switch (av7110->playing) { in av7110_av_stop()
340 if (!ret && !av7110->playing) { in av7110_set_vidmode()
[all …]
Dav7110.h166 int playing; member
Dav7110.c590 if (!av7110->playing) { in gpioirq()
935 if (!av7110->playing) in dvb_feed_stop_pid()
936 dvbdmx->playing = 0; in dvb_feed_stop_pid()
986 demux->playing = 1; in av7110_start_feed()
1085 mode = av7110->playing; in restart_feeds()
1086 av7110->playing = 0; in restart_feeds()
1938 if (av7110->playing) { in av7110_fe_lock_fix()
/Linux-v4.19/Documentation/media/uapi/dvb/
Daudio-pause.rst41 playing are paused. It is then possible to restart again decoding and
42 playing process of the audio stream using AUDIO_CONTINUE command.
Dvideo-freeze.rst51 and playing are frozen. It is then possible to restart the decoding and
52 playing process of the video stream using the VIDEO_CONTINUE command.
Daudio-continue.rst40 This ioctl restarts the decoding and playing process previously paused
Daudio-stop.rst40 This ioctl call asks the Audio Device to stop playing the current
Daudio-play.rst40 This ioctl call asks the Audio Device to start playing an audio stream
Dvideo-play.rst50 This ioctl call asks the Video Device to start playing a video stream
Dvideo-continue.rst50 This ioctl call restarts decoding and playing processes of the video
Dvideo-stop.rst66 This ioctl call asks the Video Device to stop playing the current
Dvideo_types.rst93 VIDEO_PLAYING, /* Video is currently playing */
/Linux-v4.19/sound/parisc/
Dharmony.c207 if (h->psubs && h->st.playing) { in snd_harmony_interrupt()
316 h->st.playing = 1; in snd_harmony_playback_trigger()
323 h->st.playing = 0; in snd_harmony_playback_trigger()
346 if (h->st.playing) in snd_harmony_capture_trigger()
420 h->st.playing = 0; in snd_harmony_playback_prepare()
443 if (h->st.playing) in snd_harmony_capture_prepare()
475 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()
Dharmony.h30 int playing; member
/Linux-v4.19/Documentation/input/
Dff.rst150 stops the effect if it was playing.
155 Control of playing is done with write(). Below is an example:
235 is playing only when it is ok to restart the effect with a replay count of 1.
257 FF_STATUS_STOPPED The effect stopped playing
/Linux-v4.19/include/media/
Ddvb_demux.h240 int playing; member
/Linux-v4.19/Documentation/sound/cards/
Daudiophile-usb.rst142 * playing a S24_3BE encoded raw file to the Ao port::
150 * playing a S16_BE encoded raw file to the Do port::
154 * playing an ac3 sample file to the Do port::
211 so that playing a file was a matter of using:
220 Alsa now reports Little-Endian interfaces. Thus playing a file now is as simple as
/Linux-v4.19/Documentation/input/devices/
Diforce-protocol.rst82 01 Bit 8 is set if the effect is playing. Bits 0 to 7 are the effect id.
96 00 Channel (when playing several effects at the same time, each must
/Linux-v4.19/Documentation/fb/
Dsstfb.txt18 BTW, If you have only one monitor , and you don't feel like playing
147 things when playing with that.
/Linux-v4.19/Documentation/sound/soc/
Doverview.rst21 * Drivers tended to power up the entire codec when playing (or
/Linux-v4.19/Documentation/usb/
Drio.txt33 In an extreme case, I left my Rio playing overnight and the batteries wore
/Linux-v4.19/Documentation/laptops/
Dlaptop-mode.txt202 * You can spin down the disk while playing MP3, by setting disk readahead
204 once, and will then spin down while the MP3 is playing. (Thanks to Bartek
246 # Read-ahead, in 512-byte sectors. You can spin down the disk while playing MP3/OGG
249 # playing.

12