| /Linux-v5.4/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-v5.4/sound/soc/fsl/ |
| D | imx-pcm-fiq.c | 40 atomic_t playing; member 51 if (!atomic_read(&iprtd->playing) && !atomic_read(&iprtd->capturing)) in snd_hrtimer_callback() 117 atomic_set(&iprtd->playing, 1); in snd_imx_pcm_trigger() 129 atomic_set(&iprtd->playing, 0); in snd_imx_pcm_trigger() 132 if (!atomic_read(&iprtd->playing) && in snd_imx_pcm_trigger() 181 atomic_set(&iprtd->playing, 0); in snd_imx_open()
|
| /Linux-v5.4/drivers/media/pci/ttpci/ |
| D | av7110_av.c | 110 if (av7110->playing || (av7110->rec_mode & av)) in av7110_av_start_record() 155 if (av7110->playing & av) in av7110_av_start_play() 160 if (av7110->playing == RP_NONE) { in av7110_av_start_play() 165 av7110->playing |= av; in av7110_av_start_play() 166 switch (av7110->playing) { in av7110_av_start_play() 187 if (!(av7110->playing & av) && !(av7110->rec_mode & av)) in av7110_av_stop() 190 if (av7110->playing) { in av7110_av_stop() 191 av7110->playing &= ~av; in av7110_av_stop() 192 switch (av7110->playing) { in av7110_av_stop() 326 if (!ret && !av7110->playing) { in av7110_set_vidmode() [all …]
|
| D | av7110.h | 154 int playing; member
|
| D | av7110.c | 572 if (!av7110->playing) { in gpioirq() 919 if (!av7110->playing) in dvb_feed_stop_pid() 920 dvbdmx->playing = 0; in dvb_feed_stop_pid() 970 demux->playing = 1; in av7110_start_feed() 1069 mode = av7110->playing; in restart_feeds() 1070 av7110->playing = 0; in restart_feeds() 1922 if (av7110->playing) { in av7110_fe_lock_fix()
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | audio-pause.rst | 48 playing are paused. It is then possible to restart again decoding and 49 playing process of the audio stream using AUDIO_CONTINUE command.
|
| D | video-freeze.rst | 58 and playing are frozen. It is then possible to restart the decoding and 59 playing process of the video stream using the VIDEO_CONTINUE command.
|
| D | audio-stop.rst | 47 This ioctl call asks the Audio Device to stop playing the current
|
| D | audio-continue.rst | 47 This ioctl restarts the decoding and playing process previously paused
|
| D | audio-play.rst | 47 This ioctl call asks the Audio Device to start playing an audio stream
|
| D | video-play.rst | 57 This ioctl call asks the Video Device to start playing a video stream
|
| D | video-continue.rst | 57 This ioctl call restarts decoding and playing processes of the video
|
| D | video-stop.rst | 73 This ioctl call asks the Video Device to stop playing the current
|
| D | video_types.rst | 100 VIDEO_PLAYING, /* Video is currently playing */
|
| /Linux-v5.4/sound/parisc/ |
| D | harmony.c | 194 if (h->psubs && h->st.playing) { in snd_harmony_interrupt() 303 h->st.playing = 1; in snd_harmony_playback_trigger() 310 h->st.playing = 0; in snd_harmony_playback_trigger() 333 if (h->st.playing) in snd_harmony_capture_trigger() 407 h->st.playing = 0; in snd_harmony_playback_prepare() 430 if (h->st.playing) in snd_harmony_capture_prepare() 462 if (!(h->st.playing) || (h->psubs == NULL)) in snd_harmony_playback_pointer()
|
| D | harmony.h | 30 int playing; member
|
| /Linux-v5.4/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-v5.4/include/media/ |
| D | dvb_demux.h | 240 int playing; member
|
| /Linux-v5.4/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-v5.4/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-v5.4/Documentation/fb/ |
| D | sstfb.rst | 22 BTW, If you have only one monitor , and you don't feel like playing 181 things when playing with that.
|
| /Linux-v5.4/Documentation/sound/soc/ |
| D | overview.rst | 21 * Drivers tended to power up the entire codec when playing (or
|
| /Linux-v5.4/Documentation/admin-guide/laptops/ |
| D | laptop-mode.rst | 204 * You can spin down the disk while playing MP3, by setting disk readahead 206 once, and will then spin down while the MP3 is playing. (Thanks to Bartek 249 # Read-ahead, in 512-byte sectors. You can spin down the disk while playing MP3/OGG 252 # playing.
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-decoder-cmd.rst | 171 muted when playing back at a non-standard speed.
|