Searched refs:playing (Results 1 – 25 of 48) sorted by relevance
12
/linux/sound/soc/fsl/ |
A D | imx-pcm-fiq.c | 40 atomic_t playing; member 51 if (!atomic_read(&iprtd->playing) && !atomic_read(&iprtd->capturing)) in snd_hrtimer_callback() 119 atomic_set(&iprtd->playing, 1); in snd_imx_pcm_trigger() 131 atomic_set(&iprtd->playing, 0); in snd_imx_pcm_trigger() 134 if (!atomic_read(&iprtd->playing) && in snd_imx_pcm_trigger() 186 atomic_set(&iprtd->playing, 0); in snd_imx_open()
|
/linux/drivers/staging/media/av7110/ |
A D | av7110_av.c | 156 if (av7110->playing & av) in av7110_av_start_play() 161 if (av7110->playing == RP_NONE) { in av7110_av_start_play() 166 av7110->playing |= av; in av7110_av_start_play() 167 switch (av7110->playing) { in av7110_av_start_play() 191 if (av7110->playing) { in av7110_av_stop() 192 av7110->playing &= ~av; in av7110_av_stop() 193 switch (av7110->playing) { in av7110_av_stop() 327 if (!ret && !av7110->playing) { in av7110_set_vidmode() 943 if (av7110->playing) { in dvb_video_poll() 988 if (av7110->playing) { in dvb_audio_poll() [all …]
|
A 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.
|
A D | video-freeze.rst | 50 and playing are frozen. It is then possible to restart the decoding and 51 playing process of the video stream using the VIDEO_CONTINUE command.
|
A D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
A D | audio-stop.rst | 40 This ioctl call asks the Audio Device to stop playing the current
|
A D | audio-play.rst | 40 This ioctl call asks the Audio Device to start playing an audio stream
|
A D | video-play.rst | 49 This ioctl call asks the Video Device to start playing a video stream
|
A D | video-continue.rst | 49 This ioctl call restarts decoding and playing processes of the video
|
A D | video-stop.rst | 65 This ioctl call asks the Video Device to stop playing the current
|
A D | av7110.h | 154 int playing; member
|
A D | av7110.c | 573 if (!av7110->playing) { in gpioirq() 920 if (!av7110->playing) in dvb_feed_stop_pid() 921 dvbdmx->playing = 0; in dvb_feed_stop_pid() 971 demux->playing = 1; in av7110_start_feed() 1070 mode = av7110->playing; in restart_feeds() 1071 av7110->playing = 0; in restart_feeds() 1924 if (av7110->playing) { in av7110_fe_lock_fix()
|
A D | video_types.rst | 93 VIDEO_PLAYING, /* Video is currently playing */
|
/linux/sound/pci/hda/ |
A 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()
|
A D | hda_beep.h | 27 unsigned int playing:1; member
|
/linux/sound/parisc/ |
A 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()
|
A D | harmony.h | 30 int playing; member
|
/linux/Documentation/input/ |
A 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/include/media/ |
A D | dvb_demux.h | 240 int playing; member
|
/linux/Documentation/sound/cards/ |
A 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/Documentation/input/devices/ |
A 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/Documentation/fb/ |
A 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/Documentation/sound/soc/ |
A D | overview.rst | 21 * Drivers tended to power up the entire codec when playing (or
|
/linux/Documentation/driver-api/media/drivers/ |
A D | vidtv.rst | 412 The channel can be watched by playing the contents of the stream with some 415 By playing the contents of the stream one can visually inspect the workings of 424 And, on a second terminal, playing the contents from DVR interface with::
|
/linux/Documentation/admin-guide/laptops/ |
A D | laptop-mode.rst | 193 * You can spin down the disk while playing MP3, by setting disk readahead 195 once, and will then spin down while the MP3 is playing. (Thanks to Bartek 238 # Read-ahead, in 512-byte sectors. You can spin down the disk while playing MP3/OGG 241 # playing.
|
Completed in 39 milliseconds
12