Home
last modified time | relevance | path

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

12

/linux/sound/hda/common/
H A Dbeep.c28 if (tone && !beep->playing) { in generate_tone()
32 beep->playing = 1; in generate_tone()
37 if (!tone && beep->playing) { in generate_tone()
38 beep->playing = 0; in generate_tone()
131 if (beep->playing) { in turn_off_beep()
H A Dhda_beep.h27 unsigned int playing:1; member
/linux/drivers/staging/media/av7110/
H A Dav7110_av.c112 if (av7110->playing || (av7110->rec_mode & av)) in av7110_av_start_record()
158 if (av7110->playing & av) in av7110_av_start_play()
163 if (av7110->playing == RP_NONE) { in av7110_av_start_play()
168 av7110->playing |= av; in av7110_av_start_play()
169 switch (av7110->playing) { in av7110_av_start_play()
191 if (!(av7110->playing & av) && !(av7110->rec_mode & av)) in av7110_av_stop()
194 if (av7110->playing) { in av7110_av_stop()
195 av7110->playing &= ~av; in av7110_av_stop()
196 switch (av7110->playing) { in av7110_av_stop()
330 if (!ret && !av7110->playing) { in av7110_set_vidmode()
[all …]
H A Dav7110.h154 int playing; member
H A Dav7110.c559 if (!av7110->playing) { in gpioirq()
907 if (!av7110->playing) in dvb_feed_stop_pid()
908 dvbdmx->playing = 0; in dvb_feed_stop_pid()
962 demux->playing = 1; in av7110_start_feed()
1059 mode = av7110->playing; in restart_feeds()
1060 av7110->playing = 0; in restart_feeds()
1900 if (av7110->playing) { in av7110_fe_lock_fix()
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.h33 bool playing;
32 bool playing; global() member
/linux/Documentation/input/
H A 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/sound/parisc/
H A Dharmony.h30 int playing; member
/linux/include/media/
H A Ddvb_demux.h240 int playing; member
/linux/Documentation/sound/cards/
H A 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
H A Dcmipci.rst242 playing MIDI music.
/linux/sound/hda/codecs/hdmi/
H A DKconfig52 to start playing audio after the clock has been stopped.
/linux/Documentation/input/devices/
H A 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/Documentation/fb/
H A Dsstfb.rst22 BTW, If you have only one monitor , and you don't feel like playing
181 things when playing with that.
/linux/Documentation/sound/soc/
H A Doverview.rst21 * Drivers tended to power up the entire codec when playing (or
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst412 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/userspace-api/media/dvb/
H A Dlegacy_dvb_video.rst272 - Video is currently playing.
867 This ioctl call asks the Video Device to stop playing the current
923 This ioctl call asks the Video Device to start playing a video stream
979 VIDEO_SOURCE_DEMUX is selected. Decoding and playing are frozen.
980 It is then possible to restart the decoding and playing process of the
1038 This ioctl call restarts decoding and playing processes of the video
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-decoder-cmd.rst151 muted when playing back at a non-standard speed.
/linux/fs/jffs2/
H A DREADME.Locking58 Instead of playing such games, we just have an extra internal
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst235 If 4k video (3840x2160) is playing in windowed mode, the physical size of the
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst332 - Open for *ioctl* commands, as done by audio-CD playing programs.
629 secondarily for playing audio discs, have different demands for the
866 Resume playing.
914 current playing activity of the drive; this can be polled through
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst208 When playing thru an album, the decoders have the ability to skip the encoder
/linux/Documentation/process/
H A D7.AdvancedTopics.rst15 when Linus first started playing with the proprietary BitKeeper
/linux/drivers/block/
H A DKconfig138 playing around with User-Mode Linux) you can choose N.
/linux/Documentation/RCU/
H A Drcu_dereference.rst37 also prevents DEC Alpha from playing these tricks.)

12