/Linux-v4.19/sound/pci/hda/ |
D | hda_beep.c | 28 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()
|
D | hda_beep.h | 27 unsigned int playing:1; member
|
/Linux-v4.19/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 45 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/ |
D | av7110_av.c | 124 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 …]
|
D | av7110.h | 166 int playing; member
|
D | av7110.c | 590 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/ |
D | audio-pause.rst | 41 playing are paused. It is then possible to restart again decoding and 42 playing process of the audio stream using AUDIO_CONTINUE command.
|
D | video-freeze.rst | 51 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.
|
D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
D | audio-stop.rst | 40 This ioctl call asks the Audio Device to stop playing the current
|
D | audio-play.rst | 40 This ioctl call asks the Audio Device to start playing an audio stream
|
D | video-play.rst | 50 This ioctl call asks the Video Device to start playing a video stream
|
D | video-continue.rst | 50 This ioctl call restarts decoding and playing processes of the video
|
D | video-stop.rst | 66 This ioctl call asks the Video Device to stop playing the current
|
D | video_types.rst | 93 VIDEO_PLAYING, /* Video is currently playing */
|
/Linux-v4.19/sound/parisc/ |
D | harmony.c | 207 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()
|
D | harmony.h | 30 int playing; member
|
/Linux-v4.19/Documentation/input/ |
D | ff.rst | 150 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/ |
D | dvb_demux.h | 240 int playing; member
|
/Linux-v4.19/Documentation/sound/cards/ |
D | audiophile-usb.rst | 142 * 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/ |
D | iforce-protocol.rst | 82 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/ |
D | sstfb.txt | 18 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/ |
D | overview.rst | 21 * Drivers tended to power up the entire codec when playing (or
|
/Linux-v4.19/Documentation/usb/ |
D | rio.txt | 33 In an extreme case, I left my Rio playing overnight and the batteries wore
|
/Linux-v4.19/Documentation/laptops/ |
D | laptop-mode.txt | 202 * 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.
|