/linux-4.1.27/sound/arm/ |
D | pxa2xx-pcm.c | 93 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/ |
D | ff.txt | 127 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
|
D | iforce-protocol.txt | 143 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.
|
D | cs461x.txt | 15 play in xracer game using joystick, and the result is better than
|
D | ntrig.txt | 105 don't work for you, please play with the parameters. If you do find other
|
D | xpad.txt | 55 play first person shooters with a pad. Your mileage may vary.
|
D | joystick.txt | 126 is met, then it's all fine, and you can play the games. :)
|
/linux-4.1.27/Documentation/namespaces/ |
D | resource-control.txt | 5 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/ |
D | fw-decoder-api.txt | 23 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/ |
D | sis7019.c | 601 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/ |
D | Kconfig | 8 maximum of 8 channels each for play and record.
|
/linux-4.1.27/sound/soc/omap/ |
D | omap-mcbsp.c | 171 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/ |
D | aloop.c | 403 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()
|
D | Kconfig | 52 what you want. To make this driver play nicely with other
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | spear1340-evb.dts | 234 i2s0: i2s-play@b2400000 { 265 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap"; 284 i2s-play@b2400000 {
|
D | spear1340.dtsi | 69 i2s-play@b2400000 { 75 play;
|
/linux-4.1.27/sound/soc/rockchip/ |
D | Kconfig | 16 8 channels each for play and record.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | ps2keyb-mouse-apbps2.txt | 6 these properties are built from information in the AMBA plug&play and from
|
/linux-4.1.27/sound/isa/ |
D | cmi8330.c | 166 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/ |
D | README.ymfsb | 28 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
|
D | VIBRA16 | 12 simply play any sound.
|
D | Introduction | 328 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
|
D | README.modules | 20 If you don't set these, you will probably find you can play .wav files
|
D | README.OSS | 291 get the above error message whenever you try to record or play. There are
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-grgpio.txt | 6 these properties are built from information in the AMBA plug&play.
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | grcan.txt | 6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
|
/linux-4.1.27/include/uapi/linux/dvb/ |
D | video.h | 116 } play; member
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-keene.c | 83 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/ |
D | gr-udc.txt | 7 these properties are built from information in the AMBA plug&play.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | lis3lv02d | 22 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/ |
D | sysfs-class-bdi | 50 be trusted to play fair.
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound.h | 126 void (*play)(void); member
|
D | dmasound_q40.c | 607 .play = Q40Play,
|
D | dmasound_paula.c | 699 .play = AmiPlay,
|
D | dmasound_atari.c | 1545 .play = AtaPlay, 1572 .play = AtaPlay,
|
D | dmasound_core.c | 543 dmasound.mach.play(); in sq_play()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | ice1724.c | 1322 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/ |
D | internals.txt | 12 The following structures play a role in the game of frame buffer devices. They
|
D | sstfb.txt | 41 # If you have only one monitor to play with, once you insmod the
|
/linux-4.1.27/Documentation/ |
D | VGA-softcursor.txt | 7 vgacon.c). You can now play a few new tricks: you can make your cursor look
|
D | preempt-locking.txt | 59 play while another task releases it. If you want to do something
|
D | volatile-considered-harmful.txt | 34 want to play with that data will be waiting on the lock. The spinlock
|
D | vfio.txt | 60 can also play a factor in terms of hiding devices. A PCIe-to-PCI
|
D | devices.txt | 75 Finally, sometimes I have to play "namespace police." Please don't be
|
D | kernel-parameters.txt | 459 not play well with APC CPU idle - disable it if you have
|
/linux-4.1.27/Documentation/hwmon/ |
D | adm1025 | 17 * No INT mode for pin 16. We don't play with it anyway.
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 60 * Ver 0.98a Oct 29 01 Expose delay value so we can play.
|
D | ChangeLog.ide-cd.1994-2004 | 84 * Work around sporadic Sony55e audio play problem.
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 272 Audio play: Implemented, not heavily tested. 274 Telco audio play: Implemented, not heavily tested.
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 97 Say N unless you are an XFS developer, or you play one on TV.
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 4 display controller blocks at play:
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 75 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),
|
D | ALSA-Configuration.txt | 1807 If you want to play around with it and find a better value, be
|
/linux-4.1.27/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 256 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/ |
D | cdrom.txt | 133 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/ |
D | overview.txt | 28 computer: namely the ability to do seamless device "plug and play", power
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-rt-group.txt | 62 have to play some music and respond to input, leaving it with around 80% CPU
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 113 play with the spinlock is that you can get deadlocks:
|
D | rt-mutex-design.txt | 588 play nice for those architectures that do have CMPXCHG. By setting this flag
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 293 play tricks by allocating DMA space at system boot time; videobuf does not 294 currently play well with those drivers.
|
D | Zoran | 181 used in PAL VCR's that are able to play back NTSC. PAL 60 seems to be the same
|
D | vivid.txt | 972 320x180 and the maximum is 5120x2880. You can play around with this using the
|
/linux-4.1.27/Documentation/scsi/ |
D | in2000.txt | 60 /proc interface is now in place - if you want to play
|
D | sym53c8xx_2.txt | 517 You can play safely with DEBUG_NEGO. However, some of these flags may
|
D | ncr53c8xx.txt | 750 You can play safely with DEBUG_NEGO. However, some of these flags may
|
D | ChangeLog.1992-1997 | 3 * Don't play with usage_count directly, instead hand around
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_av.c | 1608 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/ |
D | Kconfig | 436 module load) by a small amount, so you're welcome to play with
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 25 A: There are always two trees (git repositories) in play. Both are driven
|
D | cs89x0.txt | 306 k) If your Linux kernel was compiled with inbuilt plug-and-play
|
D | bonding.txt | 2098 the switches have an ISL and play together well. If the
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 91 play audio, to _ENABLED. The state _PLAYING is used when the audio is being
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 14 bugs due to games that compilers and DEC Alpha can play.
|
/linux-4.1.27/drivers/net/irda/ |
D | Kconfig | 252 plug in the USB port of your computer, are plug and play, and
|
/linux-4.1.27/drivers/atm/ |
D | Kconfig | 365 comes into play.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 564 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
|
D | ide-cd | 146 To play an audio CD, you should first unmount and remove any data
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_driver.c | 198 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/ |
D | Kconfig | 150 to play and record from the S/PDIF port (digital signal). See
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 269 privilege escalation bits come into play, and may allow the resulting process
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 260 you want to play with it.
|
/linux-4.1.27/drivers/ata/ |
D | Kconfig | 850 This option enables support for ISA plug & play ATA
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 212 play. 1052 data. Here again the execp flag might be in play to create confusion:
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 321 Developer boards often play by different rules than product boards, and one
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 520 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 296 (maximum 10, default 0). For example with 3% you can play 8000Hz
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 35 want to play with it, but it is not essential. Please note that
|
/linux-4.1.27/ |
D | CREDITS | 2512 D: au-play, bwBASIC
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 195 5. You can play with your kernel without breaking things.
|