Home
last modified time | relevance | path

Searched refs:play (Results 1 – 89 of 89) sorted by relevance

/linux-4.1.27/sound/arm/
Dpxa2xx-pcm.c93 int play = client->playback_params ? 1 : 0; in pxa2xx_pcm_new() local
97 ret = snd_pcm_new(card, "PXA2xx-PCM", 0, play, capt, &pcm); in pxa2xx_pcm_new()
108 if (play) { in pxa2xx_pcm_new()
/linux-4.1.27/Documentation/input/
Dff.txt127 struct input_event play;
135 play.type = EV_FF;
136 play.code = effect.id;
137 play.value = 3;
139 write(fd, (const void*) &play, sizeof(play));
146 write(fd, (const void*) &play, sizeof(stop));
215 FF_STATUS_PLAYING The effect started to play
Diforce-protocol.txt143 Val 01: Start and play once.
144 Val 41: Start and play n times (See byte 02 below)
246 few seconds latency. Personally, I restart it every time I play an effect.
Dcs461x.txt15 play in xracer game using joystick, and the result is better than
Dntrig.txt105 don't work for you, please play with the parameters. If you do find other
Dxpad.txt55 play first person shooters with a pad. Your mileage may vary.
Djoystick.txt126 is met, then it's all fine, and you can play the games. :)
/linux-4.1.27/Documentation/namespaces/
Dresource-control.txt5 users programs to play nice this problems becomes more acute.
10 memory user's they don't trust to play nice can use.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt23 Specifies the number of muted audio frames to play before normal
61 '0' during 1.5 times play, every other B frame is dropped
62 '1' during 1.5 times play, stream is unchanged (bitrate
79 B frames per GOP (for reverse play only)
88 Specifies the number of muted audio frames to play before normal audio
/linux-4.1.27/sound/pci/
Dsis7019.c601 u32 play[2] = { 0, 0 }; in sis_pcm_trigger() local
638 play[voice->num / 32] |= 1 << (voice->num & 0x1f); in sis_pcm_trigger()
646 if (play[0]) in sis_pcm_trigger()
647 outl(play[0], io + SIS_PLAY_START_A_REG); in sis_pcm_trigger()
648 if (play[1]) in sis_pcm_trigger()
649 outl(play[1], io + SIS_PLAY_START_B_REG); in sis_pcm_trigger()
653 if (play[0]) in sis_pcm_trigger()
654 outl(play[0], io + SIS_PLAY_STOP_A_REG); in sis_pcm_trigger()
655 if (play[1]) in sis_pcm_trigger()
656 outl(play[1], io + SIS_PLAY_STOP_B_REG); in sis_pcm_trigger()
/linux-4.1.27/sound/soc/dwc/
DKconfig8 maximum of 8 channels each for play and record.
/linux-4.1.27/sound/soc/omap/
Domap-mcbsp.c171 int err = 0, play = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in omap_mcbsp_dai_trigger() local
178 omap_mcbsp_start(mcbsp, play, !play); in omap_mcbsp_dai_trigger()
184 omap_mcbsp_stop(mcbsp, play, !play); in omap_mcbsp_dai_trigger()
/linux-4.1.27/sound/drivers/
Daloop.c403 static void copy_play_buf(struct loopback_pcm *play, in copy_play_buf() argument
407 struct snd_pcm_runtime *runtime = play->substream->runtime; in copy_play_buf()
410 unsigned int src_off = play->buf_pos; in copy_play_buf()
421 appl_ptr1 += play->buf_pos / play->pcm_salign; in copy_play_buf()
424 diff = (appl_ptr - appl_ptr1) * play->pcm_salign; in copy_play_buf()
433 if (src_off + size > play->pcm_buffer_size) in copy_play_buf()
434 size = play->pcm_buffer_size - src_off; in copy_play_buf()
442 src_off = (src_off + size) % play->pcm_buffer_size; in copy_play_buf()
DKconfig52 what you want. To make this driver play nicely with other
/linux-4.1.27/arch/arm/boot/dts/
Dspear1340-evb.dts234 i2s0: i2s-play@b2400000 {
265 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
284 i2s-play@b2400000 {
Dspear1340.dtsi69 i2s-play@b2400000 {
75 play;
/linux-4.1.27/sound/soc/rockchip/
DKconfig16 8 channels each for play and record.
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dps2keyb-mouse-apbps2.txt6 these properties are built from information in the AMBA plug&play and from
/linux-4.1.27/sound/isa/
Dcmi8330.c166 struct pnp_dev *play; member
346 acard->play = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_cmi8330_pnp()
347 if (acard->play == NULL) in snd_cmi8330_pnp()
368 pdev = acard->play; in snd_cmi8330_pnp()
/linux-4.1.27/Documentation/sound/oss/
DREADME.ymfsb28 It can only play 22.05kHz / 8bit / Stereo samples, control external MIDI
61 that specify correct sample frequency. For example, to play your MP3 file
DVIBRA1612 simply play any sound.
DIntroduction328 play the files at 1/2 speed. For example, you may use
330 when trying to play mpeg files stored on a CD-ROM
342 esddsp <program> may be used to play files via a non-esd
DREADME.modules20 If you don't set these, you will probably find you can play .wav files
DREADME.OSS291 get the above error message whenever you try to record or play. There are
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-grgpio.txt6 these properties are built from information in the AMBA plug&play.
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dgrcan.txt6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
/linux-4.1.27/include/uapi/linux/dvb/
Dvideo.h116 } play; member
/linux-4.1.27/drivers/media/radio/
Dradio-keene.c83 static int keene_cmd_main(struct keene_device *radio, unsigned freq, bool play) in keene_cmd_main() argument
98 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main()
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dgr-udc.txt7 these properties are built from information in the AMBA plug&play.
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d22 their axis automatically oriented on standard way (eg: you can directly play
71 (aka "can play neverball out of the box"):
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-bdi50 be trusted to play fair.
/linux-4.1.27/sound/oss/dmasound/
Ddmasound.h126 void (*play)(void); member
Ddmasound_q40.c607 .play = Q40Play,
Ddmasound_paula.c699 .play = AmiPlay,
Ddmasound_atari.c1545 .play = AtaPlay,
1572 .play = AtaPlay,
Ddmasound_core.c543 dmasound.mach.play(); in sq_play()
/linux-4.1.27/sound/pci/ice1712/
Dice1724.c1322 int play, capt; in snd_vt1724_pcm_spdif() local
1327 play = 1; in snd_vt1724_pcm_spdif()
1330 play = 0; in snd_vt1724_pcm_spdif()
1337 if (!play && !capt) in snd_vt1724_pcm_spdif()
1344 err = snd_pcm_new(ice->card, name, device, play, capt, &pcm); in snd_vt1724_pcm_spdif()
1348 if (play) in snd_vt1724_pcm_spdif()
1455 int play; in snd_vt1724_pcm_indep() local
1458 play = ice->num_total_dacs / 2 - 1; in snd_vt1724_pcm_indep()
1459 if (play <= 0) in snd_vt1724_pcm_indep()
1462 err = snd_pcm_new(ice->card, "ICE1724 Surrounds", device, play, 0, &pcm); in snd_vt1724_pcm_indep()
/linux-4.1.27/Documentation/fb/
Dinternals.txt12 The following structures play a role in the game of frame buffer devices. They
Dsstfb.txt41 # If you have only one monitor to play with, once you insmod the
/linux-4.1.27/Documentation/
DVGA-softcursor.txt7 vgacon.c). You can now play a few new tricks: you can make your cursor look
Dpreempt-locking.txt59 play while another task releases it. If you want to do something
Dvolatile-considered-harmful.txt34 want to play with that data will be waiting on the lock. The spinlock
Dvfio.txt60 can also play a factor in terms of hiding devices. A PCIe-to-PCI
Ddevices.txt75 Finally, sometimes I have to play "namespace police." Please don't be
Dkernel-parameters.txt459 not play well with APC CPU idle - disable it if you have
/linux-4.1.27/Documentation/hwmon/
Dadm102517 * No INT mode for pin 16. We don't play with it anyway.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-floppy.1996-200260 * Ver 0.98a Oct 29 01 Expose delay value so we can play.
DChangeLog.ide-cd.1994-200484 * Work around sporadic Sony55e audio play problem.
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet272 Audio play: Implemented, not heavily tested.
274 Telco audio play: Implemented, not heavily tested.
/linux-4.1.27/fs/xfs/
DKconfig97 Say N unless you are an XFS developer, or you play one on TV.
/linux-4.1.27/drivers/gpu/drm/msm/
DNOTES4 display controller blocks at play:
/linux-4.1.27/Documentation/sound/alsa/
DCMIPCI.txt75 in alsa-lib. For example, you can play a WAV file with 6 channels like
135 You can play via SPDIF even with the first device (hw:0,0),
DALSA-Configuration.txt1807 If you want to play around with it and find a better value, be
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt256 which exact CPUs within the cluster play these roles. This must
418 mechanism to choose which CPUs should play these roles.
433 attempts to play the first man role and do the cluster-level
/linux-4.1.27/Documentation/ioctl/
Dcdrom.txt133 cdrom_msf structure, describing a segment of music to play
157 cdrom_ti structure, describing a segment of music to play
557 Region to play
/linux-4.1.27/Documentation/driver-model/
Doverview.txt28 computer: namely the ability to do seamless device "plug and play", power
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt62 have to play some music and respond to input, leaving it with around 80% CPU
/linux-4.1.27/Documentation/locking/
Dspinlocks.txt113 play with the spinlock is that you can get deadlocks:
Drt-mutex-design.txt588 play nice for those architectures that do have CMPXCHG. By setting this flag
/linux-4.1.27/Documentation/video4linux/
Dvideobuf293 play tricks by allocating DMA space at system boot time; videobuf does not
294 currently play well with those drivers.
DZoran181 used in PAL VCR's that are able to play back NTSC. PAL 60 seems to be the same
Dvivid.txt972 320x180 and the maximum is 5120x2880. You can play around with this using the
/linux-4.1.27/Documentation/scsi/
Din2000.txt60 /proc interface is now in place - if you want to play
Dsym53c8xx_2.txt517 You can play safely with DEBUG_NEGO. However, some of these flags may
Dncr53c8xx.txt750 You can play safely with DEBUG_NEGO. However, some of these flags may
DChangeLog.1992-19973 * Don't play with usage_count directly, instead hand around
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_av.c1608 void (*play[])(u8 *, int, void *) = { play_audio_cb, play_video_cb }; in av7110_av_init() local
1614 ret = av7110_ipack_init(ipack, IPACKS, play[i]); in av7110_av_init()
/linux-4.1.27/lib/
DKconfig436 module load) by a small amount, so you're welcome to play with
/linux-4.1.27/Documentation/networking/
Dnetdev-FAQ.txt25 A: There are always two trees (git repositories) in play. Both are driven
Dcs89x0.txt306 k) If your Linux kernel was compiled with inbuilt plug-and-play
Dbonding.txt2098 the switches have an ISL and play together well. If the
/linux-4.1.27/Documentation/arm/OMAP/
DDSS91 play audio, to _ENABLED. The state _PLAYING is used when the audio is being
/linux-4.1.27/Documentation/RCU/
Drcu_dereference.txt14 bugs due to games that compilers and DEC Alpha can play.
/linux-4.1.27/drivers/net/irda/
DKconfig252 plug in the USB port of your computer, are plug and play, and
/linux-4.1.27/drivers/atm/
DKconfig365 comes into play.
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex564 CDC_PLAY_AUDIO& can perform audio-functions (play, pause, etc)\cr
632 file systems, \cdrom s, the other is to play audio CD's. Audio commands
875 play audio discs at real time and data discs at maximum speed. The value
Dide-cd146 To play an audio CD, you should first unmount and remove any data
/linux-4.1.27/drivers/media/pci/zoran/
Dzoran_driver.c198 static void map_mode_jpg(struct zoran_fh *fh, int play) in map_mode_jpg() argument
200 fh->map_mode = play ? ZORAN_MAP_MODE_JPG_PLAY : ZORAN_MAP_MODE_JPG_REC; in map_mode_jpg()
/linux-4.1.27/sound/oss/
DKconfig150 to play and record from the S/PDIF port (digital signal). See
/linux-4.1.27/Documentation/security/
Dcredentials.txt269 privilege escalation bits come into play, and may allow the resulting process
/linux-4.1.27/net/ipv4/
DKconfig260 you want to play with it.
/linux-4.1.27/drivers/ata/
DKconfig850 This option enables support for ISA plug & play ATA
/linux-4.1.27/Documentation/filesystems/
Dcoda.txt212 play.
1052 data. Here again the execp flag might be in play to create confusion:
/linux-4.1.27/Documentation/spi/
Dspi-summary321 Developer boards often play by different rules than product boards, and one
/linux-4.1.27/drivers/staging/comedi/
DKconfig520 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt296 (maximum 10, default 0). For example with 3% you can play 8000Hz
/linux-4.1.27/drivers/video/fbdev/
DKconfig35 want to play with it, but it is not essential. Please note that
/linux-4.1.27/
DCREDITS2512 D: au-play, bwBASIC
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt195 5. You can play with your kernel without breaking things.