Home
last modified time | relevance | path

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

12

/linux-2.6.39/drivers/media/dvb/ttpci/
Dav7110_av.c127 if (av7110->playing || (av7110->rec_mode & av)) in av7110_av_start_record()
172 if (av7110->playing & av) in av7110_av_start_play()
177 if (av7110->playing == RP_NONE) { in av7110_av_start_play()
182 av7110->playing |= av; in av7110_av_start_play()
183 switch (av7110->playing) { in av7110_av_start_play()
204 if (!(av7110->playing & av) && !(av7110->rec_mode & av)) in av7110_av_stop()
207 if (av7110->playing) { in av7110_av_stop()
208 av7110->playing &= ~av; in av7110_av_stop()
209 switch (av7110->playing) { in av7110_av_stop()
341 if (!ret && !av7110->playing) { in av7110_set_vidmode()
[all …]
Dav7110.h161 int playing; member
Dav7110.c607 if (!av7110->playing) { in gpioirq()
954 if (!av7110->playing) in dvb_feed_stop_pid()
955 dvbdmx->playing = 0; in dvb_feed_stop_pid()
1005 demux->playing = 1; in av7110_start_feed()
1104 mode = av7110->playing; in restart_feeds()
1105 av7110->playing = 0; in restart_feeds()
1936 if (av7110->playing) { in av7110_fe_lock_fix()
/linux-2.6.39/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.h29 int playing; member
/linux-2.6.39/Documentation/input/
Dff.txt118 stops the effect if it was playing.
122 Control of playing is done with write(). Below is an example:
193 is playing only when it is ok to restart the effect with a replay count of 1.
214 FF_STATUS_STOPPED The effect stopped playing
Diforce-protocol.txt49 01 Bit 8 is set if the effect is playing. Bits 0 to 7 are the effect id.
59 00 Channel (when playing several effects at the same time, each must be assigned a channel)
/linux-2.6.39/drivers/media/dvb/dvb-core/
Ddvb_demux.h124 int playing; member
/linux-2.6.39/Documentation/sound/oss/
DVIBRA1624 some sound playing jitters if you have HDD dma support enabled - but this
DREADME.ymfsb56 When playing sounds via this driver, you will hear its pitch is slightly
DIntroduction87 3. The enlightenment sound daemon may be used for playing
322 port. This has happened to me when playing long files
325 3. If you get dropouts or pauses when playing high sample
Dmwave173 are playing at 1/8th speed - not very useful! If you have ANY insight
/linux-2.6.39/Documentation/sound/alsa/
DAudiophile-Usb.txt118 * playing a S24_3BE encoded raw file to the Ao port
122 * playing a S16_BE encoded raw file to the Do port
124 * playing an ac3 sample file to the Do port
175 so that playing a file was a matter of using:
181 Alsa now reports Little-Endian interfaces. Thus playing a file now is as simple as
DCMIPCI.txt224 playing MIDI music.
/linux-2.6.39/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-2.6.39/Documentation/sound/alsa/soc/
Doverview.txt20 * Drivers tended to power up the entire codec when playing (or
/linux-2.6.39/Documentation/usb/
Drio.txt33 In an extreme case, I left my Rio playing overnight and the batteries wore
/linux-2.6.39/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.
/linux-2.6.39/drivers/telephony/
Dixj.h1118 unsigned int playing:1; member
/linux-2.6.39/Documentation/video4linux/
DREADME.ivtv174 device. So while playing back a recording on /dev/video16, you can
/linux-2.6.39/fs/jffs2/
DREADME.Locking62 Instead of playing such games, we just have an extra internal
/linux-2.6.39/Documentation/development-process/
D7.AdvancedTopics11 when Linus first started playing with the proprietary BitKeeper
/linux-2.6.39/Documentation/ide/
DChangeLog.ide-cd.1994-2004218 * - mask out audio playing, if the device can't do it.
/linux-2.6.39/Documentation/networking/
DREADME.sb1000191 it out. If it still doesn't work or you like playing with the driver, you may
/linux-2.6.39/Documentation/cdrom/
Dcdrom-standard.tex352 \item[1] Open for $ioctl$ commands, as done by audio-CD playing
655 secondarily for playing audio discs, have different demands for the
858 \item[CDROMRESUME] Resume playing.
891 current playing activity of the drive; this can be polled through an

12