/linux-4.4.14/sound/soc/samsung/ |
D | dmaengine.c | 46 struct s3c_dma_params *capture) in samsung_asoc_init_dma_data() argument 58 if (capture) { in samsung_asoc_init_dma_data() 59 capture_data = &capture->dma_data; in samsung_asoc_init_dma_data() 60 capture_data->filter_data = capture->slave; in samsung_asoc_init_dma_data() 61 capture_data->chan_name = capture->ch_name; in samsung_asoc_init_dma_data() 62 capture_data->addr = capture->dma_addr; in samsung_asoc_init_dma_data() 63 capture_data->addr_width = capture->dma_size; in samsung_asoc_init_dma_data()
|
D | dma.h | 27 struct s3c_dma_params *capture);
|
D | s3c-i2s-v2.c | 390 int capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in s3c2412_i2s_trigger() local 400 writel(capture ? S3C2412_IISFIC_RXFLUSH : S3C2412_IISFIC_TXFLUSH, in s3c2412_i2s_trigger() 416 if (capture) in s3c2412_i2s_trigger() 430 if (capture) in s3c2412_i2s_trigger()
|
D | i2s.c | 872 int capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in i2s_trigger() local 888 if (capture) in i2s_trigger() 900 if (capture) { in i2s_trigger() 1087 i2s->i2s_dai_drv.capture.channels_min = 1; in i2s_alloc_dai() 1088 i2s->i2s_dai_drv.capture.channels_max = 2; in i2s_alloc_dai() 1089 i2s->i2s_dai_drv.capture.rates = SAMSUNG_I2S_RATES; in i2s_alloc_dai() 1090 i2s->i2s_dai_drv.capture.formats = SAMSUNG_I2S_FMTS; in i2s_alloc_dai()
|
D | s3c2412-i2s.c | 138 .capture = {
|
D | ac97.c | 298 .capture = { 310 .capture = {
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 11 Kdump uses kexec to quickly boot to a dump-capture kernel whenever a 14 the reboot and is accessible to the dump-capture kernel. 24 the dump-capture kernel. This ensures that ongoing Direct Memory Access 25 (DMA) from the system kernel does not corrupt the dump-capture kernel. 26 The kexec -p command loads the dump-capture kernel into this reserved 31 region just before rebooting into the dump-capture kernel. 45 passed to the dump-capture kernel through the elfcorehdr= boot 50 With the dump-capture kernel, you can access the memory image through 105 Build the system and dump-capture kernels 109 1) Build a separate custom dump-capture kernel for capturing the [all …]
|
/linux-4.4.14/sound/soc/fsl/ |
D | mpc5200_dma.c | 41 if (psc_dma->capture.active && (isr & MPC52xx_PSC_IMR_ORERR)) in psc_dma_status_irq() 181 if (psc_dma->capture.active) in psc_dma_trigger() 222 s = &psc_dma->capture; in psc_dma_open() 248 s = &psc_dma->capture; in psc_dma_close() 253 !psc_dma->capture.active) { in psc_dma_close() 272 s = &psc_dma->capture; in psc_dma_pointer() 410 psc_dma->capture.psc_dma = psc_dma; in mpc5200_audio_dma_create() 416 psc_dma->capture.bcom_task = in mpc5200_audio_dma_create() 420 if (!psc_dma->capture.bcom_task || in mpc5200_audio_dma_create() 454 psc_dma->capture.irq = in mpc5200_audio_dma_create() [all …]
|
D | mpc5200_dma.h | 66 struct psc_dma_stream capture; member 80 return &psc_dma->capture; in to_psc_dma_stream()
|
D | mpc5200_psc_i2s.c | 140 .capture = {
|
D | imx-ssi.c | 372 .capture = { 391 .capture = {
|
D | mpc5200_psc_ac97.c | 249 .capture = {
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | Kconfig | 18 tristate "TI DaVinci VPIF video capture driver" 24 Enables Davinci VPIF module used for capture devices. 25 This module is used for capture on TI DM6467/DA850/OMAPL138 32 tristate "TI DM6446 CCDC video capture driver" 42 video frame capture from slave decoders. 48 tristate "TI DM355 CCDC video capture driver" 58 video frame capture from a slave decoders 64 tristate "TI DM365 ISIF video capture driver" 70 configuring ISIF in VPFE to capture Raw Bayer RGB data from
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uac2 | 7 c_chmask - capture channel mask 8 c_srate - capture sampling rate 9 c_ssize - capture sample size (bytes)
|
D | configfs-usb-gadget-uac1 | 8 fn_cap - capture pcm device file name
|
D | sysfs-bus-iio-trigger-sysfs | 7 driven driver, associated with this trigger, to capture data
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | Kconfig | 6 Say Y for support for MJPEG capture cards based on the Zoran 21 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback 39 Support for the Iomega Buz MJPEG capture/playback card. 47 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback 56 Support for the Linux Media Labs LML33 MJPEG capture/playback 65 support for the Linux Media Labs LML33R10 MJPEG capture/playback
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | core.c | 204 io = &rdai->capture; in rsnd_mod_interrupt() 463 return &rdai->capture; in rsnd_rdai_to_io() 645 io = &rdai->capture; in rsnd_path_parse() 733 struct device_node *playback, *capture; in rsnd_of_parse_dai() local 778 if (name##_np == capture) \ in rsnd_of_parse_dai() 779 dai_info->capture.name = name##_info; \ in rsnd_of_parse_dai() 795 capture = of_parse_phandle(dai_np, "capture", i); in rsnd_of_parse_dai() 797 if (!playback && !capture) in rsnd_of_parse_dai() 807 of_node_put(capture); in rsnd_of_parse_dai() 848 cmod = info->dai_info[i].capture.ssi; in rsnd_dai_probe() [all …]
|
D | rcar_snd.h | 85 struct rsnd_dai_path_info capture; member
|
/linux-4.4.14/Documentation/video4linux/ |
D | fimc.txt | 23 - camera parallel interface capture (ITU-R.BT601/565); 24 - camera serial interface capture (MIPI-CSI2); 41 - camera capture video device driver 42 drivers/media/platform/exynos4-is/fimc-capture.c 70 viewfinder and still capture setup). 79 capture video node operation on same FIMC instance is not allowed. The driver 88 At the capture and mem-to-mem video nodes only the multi-planar API is 92 4.4. Camera capture subdevs 104 In typical use case there could be a following capture pipeline configuration: 112 The sysfs entry allows to instruct the capture node driver not to configure [all …]
|
D | README.ivtv | 20 Open Source driver implementation for video capture cards based on the 24 * Hardware mpeg2 capture of broadcast video (and sound) via the tuner or 26 * Hardware mpeg2 capture of FM radio where hardware support exists 82 /dev/video0 is listed as the 'base' encoding capture device so we have: 84 /dev/video0 is the encoding capture device for the first card (card 0) 85 /dev/video1 is the encoding capture device for the second card (card 1) 86 /dev/video2 is the encoding capture device for the third card (card 2) 90 the card number to the base device number'. If you have other capture 98 The encoding capture device(s). 119 The raw audio capture device(s). [all …]
|
D | pxa_camera.txt | 20 capture. The new buffers are "appended" at the tail of the DMA chain, and 35 | STOP | | Wait for capture start | 42 |capture list empty / | Q | | DQ | | QCI Irq EOF | 51 | | capture list / running | DMA Irq End | not | 82 - first buffer queued for capture 83 Once a first buffer is queued for capture, the QCI is started, but data 86 - capture of one videobuffer 151 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!) 164 pcdev->capture list. If that's the case, the capture will be restarted,
|
D | meye.txt | 48 gbuffers: number of capture buffers, default is 2 (32 max) 50 gbufsize: size of each capture buffer, default is 614400 68 for display and uncompressed video capture: 85 agc, video framerate), the shapshot and the MJPEG capture facilities. 100 Queue a buffer for capture (the buffers must have been 103 buffer number to queue (or -1 to end capture). The first 104 call to MEYEIOC_QBUF_CAPT starts the streaming capture.
|
D | vivid.txt | 4 This driver emulates video4linux hardware of various types: video capture, video 5 output, vbi capture and output, radio receivers and transmitters and a software 7 testing capture and output overlays. 11 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI 12 capture device. Each output can be an S-Video output device or an HDMI output 33 - Raw and Sliced VBI capture and output support 83 By default the driver will create a single instance that has a video capture 85 S-Video and HDMI outputs, one vbi capture device, one vbi output device, one 106 So to create four instances, the first two with just one video capture 113 are created for each video capture device. At most 16 inputs can be created, [all …]
|
D | README.saa7134 | 6 This is a v4l2/oss device driver for saa7130/33/34/35 based capture / TV
|
D | CARDLIST.bttv | 20 19 -> Lifeview FlyVideo II EZ /FlyKit LR38 Bt848 (capture only) 72 71 -> Lifeview FlyVideo 98EZ (capture only) LR51 [1851:1851]
|
D | README.cx88 | 12 - For now, only capture and read(). Overlay isn't supported.
|
D | Zoran | 315 If you experience timeouts during capture, buy a better mainboard or lower 316 the quality/buffersize during capture (see 'Concerning buffer sizes, quality, 337 settings of a variety of TV capture cards which may work in ITU or 351 MJPEG capture/playback: 356 General raw capture: 373 can't handle 1:2 compression without stopping capture after only a few minutes.
|
D | videobuf | 178 V4L2 capture drivers can be written to support either of two APIs: the 197 typical driver read() implementation will start the capture engine, call 227 still up to the driver to stop the capture engine. The call to 259 stopping the capture engine.
|
D | zr364xx.txt | 28 To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M count=1
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_mixer.c | 217 static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture, in vx_adjust_audio_level() argument 226 if (capture) in vx_adjust_audio_level() 256 static int vx_read_audio_level(struct vx_core *chip, int audio, int capture, 264 if (capture) 315 static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level) in vx_set_audio_gain() argument 322 chip->audio_gain[capture][audio] = level; in vx_set_audio_gain() 323 return vx_adjust_audio_level(chip, audio, capture, &info); in vx_set_audio_gain() 375 static int vx_get_audio_vu_meter(struct vx_core *chip, int audio, int capture, struct vx_vu_meter *… in vx_get_audio_vu_meter() argument 385 if (capture) in vx_get_audio_vu_meter() 585 int capture = (kcontrol->private_value >> 8) & 1; in vx_audio_gain_get() local [all …]
|
D | vx_pcm.c | 405 static int vx_alloc_pipe(struct vx_core *chip, int capture, in vx_alloc_pipe() argument 416 vx_set_pipe_cmd_params(&rmh, capture, audioid, num_audio); in vx_alloc_pipe() 422 if (! capture && data_mode) in vx_alloc_pipe() 433 vx_set_pipe_cmd_params(&rmh, capture, audioid, 0); in vx_alloc_pipe() 440 pipe->is_capture = capture; in vx_alloc_pipe() 1134 int p, buf, capture, eob; in vx_pcm_update_intr() local 1136 capture = (chip->irq_rmh.Stat[i] & 0x400000) ? 1 : 0; in vx_pcm_update_intr() 1147 if (capture) in vx_pcm_update_intr()
|
/linux-4.4.14/sound/soc/sh/ |
D | siu_dai.c | 72 struct format_flag capture; member 85 .capture = { 99 .capture = { 148 siu_write32(base + SIU_SBDVCB, port_info->capture.volume); in siu_dai_start() 384 vol = port_info->capture.volume; in siu_dai_get_volume() 428 cur_vol = port_info->capture.volume; in siu_dai_put_volume() 430 port_info->capture.volume = new_vol; in siu_dai_put_volume() 477 (*port_info)->capture.volume = DFLT_VOLUME_LEVEL; in siu_init_port() 546 if (WARN_ON(port_info->playback.rw_flg || port_info->capture.rw_flg)) in siu_dai_shutdown() 572 siu_stream = &port_info->capture; in siu_dai_prepare() [all …]
|
D | siu_pcm.c | 167 struct siu_stream *siu_stream = &port_info->capture; in siu_pcm_rd_set() 255 struct siu_stream *siu_stream = &port_info->capture; in siu_pcm_stmread_start() 277 struct siu_stream *siu_stream = &port_info->capture; in siu_pcm_stmread_stop() 322 siu_stream = &port_info->capture; in siu_pcm_hw_free() 363 siu_stream = &port_info->capture; in siu_pcm_open() 393 siu_stream = &port_info->capture; in siu_pcm_close() 415 siu_stream = &port_info->capture; in siu_pcm_prepare() 504 siu_stream = &port_info->capture; in siu_pcm_pointer_dma() 570 tasklet_init(&(*port_info)->capture.tasklet, siu_io_tasklet, in siu_pcm_new() 571 (unsigned long)&(*port_info)->capture); in siu_pcm_new() [all …]
|
D | fsi.c | 257 struct fsi_stream capture; member 480 fsi->capture.oerr_num++; in fsi_count_fifo_err() 483 fsi->capture.uerr_num++; in fsi_count_fifo_err() 501 return fsi_is_play(substream) ? &fsi->playback : &fsi->capture; in fsi_stream_get() 595 io = &fsi->capture; in fsi_stream_probe() 614 io = &fsi->capture; in fsi_stream_remove() 705 data |= AB_IO(1, fsi_get_port_shift(fsi, &fsi->capture)); in fsi_irq_clear_status() 1251 fsi_stream_transfer(&master->fsia.capture); in fsi_interrupt() 1253 fsi_stream_transfer(&master->fsib.capture); in fsi_interrupt() 1401 fsi->capture.handler = &fsi_pio_pop_handler; in fsi_dma_probe() [all …]
|
D | hac.c | 282 .capture = { 300 .capture = {
|
D | ssi.c | 354 .capture = { 371 .capture = {
|
D | siu.h | 133 struct siu_stream capture; member
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | fsl,ssi.txt | 26 - fsl,capture-dma: Phandle to a node for the DMA channel to use for 27 capture (recording) of audio. This is typically dictated 36 playback and capture to use different sample sizes and 72 Notes on fsl,playback-dma and fsl,capture-dma: 75 and capture. On the MPC8610, for example, SSI1 must use DMA channel 0 for 76 playback and DMA channel 1 for capture. SSI2 must use DMA channel 2 for 77 playback and DMA channel 3 for capture. The developer can choose which 82 "fsl,playback-dma" and "fsl,capture-dma" must be marked as compatible with
|
D | renesas,rsnd.txt | 47 - dma-names : SSI case "rx" (=playback), "tx" (=capture) 48 SSIU case "rxu" (=playback), "txu" (=capture) 52 - dma-names : "rx" (=playback), "tx" (=capture) 56 - dma-names : "tx" (=playback/capture) 60 - capture : list of capture modules 231 capture = <&ssi6>; 237 capture = <&ssi4>; 243 capture = <&ssi8>;
|
D | rockchip-i2s.txt | 22 - rockchip,capture-channels: max capture channels, if not set, 2 channels default. 34 rockchip,capture-channels = <2>;
|
D | davinci-mcasp-audio.txt | 34 - sram-size-capture : size of sram to be allocated during capture
|
D | nvidia,tegra30-i2s.txt | 16 first, tx (capture) second. See nvidia,tegra30-ahub.txt for values.
|
D | samsung-i2s.txt | 10 playback, sterio channel capture, secondary fifo using internal 15 exynos7 I2S has 7.1 channel TDM support for capture, secondary fifo
|
D | qcom,apq8016-sbc.txt | 30 -capture-dai : phandle and port of CPU/CODEC
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | SB-Live-mixer.txt | 87 The result is forwarded to the ADC capture FIFO (thus to the standard capture 101 The result is forwarded to the ADC capture FIFO (thus to the standard capture 116 The result is forwarded to the ADC capture FIFO (thus to the standard capture 144 of the AC97 codec. The result is forwarded to the ADC capture FIFO (thus to 145 the standard capture PCM device). 161 forwarded to the ADC capture FIFO (thus to the standard capture PCM device). 173 forwarded to the ADC capture FIFO (thus to the standard capture PCM device). 184 digital inputs. The result samples are forwarded to the ADC capture FIFO 185 (thus to the standard capture PCM device). 196 digital inputs. The result samples are forwarded to the ADC capture FIFO [all …]
|
D | Audigy-mixer.txt | 77 The result is forwarded to the ADC capture FIFO (thus to the standard capture 90 The result is forwarded to the ADC capture FIFO (thus to the standard capture 98 capture FIFO (device 1 - 16bit/8KHz mono) too without volume control. 103 The result is forwarded to the ADC capture FIFO (thus to the standard capture 116 forwarded to the ADC capture FIFO (thus to the standard capture PCM device). 127 digital inputs. The result samples are forwarded to the ADC capture FIFO 128 (thus to the standard capture PCM device). 140 capture FIFO (thus to the standard capture PCM device). 153 capture FIFO (thus to the standard capture PCM device). 165 capture FIFO (thus to the standard capture PCM device).
|
D | ControlNames.txt | 58 Digital Loopback (playback -> capture loopback - without analog path) 94 External Rate /* external capture rate */ 95 Capture Rate /* capture rate taken from external source */
|
D | README.maya44 | 21 - playback and capture at all sampling rates 85 …olfson WM8776 codecs) allow a maximum sampling rate of 192 kHz for playback and 92 kHz for capture. 89 …n the maya44 card will always set the *global* sampling rate for all playback and capture channels. 91 * In the current state of the driver, setting rates of up to 192 kHz is permitted even for capture … 93 …OVE 96kHz*, even though it may appear to work. The codec cannot actually capture at such rates, me… 96 I propose some additional code for limiting the sampling rate when setting on a capture pcm device.…
|
D | Audiophile-Usb.txt | 104 * hw:1,0 is Ao in playback and Di in capture 105 * hw:1,1 is Do in playback and Ai in capture 164 - hw:1,0 is not available in capture mode 170 - hw:1,0 is available in capture mode 192 - hw:1,0 is not available in capture mode 198 - hw:1,0 is available in capture mode and an active digital source must be 343 - Adaptive playback (Ao and Do), Synch capture (Ai), or Asynch capture (Di) 346 - Asynch capture and playback (Ao,Ai,Do,Di) 349 - Synch capture (Ai) and Adaptive playback (Ao,Do) 352 - Asynch capture and playback (Ao,Ai,Do,Di) [all …]
|
D | emu10k1-jack.txt | 17 For those unfamiliar with kX ASIO, this consists of 16 capture and 16 playback 23 fairly self explanatory - select Duplex, then for capture and playback select 46 still see 16 capture channels, but only 14 are available for recording inputs.
|
D | MIXART.txt | 27 stereo analog capture 'pcm0c' and 1 stereo analog playback 'pcm0p' device. 46 There is one substream per capture device. For instance only stereo 51 <Master> and <Master Capture> : analog volume control of playback and capture PCM.
|
D | CMIPCI.txt | 110 The SPDIF playback and capture are done via the third PCM device 123 The playback and capture over SPDIF use normal DAC and ADC, 197 volumes. Synth, CD, Line and Mic have playback and capture switches, 202 - PCM capture switch (to capture the data sent to DAC) 204 - Mic capture volume 205 - Aux playback volume/switch and capture switch
|
D | Bt87x.txt | 34 try to use the audio capture function of your card. If the frequency of 39 <alsa-devel@alsa-project.org>, regardless of whether audio capture works
|
D | OSS-Emulation.txt | 123 playback and 'c' for capture, respectively. Note that this proc file 147 capture) is not handled correctly by the application although the 208 Switch" for the capture directory (if exists). When the PCM volume of 285 capture, the OSS API provides no way to set the format, sample rate or
|
D | compress_offload.txt | 50 popular formats used for audio and video capture and playback. It is 100 codecs on a capture stream will return encoders, decoders will be 215 above. It is possible to route the output of a decoder to a capture
|
/linux-4.4.14/drivers/media/usb/usbtv/ |
D | Kconfig | 2 tristate "USBTV007 video capture support" 8 This is a video4linux2 driver for USBTV007 based video capture devices.
|
/linux-4.4.14/sound/usb/misc/ |
D | ua101.c | 132 } capture, playback; member 360 struct ua101_stream *stream = &ua->capture; in capture_urb_complete() 506 kill_stream_urbs(&ua->capture); in stop_usb_capture() 521 kill_stream_urbs(&ua->capture); in start_usb_capture() 528 ua->capture.urbs[0]->urb.complete = first_capture_urb_complete; in start_usb_capture() 533 err = submit_stream_urbs(ua, &ua->capture); in start_usb_capture() 617 snd_pcm_stop_xrun(ua->capture.substream); in abort_alsa_capture() 664 ua->capture.substream = substream; in capture_pcm_open() 665 err = set_stream_hw(ua, substream, ua->capture.channels); in capture_pcm_open() 798 ua->capture.period_pos = 0; in capture_pcm_prepare() [all …]
|
/linux-4.4.14/sound/soc/zte/ |
D | zx296702-i2s.c | 290 int capture = (substream->stream == SNDRV_PCM_STREAM_CAPTURE); in zx_i2s_trigger() local 295 if (capture) in zx_i2s_trigger() 302 if (capture) in zx_i2s_trigger() 309 if (capture) in zx_i2s_trigger() 316 if (capture) in zx_i2s_trigger() 368 .capture = {
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | Kconfig | 2 tristate "STK1160 USB video capture support" 6 This is a video4linux driver for STK1160 based video capture devices.
|
/linux-4.4.14/drivers/media/pci/ |
D | Kconfig | 12 comment "Media capture support" 21 comment "Media capture/analog TV support" 28 comment "Media capture/analog/hybrid TV support"
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | Kconfig | 2 tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" 14 compression capture cards and other Softlogic-based ones.
|
/linux-4.4.14/sound/ppc/ |
D | pmac.c | 151 return &chip->capture; in snd_pmac_get_stream() 374 return snd_pmac_pcm_prepare(chip, &chip->capture, subs); in snd_pmac_capture_prepare() 381 return snd_pmac_pcm_trigger(chip, &chip->capture, subs, cmd); in snd_pmac_capture_trigger() 387 return snd_pmac_pcm_pointer(chip, &chip->capture, subs); in snd_pmac_capture_pointer() 665 return snd_pmac_pcm_open(chip, &chip->capture, subs); in snd_pmac_capture_open() 679 return snd_pmac_pcm_close(chip, &chip->capture, subs); in snd_pmac_capture_close() 733 chip->capture.cur_formats = chip->formats_ok; in snd_pmac_pcm_new() 735 chip->capture.cur_freqs = chip->freqs_ok; in snd_pmac_pcm_new() 750 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 751 snd_pmac_wait_ack(&chip->capture); in snd_pmac_dbdma_reset() [all …]
|
D | pmac.h | 136 struct pmac_stream capture; member
|
D | beep.c | 139 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event()
|
/linux-4.4.14/sound/soc/codecs/ |
D | adav80x.c | 370 unsigned int capture = 0x00; in adav80x_set_dai_fmt() local 375 capture |= ADAV80X_CAPTURE_MODE_MASTER; in adav80x_set_dai_fmt() 385 capture |= ADAV80X_CAPTURE_MODE_I2S; in adav80x_set_dai_fmt() 389 capture |= ADAV80X_CAPTURE_MODE_LEFT_J; in adav80x_set_dai_fmt() 393 capture |= ADAV80X_CAPTURE_MODE_RIGHT_J; in adav80x_set_dai_fmt() 409 capture); in adav80x_set_dai_fmt() 772 .capture = { 791 .capture = {
|
D | ak4613.c | 91 struct ak4613_formats capture; member 310 &ak4613_iface[i].capture; in ak4613_dai_hw_params() 404 .capture = {
|
D | ics43432.c | 29 .capture = {
|
D | wm8782.c | 41 .capture = {
|
D | dmic.c | 32 .capture = {
|
D | ad73311.c | 49 .capture = {
|
D | spdif_receiver.c | 49 .capture = {
|
D | ads117x.c | 51 .capture = {
|
D | ak4554.c | 57 .capture = {
|
D | gtm601.c | 45 .capture = {
|
D | bt-sco.c | 37 .capture = {
|
D | cq93vc.c | 115 .capture = {
|
D | ad1836.c | 213 .capture = { \ 260 num_adcs = ad183x_dais[ad1836->type].capture.channels_max / 2; in ad1836_probe()
|
D | ac97.c | 59 .capture = {
|
D | wm8997.c | 963 .capture = { 985 .capture = { 1006 .capture = { 1025 .capture = { 1044 .capture = {
|
D | pcm3008.c | 92 .capture = {
|
D | wm5102.c | 1755 .capture = { 1777 .capture = { 1799 .capture = { 1820 .capture = { 1839 .capture = { 1858 .capture = {
|
D | wm8998.c | 1190 .capture = { 1212 .capture = { 1234 .capture = { 1255 .capture = { 1274 .capture = {
|
D | cs4265.c | 518 .capture = { 536 .capture = {
|
D | si476x.c | 218 .capture = {
|
D | ak5386.c | 141 .capture = {
|
D | cs42xx8.c | 308 .capture = { 523 cs42xx8_dai.capture.channels_max = cs42xx8->drvdata->num_adcs * 2; in cs42xx8_probe()
|
D | ak4641.c | 475 .capture = { 495 .capture = {
|
D | wm5110.c | 1885 .capture = { 1907 .capture = { 1929 .capture = { 1950 .capture = { 1969 .capture = { 1988 .capture = {
|
D | ad1980.c | 197 .capture = {
|
D | wm1250-ev1.c | 134 .capture = {
|
D | adau1761.c | 738 .capture = { 757 .capture = {
|
D | cs42l73.c | 1186 .capture = { 1206 .capture = { 1226 .capture = {
|
D | mc13783.c | 690 .capture = { 719 .capture = {
|
D | jz4740.c | 216 .capture = {
|
D | sta529.c | 306 .capture = {
|
D | uda1380.c | 658 .capture = { 679 .capture = {
|
D | stac9766.c | 273 .capture = {
|
D | wm9705.c | 278 .capture = {
|
D | ak4535.c | 366 .capture = {
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emufx.c | 1175 const int capture = playback + (SND_EMU10K1_PLAYBACK_CHANNELS * 2); /* we reserve 10 voices */ in _snd_emu10k1_audigy_init_efx() local 1176 const int stereo_mix = capture + 2; in _snd_emu10k1_audigy_init_efx() 1275 A_OP(icode, &ptr, iMAC0, A_GPR(capture+0), A_C_00000000, A_GPR(gpr), A_FXBUS(FXBUS_PCM_LEFT)); in _snd_emu10k1_audigy_init_efx() 1276 A_OP(icode, &ptr, iMAC0, A_GPR(capture+1), A_C_00000000, A_GPR(gpr+1), A_FXBUS(FXBUS_PCM_RIGHT)); in _snd_emu10k1_audigy_init_efx() 1281 A_OP(icode, &ptr, iMAC0, A_GPR(capture+0), A_GPR(capture+0), A_GPR(gpr), A_FXBUS(FXBUS_MIDI_LEFT)); in _snd_emu10k1_audigy_init_efx() 1282 …A_OP(icode, &ptr, iMAC0, A_GPR(capture+1), A_GPR(capture+1), A_GPR(gpr+1), A_FXBUS(FXBUS_MIDI_RIGH… in _snd_emu10k1_audigy_init_efx() 1297 A_OP(icode, &ptr, iMAC0, A_GPR(capture+0), A_GPR(capture+0), A_GPR(gpr), A_GPR(tmp)); in _snd_emu10k1_audigy_init_efx() 1299 A_OP(icode, &ptr, iMAC0, A_GPR(capture+1), A_GPR(capture+1), A_GPR(gpr), A_GPR(tmp)); in _snd_emu10k1_audigy_init_efx() 1301 A_OP(icode, &ptr, iMAC0, A_GPR(capture+0), A_GPR(capture+0), A_GPR(gpr), A_P16VIN(0x0)); in _snd_emu10k1_audigy_init_efx() 1302 A_OP(icode, &ptr, iMAC0, A_GPR(capture+1), A_GPR(capture+1), A_GPR(gpr+1), A_P16VIN(0x1)); in _snd_emu10k1_audigy_init_efx() [all …]
|
/linux-4.4.14/include/sound/ |
D | soc-dai.h | 240 struct snd_soc_pcm_stream capture; member 314 void *playback, void *capture) in snd_soc_dai_init_dma_data() argument 317 dai->capture_dma_data = capture; in snd_soc_dai_init_dma_data()
|
/linux-4.4.14/sound/soc/pxa/ |
D | pxa2xx-ac97.c | 182 .capture = { 199 .capture = { 210 .capture = {
|
D | pxa2xx-i2s.c | 358 .capture = {
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | Kconfig | 13 This is a hybrid analog/digital tv capture driver for 29 capture within the au0828 driver.
|
/linux-4.4.14/drivers/media/usb/s2255/ |
D | s2255drv.c | 1301 sp->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in vidioc_g_parm() 1302 sp->parm.capture.capturemode = vc->cap_parm.capturemode; in vidioc_g_parm() 1303 sp->parm.capture.readbuffers = S2255_MIN_BUFS; in vidioc_g_parm() 1306 sp->parm.capture.timeperframe.denominator = def_dem; in vidioc_g_parm() 1310 sp->parm.capture.timeperframe.numerator = def_num; in vidioc_g_parm() 1313 sp->parm.capture.timeperframe.numerator = def_num * 2; in vidioc_g_parm() 1316 sp->parm.capture.timeperframe.numerator = def_num * 3; in vidioc_g_parm() 1319 sp->parm.capture.timeperframe.numerator = def_num * 5; in vidioc_g_parm() 1324 sp->parm.capture.capturemode, in vidioc_g_parm() 1325 sp->parm.capture.timeperframe.numerator, in vidioc_g_parm() [all …]
|
D | Kconfig | 2 tristate "USB Sensoray 2255 video capture device"
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | Kconfig | 13 TV, S-Video and HDMI capture hardware, including VBI support for 15 transmitters and software defined radio capture is emulated.
|
D | vivid-vid-cap.c | 1801 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in vivid_vid_cap_g_parm() 1802 parm->parm.capture.timeperframe = dev->timeperframe_vid_cap; in vivid_vid_cap_g_parm() 1803 parm->parm.capture.readbuffers = 1; in vivid_vid_cap_g_parm() 1825 tpf = parm->parm.capture.timeperframe; in vivid_vid_cap_s_parm() 1842 parm->parm.capture.timeperframe = tpf; in vivid_vid_cap_s_parm() 1843 parm->parm.capture.readbuffers = 1; in vivid_vid_cap_s_parm()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | Kconfig | 73 bool "EXYNOS4x12 FIMC-IS ISP Direct DMA capture support" 79 video capture interface for the FIMC-IS ISP raw (Bayer) capture DMA.
|
D | Makefile | 1 s5p-fimc-objs := fimc-core.o fimc-reg.o fimc-m2m.o fimc-capture.o media-dev.o
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-pcm.c | 406 unsigned int i, capture, playback; in snd_dice_create_pcm() local 409 capture = playback = 0; in snd_dice_create_pcm() 412 capture = 1; in snd_dice_create_pcm() 417 err = snd_pcm_new(dice->card, "DICE", 0, playback, capture, &pcm); in snd_dice_create_pcm() 423 if (capture > 0) in snd_dice_create_pcm()
|
/linux-4.4.14/drivers/staging/iio/ |
D | Kconfig | 40 bool "Buffered capture support" 45 Add buffered data capture to the simple dummy driver.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 106 CPH01x: BT848 capture only 110 CPH07x: BT878 capture only 148 1851:1851 = Flyvideo 98 EZ (capture only) 154 LR38 Rev.A1= Flyvideo II EZ (Bt848 capture only) 157 LR51 Rev.E = Flyvideo 98 EZ (capture only) 250 PV-BT878P Rev.1D (bt878, capture only) 327 PV-148 (capture only) 345 Face to Face Capture (Bt848 capture only) (PCB "VP-2848") 490 M(J)PEG capture and playback: 523 KW-607 (Bt848 capture only) [all …]
|
D | Insmod-options | 33 bttv_debug=0/1 debug messages (for capture). 37 gbuffers=2-32 number of capture buffers for mmap'ed capture. 39 gbufsize= size of capture buffers. default and
|
D | ICs | 3 Brooktree Bt848/848A/849/878/879: video capture chip
|
/linux-4.4.14/sound/soc/ |
D | soc-compress.c | 633 int playback = 0, capture = 0; in snd_soc_new_compress() local 646 if (codec_dai->driver->capture.channels_min) in snd_soc_new_compress() 647 capture = 1; in snd_soc_new_compress() 649 capture = capture && cpu_dai->driver->capture.channels_min; in snd_soc_new_compress() 656 if (playback + capture != 1) { in snd_soc_new_compress() 658 playback, capture); in snd_soc_new_compress()
|
D | soc-pcm.c | 49 codec_stream = &dai->driver->capture; in snd_soc_dai_stream_valid() 355 if (codec_dai->driver->capture.sig_bits == 0) { in soc_pcm_apply_msb() 359 bits = max(codec_dai->driver->capture.sig_bits, bits); in soc_pcm_apply_msb() 361 cpu_bits = cpu_dai->driver->capture.sig_bits; in soc_pcm_apply_msb() 386 cpu_stream = &cpu_dai_drv->capture; in soc_pcm_init_runtime_hw() 408 codec_stream = &codec_dai_drv->capture; in soc_pcm_init_runtime_hw() 1573 codec_stream = &codec_dai_drv->capture; in dpcm_runtime_base_format() 1593 dpcm_init_runtime_hw(runtime, &cpu_dai_drv->capture, format); in dpcm_set_fe_runtime() 2369 goto capture; in soc_dpcm_runtime_update() 2374 goto capture; in soc_dpcm_runtime_update() [all …]
|
D | soc-utils.c | 122 .capture = {
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | ti-am437x-vpfe.txt | 4 The Video Processing Front End (VPFE) is a key component for image capture 5 applications. The capture module provides the system interface and the
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart.h | 216 u32 capture; member 221 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, i…
|
D | mixart.c | 229 snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, in snd_mixart_add_ref_pipe() argument 236 if(capture) { in snd_mixart_add_ref_pipe() 298 if(capture) j += MIXART_PLAYBACK_STREAMS; /* in the array capture is behind playback */ in snd_mixart_add_ref_pipe() 312 if(capture) { in snd_mixart_add_ref_pipe()
|
/linux-4.4.14/sound/usb/6fire/ |
D | pcm.c | 129 return &rt->capture; in usb6fire_pcm_get_substream() 319 sub = &rt->capture; in usb6fire_pcm_in_urb_handler() 411 sub = &rt->capture; in usb6fire_pcm_open() 444 if (!rt->playback.instance && !rt->capture.instance) { in usb6fire_pcm_close() 641 spin_lock_init(&rt->capture.lock); in usb6fire_pcm_init() 690 if (rt->capture.instance) in usb6fire_pcm_abort() 691 snd_pcm_stop_xrun(rt->capture.instance); in usb6fire_pcm_abort()
|
D | pcm.h | 55 struct pcm_substream capture; member
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | Makefile | 3 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o
|
/linux-4.4.14/drivers/iio/ |
D | Kconfig | 29 are used to initialize capture of samples to push into 30 buffers. The triggers are effectively a 'capture
|
/linux-4.4.14/sound/soc/qcom/ |
D | lpass-apq8016.c | 80 .capture = { 116 .capture = {
|
/linux-4.4.14/drivers/media/platform/ |
D | timblogiw.c | 67 struct list_head capture; member 140 if (!list_empty(&fh->capture)) { in timblogiw_dma_cb() 141 vb = list_entry(fh->capture.next, struct videobuf_buffer, in timblogiw_dma_cb() 275 struct v4l2_captureparm *cp = &sp->parm.capture; in timblogiw_g_parm() 557 if (list_empty(&fh->capture)) in buffer_queue() 562 list_add_tail(&vb->queue, &fh->capture); in buffer_queue() 661 INIT_LIST_HEAD(&fh->capture); in timblogiw_open()
|
D | sh_veu.c | 117 struct sh_veu_file *capture; member 295 veu_file == veu->capture) || in sh_veu_is_streamer() 318 stream = &veu->capture; in sh_veu_stream_init() 1012 if (veu_file == veu->capture) { in sh_veu_release() 1013 veu->capture = NULL; in sh_veu_release() 1022 if (!veu->output && !veu->capture && veu->m2m_ctx) { in sh_veu_release()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | Kconfig | 32 tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture" 41 PCM audio capture, than the V4L2 "/dev/video24" PCM audio interface
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 7 i) capture network traffic with utilities like tcpdump, ii) transmit network 24 In Linux 2.4/2.6/3.x if PACKET_MMAP is not enabled, the capture process is very 26 capture each packet, it requires two if you want to get packet's timestamp 37 It's fine to use PACKET_MMAP to improve the performance of the capture and 47 + How to use mmap() to improve capture process 67 + How to use mmap() directly to improve capture process 74 [setup] socket() -------> creation of the capture socket 80 [capture] poll() ---------> to wait for incoming packets 82 [shutdown] close() --------> destruction of the capture socket and 94 interface where link level information capture is not [all …]
|
D | netconsole.txt | 19 capture of early kernel panics, it does capture most of the boot
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | Kconfig | 10 module will be called vpfe-mc-capture.
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | Kconfig | 2 tristate "TI AM437x VPFE video capture driver"
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 991 parm->parm.capture.readbuffers = MIN_FRAMES; in pwc_g_parm() 992 parm->parm.capture.capability |= V4L2_CAP_TIMEPERFRAME; in pwc_g_parm() 993 parm->parm.capture.timeperframe.denominator = pdev->vframes; in pwc_g_parm() 994 parm->parm.capture.timeperframe.numerator = 1; in pwc_g_parm() 1012 if (parm->parm.capture.timeperframe.numerator == 0 || in pwc_s_parm() 1013 parm->parm.capture.timeperframe.denominator == 0) in pwc_s_parm() 1016 fps = parm->parm.capture.timeperframe.denominator / in pwc_s_parm() 1017 parm->parm.capture.timeperframe.numerator; in pwc_s_parm()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | mx2_camera.c | 247 struct list_head capture; member 547 list_add_tail(&buf->internal.queue, &pcdev->capture); in mx2_videobuf_queue() 666 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming() 673 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming() 675 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming() 682 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming() 765 INIT_LIST_HEAD(&pcdev->capture); in mx2_stop_streaming() 1364 if (list_empty(&pcdev->capture)) { in mx27_camera_frame_done_emma() 1380 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx27_camera_frame_done_emma() 1385 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma() [all …]
|
D | mx3_camera.c | 107 struct list_head capture; member 164 if (list_empty(&mx3_cam->capture)) { in mx3_cam_dma_done() 175 mx3_cam->active = list_entry(mx3_cam->capture.next, in mx3_cam_dma_done() 333 list_add_tail(&buf->queue, &mx3_cam->capture); in mx3_videobuf_queue() 429 list_for_each_entry_safe(buf, tmp, &mx3_cam->capture, queue) { in mx3_stop_streaming() 1217 INIT_LIST_HEAD(&mx3_cam->capture); in mx3_camera_probe()
|
D | rcar_vin.c | 479 struct list_head capture; member 756 if (list_empty(&priv->capture)) in rcar_vin_fill_hw_slot() 764 vbuf = &list_entry(priv->capture.next, in rcar_vin_fill_hw_slot() 797 list_add_tail(to_buf_list(vbuf), &priv->capture); in rcar_vin_videobuf_queue() 866 list_for_each_safe(buf_head, tmp, &priv->capture) { in rcar_vin_stop_streaming() 926 list_empty(&priv->capture) && in rcar_vin_irq() 1955 INIT_LIST_HEAD(&priv->capture); in rcar_vin_probe()
|
D | pxa_camera.c | 220 struct list_head capture; member 637 list_add_tail(&vb->queue, &pcdev->capture); in pxa_videobuf_queue() 691 if (list_empty(&pcdev->capture)) { in pxa_camera_wakeup() 698 pcdev->active = list_entry(pcdev->capture.next, in pxa_camera_wakeup() 791 !list_is_last(pcdev->capture.next, &pcdev->capture)) { in pxa_camera_dma_irq() 944 pcdev->active = list_first_entry(&pcdev->capture, in pxa_camera_irq() 1790 INIT_LIST_HEAD(&pcdev->capture); in pxa_camera_probe()
|
D | sh_mobile_ceu_camera.c | 114 struct list_head capture; member 417 list_add_tail(&buf->queue, &pcdev->capture); in sh_mobile_ceu_videobuf_queue() 495 list_for_each_safe(buf_head, tmp, &pcdev->capture) in sh_mobile_ceu_stop_streaming() 529 if (!list_empty(&pcdev->capture)) in sh_mobile_ceu_irq() 530 pcdev->active = &list_entry(pcdev->capture.next, in sh_mobile_ceu_irq() 1773 INIT_LIST_HEAD(&pcdev->capture); in sh_mobile_ceu_probe()
|
D | omap1_camera.c | 165 struct list_head capture; member 355 if (list_empty(&pcdev->capture)) in prepare_next_vb() 357 buf = list_entry(pcdev->capture.next, in prepare_next_vb() 488 list_add_tail(&vb->queue, &pcdev->capture); in omap1_videobuf_queue() 1620 INIT_LIST_HEAD(&pcdev->capture); in omap1_cam_probe()
|
/linux-4.4.14/drivers/media/platform/blackfin/ |
D | Kconfig | 7 V4L2 bridge driver for Blackfin video capture device.
|
/linux-4.4.14/drivers/media/pci/sta2x11/ |
D | Kconfig | 11 Say Y for support for STA2X11 VIP (Video Input Port) capture
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_uac1.h | 54 struct gaudio_snd_dev capture; member
|
D | u_uac1.c | 244 snd = &card->capture; in gaudio_open_snd_dev() 278 snd = &gau->capture; in gaudio_close_snd_dev()
|
/linux-4.4.14/sound/usb/line6/ |
D | Makefile | 2 capture.o \
|
D | Kconfig | 18 * Playback/capture/mixer device for any ALSA-compatible PCM
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 16 Commences the capture of video, audio and/or VBI data. All encoding 31 Bit 3 when set, the capture destination is the decoder 33 Bit 4 when set, the capture destination is the host 34 Note: this parameter is only meaningful for RAW capture type. 41 Ends a capture in progress 388 Obtains the sequence end code of the encoder's buffer. When a capture 425 0=No index capture 673 If saa7114 and raw VBI capture and 60 Hz, then set to 10001.
|
D | fw-memory.txt | 26 ???-??? Raw video capture buffer(s) 27 ???-??? Raw audio capture buffer(s) 125 29 Encoder VBI capture
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-pcm.c | 500 .capture = { 511 .capture = { 552 .capture = { 574 .capture = { 592 .capture = { 899 dai->driver->capture.channels_min) { in skl_pcm_new()
|
/linux-4.4.14/sound/soc/kirkwood/ |
D | kirkwood-i2s.c | 452 .capture = { 471 .capture = { 494 .capture = { 515 .capture = {
|
/linux-4.4.14/sound/soc/sirf/ |
D | sirf-audio-port.c | 37 .capture = {
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | overview.txt | 41 applications it it useful to be able to capture data based on some 45 capture or reading from a number of sensors. These triggers are
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | DAI.txt | 10 multiplexes its data on its SDATA_OUT (playback) and SDATA_IN (capture) lines. 28 ADC and DAC LRCLKs, this allows for simultaneous capture and playback at
|
D | codec.txt | 5 the codec, FM, MODEM, BT or external DSP to provide audio capture and playback. 54 .capture = {
|
D | clocking.txt | 14 audio playback and capture sample rates.
|
D | pops_clicks.txt | 47 An unwanted zipper noise can occur within the audio playback or capture stream
|
D | dapm.txt | 15 switching decisions based upon any audio stream (capture/playback) 38 Enabled and disabled when stream playback/capture is started and 102 e.g. stream widgets for HiFi playback and capture
|
/linux-4.4.14/sound/arm/ |
D | aaci.c | 212 struct aaci_runtime *aacirun = &aaci->capture; in aaci_fifo_irq() 412 aacirun = &aaci->capture; in aaci_pcm_open() 883 aaci->capture.pcm = &ac97_bus->pcms[1]; in aaci_probe_ac97() 1019 spin_lock_init(&aaci->capture.lock); in aaci_probe() 1020 aaci->capture.base = aaci->base + AACI_CSCH1; in aaci_probe() 1021 aaci->capture.fifo = aaci->base + AACI_DR1; in aaci_probe()
|
D | aaci.h | 241 struct aaci_runtime capture; member
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 505 .capture = { 536 .capture = { 554 .capture = { 572 .capture = { 678 dai->driver->capture.channels_min) { in sst_pcm_new()
|
/linux-4.4.14/sound/soc/rockchip/ |
D | rockchip_i2s.c | 365 .capture = { 517 rockchip_i2s_dai.capture.channels_max = val; in rockchip_i2s_probe() 519 rockchip_i2s_dai.capture.channels_max = 2; in rockchip_i2s_probe()
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | Kconfig | 19 Conexant 25821 based capture cards using ALSA.
|
/linux-4.4.14/drivers/media/ |
D | Kconfig | 26 Say Y when you have a webcam or a video capture grabber board. 74 needed in order to support several video capture adapters, 77 Enable this option if you have a video capture board even
|
/linux-4.4.14/sound/soc/ux500/ |
D | ux500_msp_dai.c | 729 .capture.channels_min = UX500_MSP_MIN_CHANNELS, 730 .capture.channels_max = UX500_MSP_MAX_CHANNELS, 731 .capture.rates = UX500_I2S_RATES, 732 .capture.formats = UX500_I2S_FORMATS,
|
/linux-4.4.14/sound/soc/dwc/ |
D | designware_i2s.c | 483 dw_i2s_dai->capture.channels_min = MIN_CHANNEL_NUM; in dw_configure_dai() 484 dw_i2s_dai->capture.channels_max = in dw_configure_dai() 486 dw_i2s_dai->capture.formats = formats[idx]; in dw_configure_dai() 487 dw_i2s_dai->capture.rates = rates; in dw_configure_dai()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 345 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in uvc_v4l2_get_streamparm() 346 parm->parm.capture.capturemode = 0; in uvc_v4l2_get_streamparm() 347 parm->parm.capture.timeperframe.numerator = numerator; in uvc_v4l2_get_streamparm() 348 parm->parm.capture.timeperframe.denominator = denominator; in uvc_v4l2_get_streamparm() 349 parm->parm.capture.extendedmode = 0; in uvc_v4l2_get_streamparm() 350 parm->parm.capture.readbuffers = 0; in uvc_v4l2_get_streamparm() 373 timeperframe = parm->parm.capture.timeperframe; in uvc_v4l2_set_streamparm() 410 parm->parm.capture.timeperframe = timeperframe; in uvc_v4l2_set_streamparm()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | imx6ul_tsc.txt | 11 last touch event the touch controller capture).
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | ifm-csi.txt | 8 - gpios: three gpio-specifiers for "capture", "reset" and "master enable"
|
/linux-4.4.14/sound/pci/pcxhr/ |
D | pcxhr_core.h | 98 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh* rmh, int capture, unsigned int param1,
|
D | pcxhr_mixer.c | 303 int capture, int channel) in pcxhr_update_audio_pipe_level() argument 309 if (capture) in pcxhr_update_audio_pipe_level() 316 pcxhr_set_pipe_cmd_params(&rmh, capture, 0, 0, in pcxhr_update_audio_pipe_level() 320 if (capture) { in pcxhr_update_audio_pipe_level()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | Kconfig | 2 tristate "Conexant cx231xx USB video capture support"
|
/linux-4.4.14/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 504 parm->parm.capture.readbuffers = 2; in vidioc_g_parm() 505 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in vidioc_g_parm() 506 parm->parm.capture.timeperframe = timeperframe; in vidioc_g_parm() 521 parm->parm.capture.timeperframe.numerator; in vidioc_s_parm() 522 d = 1001 * parm->parm.capture.timeperframe.denominator; in vidioc_s_parm()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_unimp.S | 69 fsave -(%a7) |capture possible exc state
|
/linux-4.4.14/sound/soc/blackfin/ |
D | bf6xx-i2s.c | 181 .capture = {
|
D | bf5xx-ac97.c | 276 .capture = {
|
/linux-4.4.14/sound/soc/jz4740/ |
D | jz4740-i2s.c | 446 .capture = { 467 .capture = {
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | Kconfig | 8 tristate "Empia EM28xx analog TV, video capture and/or webcam support"
|
/linux-4.4.14/drivers/media/i2c/ |
D | vs6624.c | 667 struct v4l2_captureparm *cp = &parms->parm.capture; in vs6624_g_parm() 682 struct v4l2_captureparm *cp = &parms->parm.capture; in vs6624_s_parm()
|
D | mt9v011.c | 367 struct v4l2_captureparm *cp = &parms->parm.capture; in mt9v011_g_parm() 383 struct v4l2_captureparm *cp = &parms->parm.capture; in mt9v011_s_parm()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_pcm.c | 858 int capture, err; in snd_gf1_pcm_new() local 861 capture = !gus->interwave && !gus->ess_flag && !gus->ace_flag ? 1 : 0; in snd_gf1_pcm_new() 866 capture, in snd_gf1_pcm_new() 881 if (capture) { in snd_gf1_pcm_new()
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 80 API-snd-pcm-capture-avail 82 API-snd-pcm-capture-hw-avail 84 API-snd-pcm-capture-ready 87 API-snd-pcm-capture-empty
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 987 .capture = { 1022 .capture = { 1087 if (hsw_dais[i].capture.channels_min) { in hsw_pcm_probe() 1114 if (hsw_dais[i].capture.channels_min) in hsw_pcm_probe() 1132 if (hsw_dais[i].capture.channels_min) in hsw_pcm_remove()
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-vcif.c | 191 .capture = {
|
/linux-4.4.14/sound/atmel/ |
D | ac97c.c | 766 int capture, playback, retval, err; in atmel_ac97c_pcm_new() local 768 capture = test_bit(DMA_RX_CHAN_PRESENT, &chip->flags); in atmel_ac97c_pcm_new() 779 0, playback, capture, &pcm); in atmel_ac97c_pcm_new() 783 if (capture) in atmel_ac97c_pcm_new()
|
/linux-4.4.14/sound/soc/txx9/ |
D | txx9aclc-ac97.c | 164 .capture = {
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 153 - videobuf-dma-sg: capture helper module for the saa7146_vv driver. This 154 one is responsible to handle capture buffers.
|
/linux-4.4.14/include/uapi/sound/ |
D | asoc.h | 389 __le32 capture; /* supports capture mode */ member
|
/linux-4.4.14/sound/soc/au1x/ |
D | i2sc.c | 219 .capture = {
|
D | ac97c.c | 216 .capture = {
|
/linux-4.4.14/sound/soc/sti/ |
D | sti_uniperif.c | 190 stream = &dai->capture; in sti_uniperiph_cpu_dai_of()
|
/linux-4.4.14/sound/soc/adi/ |
D | axi-i2s.c | 160 .capture = {
|
/linux-4.4.14/sound/i2c/ |
D | cs8427.c | 57 struct cs8427_stream capture; member 556 chip->capture.substream = cap_substream; in snd_cs8427_iec958_build()
|
/linux-4.4.14/sound/soc/spear/ |
D | spdif_in.c | 162 .capture = {
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nor.txt | 21 - gpmc,access-ns: Start cycle to first data capture (read access)
|
/linux-4.4.14/sound/pci/trident/ |
D | trident.h | 316 capture: 1, member
|
/linux-4.4.14/sound/pci/ |
D | cs4281.c | 736 int capture, int src) in snd_cs4281_mode() argument 741 (capture ? BA0_DMR_TR_WRITE : BA0_DMR_TR_READ); in snd_cs4281_mode() 769 if (!capture) { in snd_cs4281_mode() 788 BA0_FCR_RS(capture && (dma->valDMR & BA0_DMR_MONO) ? 31 : dma->right_slot) | in snd_cs4281_mode() 791 snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR | (capture ? BA0_FCR_PSH : 0)); in snd_cs4281_mode()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sram242x.S | 47 mov r12, r2 @ capture CS1 vs CS0 48 mov r8, r3 @ capture force parameter
|
D | sram243x.S | 47 mov r12, r2 @ capture CS1 vs CS0 48 mov r8, r3 @ capture force parameter
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial
|