Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 200 of 388) sorted by relevance

12

/linux-4.1.27/sound/soc/samsung/
Ddmaengine.c46 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 = (void *)capture->channel; 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()
Ddma.h27 struct s3c_dma_params *capture);
Ds3c-i2s-v2.c390 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()
Di2s.c872 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()
Ds3c2412-i2s.c138 .capture = {
Dac97.c298 .capture = {
310 .capture = {
/linux-4.1.27/Documentation/kdump/
Dkdump.txt11 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.1.27/sound/soc/fsl/
Dmpc5200_dma.c41 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 …]
Dmpc5200_dma.h66 struct psc_dma_stream capture; member
80 return &psc_dma->capture; in to_psc_dma_stream()
Dmpc5200_psc_i2s.c140 .capture = {
Dimx-ssi.c373 .capture = {
392 .capture = {
Dmpc5200_psc_ac97.c249 .capture = {
/linux-4.1.27/drivers/media/platform/davinci/
DKconfig18 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.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uac27 c_chmask - capture channel mask
8 c_srate - capture sampling rate
9 c_ssize - capture sample size (bytes)
Dconfigfs-usb-gadget-uac18 fn_cap - capture pcm device file name
Dsysfs-bus-iio-trigger-sysfs7 driven driver, associated with this trigger, to capture data
/linux-4.1.27/drivers/media/pci/zoran/
DKconfig6 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.1.27/sound/soc/sh/rcar/
Dcore.c348 return &rdai->capture; in rsnd_rdai_to_io()
539 struct device_node *playback, *capture; in rsnd_of_parse_dai() local
582 if (name##_np == capture) \ in rsnd_of_parse_dai()
583 dai_info->capture.name = name##_info; \ in rsnd_of_parse_dai()
599 capture = of_parse_phandle(dai_np, "capture", i); in rsnd_of_parse_dai()
601 if (!playback && !capture) in rsnd_of_parse_dai()
609 of_node_put(capture); in rsnd_of_parse_dai()
650 cmod = info->dai_info[i].capture.ssi; in rsnd_dai_probe()
678 snprintf(rdai[i].capture.name, RSND_DAI_NAME_SIZE, in rsnd_dai_probe()
681 drv[i].capture.rates = RSND_RATES; in rsnd_dai_probe()
[all …]
/linux-4.1.27/Documentation/video4linux/
Dfimc.txt23 - 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 …]
DREADME.ivtv20 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 …]
Dpxa_camera.txt20 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,
Dmeye.txt48 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.
Dvivid.txt4 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 …]
DREADME.saa71346 This is a v4l2/oss device driver for saa7130/33/34/35 based capture / TV
DCARDLIST.bttv20 19 -> Lifeview FlyVideo II EZ /FlyKit LR38 Bt848 (capture only)
72 71 -> Lifeview FlyVideo 98EZ (capture only) LR51 [1851:1851]
DREADME.cx8812 - For now, only capture and read(). Overlay isn't supported.
DZoran315 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.
Dvideobuf178 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.
Dzr364xx.txt28 To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M count=1
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt33 - dma-names : SSI case "rx" (=playback), "tx" (=capture)
34 SSIU case "rxu" (=playback), "txu" (=capture)
38 - dma-names : "rx" (=playback), "tx" (=capture)
42 - dma-names : "tx" (=playback/capture)
46 - capture : list of capture modules
201 capture = <&ssi6>;
207 capture = <&ssi4>;
213 capture = <&ssi8>;
Dfsl,ssi.txt26 - 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
Ddavinci-mcasp-audio.txt34 - sram-size-capture : size of sram to be allocated during capture
Dnvidia,tegra30-i2s.txt16 first, tx (capture) second. See nvidia,tegra30-ahub.txt for values.
Dsamsung-i2s.txt10 playback, sterio channel capture, secondary fifo using internal
15 exynos7 I2S has 7.1 channel TDM support for capture, secondary fifo
/linux-4.1.27/sound/drivers/vx/
Dvx_mixer.c217 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 …]
Dvx_pcm.c405 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.1.27/sound/soc/sh/
Dsiu_dai.c72 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 …]
Dsiu_pcm.c167 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 …]
Dfsi.c257 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 …]
Dssi.c354 .capture = {
371 .capture = {
Dhac.c282 .capture = {
300 .capture = {
Dsiu.h133 struct siu_stream capture; member
/linux-4.1.27/Documentation/sound/alsa/
DSB-Live-mixer.txt87 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 …]
DAudigy-mixer.txt77 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).
DControlNames.txt58 Digital Loopback (playback -> capture loopback - without analog path)
94 External Rate /* external capture rate */
95 Capture Rate /* capture rate taken from external source */
DREADME.maya4421 - 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.…
DAudiophile-Usb.txt104 * 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 …]
Demu10k1-jack.txt17 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.
DMIXART.txt27 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.
DCMIPCI.txt110 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
DBt87x.txt34 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
DOSS-Emulation.txt123 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
Dcompress_offload.txt50 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.1.27/drivers/media/usb/usbtv/
DKconfig2 tristate "USBTV007 video capture support"
8 This is a video4linux2 driver for USBTV007 based video capture devices.
/linux-4.1.27/sound/usb/misc/
Dua101.c132 } 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.1.27/drivers/media/pci/
DKconfig12 comment "Media capture support"
18 comment "Media capture/analog TV support"
27 comment "Media capture/analog/hybrid TV support"
/linux-4.1.27/drivers/media/usb/stk1160/
DKconfig2 tristate "STK1160 USB video capture support"
6 This is a video4linux driver for STK1160 based video capture devices.
/linux-4.1.27/drivers/media/pci/solo6x10/
DKconfig2 tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)"
14 compression capture cards and other Softlogic-based ones.
/linux-4.1.27/sound/ppc/
Dpmac.c151 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 …]
Dpmac.h136 struct pmac_stream capture; member
Dbeep.c139 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event()
/linux-4.1.27/drivers/media/platform/vivid/
DKconfig13 TV, S-Video and HDMI capture hardware, including VBI support for
15 transmitters and software defined radio capture is emulated.
Dvivid-vid-cap.c1788 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in vivid_vid_cap_g_parm()
1789 parm->parm.capture.timeperframe = dev->timeperframe_vid_cap; in vivid_vid_cap_g_parm()
1790 parm->parm.capture.readbuffers = 1; in vivid_vid_cap_g_parm()
1812 tpf = parm->parm.capture.timeperframe; in vivid_vid_cap_s_parm()
1829 parm->parm.capture.timeperframe = tpf; in vivid_vid_cap_s_parm()
1830 parm->parm.capture.readbuffers = 1; in vivid_vid_cap_s_parm()
/linux-4.1.27/sound/soc/codecs/
Dadav80x.c370 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 = {
Ddmic.c32 .capture = {
Dwm8782.c41 .capture = {
Dad73311.c49 .capture = {
Dads117x.c51 .capture = {
Dspdif_receiver.c49 .capture = {
Dbt-sco.c37 .capture = {
Dak4554.c57 .capture = {
Dhdmi.c52 .capture = {
Dcq93vc.c116 .capture = {
Dad1836.c213 .capture = { \
260 num_adcs = ad183x_dais[ad1836->type].capture.channels_max / 2; in ad1836_probe()
Dac97.c63 .capture = {
Dwm8997.c964 .capture = {
986 .capture = {
1007 .capture = {
1026 .capture = {
1045 .capture = {
Dpcm3008.c92 .capture = {
Dwm5102.c1714 .capture = {
1736 .capture = {
1758 .capture = {
1779 .capture = {
1798 .capture = {
1817 .capture = {
Dwm5110.c1485 .capture = {
1507 .capture = {
1529 .capture = {
1550 .capture = {
1569 .capture = {
1588 .capture = {
Dcs4265.c535 .capture = {
553 .capture = {
Dsi476x.c218 .capture = {
Dak5386.c141 .capture = {
Dcs42xx8.c308 .capture = {
522 cs42xx8_dai.capture.channels_max = cs42xx8->drvdata->num_adcs * 2; in cs42xx8_probe()
Dak4641.c476 .capture = {
496 .capture = {
Dwm1250-ev1.c136 .capture = {
Dad1980.c197 .capture = {
Dadau1761.c741 .capture = {
760 .capture = {
Dmc13783.c690 .capture = {
719 .capture = {
Dsta529.c312 .capture = {
Dcs42l73.c1281 .capture = {
1301 .capture = {
1321 .capture = {
Duda1380.c664 .capture = {
685 .capture = {
Djz4740.c217 .capture = {
Dad193x.c315 .capture = {
Dwm9705.c275 .capture = {
Dak4535.c367 .capture = {
Dadau1373.c1203 .capture = {
1223 .capture = {
1243 .capture = {
Dcx20442.c319 .capture = {
Dstac9766.c304 .capture = {
Dtlv320aic26.c227 .capture = {
/linux-4.1.27/drivers/staging/media/dt3155v4l/
Ddt3155v4l.c659 parms->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in dt3155_ioc_g_parm()
660 parms->parm.capture.capturemode = 0; in dt3155_ioc_g_parm()
661 parms->parm.capture.timeperframe.numerator = 1001; in dt3155_ioc_g_parm()
662 parms->parm.capture.timeperframe.denominator = frames_per_sec * 1000; in dt3155_ioc_g_parm()
663 parms->parm.capture.extendedmode = 0; in dt3155_ioc_g_parm()
664 parms->parm.capture.readbuffers = 1; /* FIXME: 2 buffers? */ in dt3155_ioc_g_parm()
673 parms->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in dt3155_ioc_s_parm()
674 parms->parm.capture.capturemode = 0; in dt3155_ioc_s_parm()
675 parms->parm.capture.timeperframe.numerator = 1001; in dt3155_ioc_s_parm()
676 parms->parm.capture.timeperframe.denominator = frames_per_sec * 1000; in dt3155_ioc_s_parm()
[all …]
DKconfig24 bool "Selects streaming capture method"
/linux-4.1.27/sound/pci/emu10k1/
Demufx.c1175 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.1.27/sound/soc/pxa/
Dpxa2xx-ac97.c167 .capture = {
184 .capture = {
195 .capture = {
Dpxa2xx-i2s.c355 .capture = {
/linux-4.1.27/include/sound/
Dsoc-dai.h225 struct snd_soc_pcm_stream capture; member
299 void *playback, void *capture) in snd_soc_dai_init_dma_data() argument
302 dai->capture_dma_data = capture; in snd_soc_dai_init_dma_data()
Drcar_snd.h76 struct rsnd_dai_path_info capture; member
/linux-4.1.27/drivers/media/platform/exynos4-is/
DKconfig72 bool "EXYNOS4x12 FIMC-IS ISP Direct DMA capture support"
78 video capture interface for the FIMC-IS ISP raw (Bayer) capture DMA.
DMakefile1 s5p-fimc-objs := fimc-core.o fimc-reg.o fimc-m2m.o fimc-capture.o media-dev.o
/linux-4.1.27/drivers/media/usb/au0828/
DKconfig13 This is a hybrid analog/digital tv capture driver for
29 capture within the au0828 driver.
/linux-4.1.27/drivers/media/usb/s2255/
Ds2255drv.c1298 sp->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in vidioc_g_parm()
1299 sp->parm.capture.capturemode = vc->cap_parm.capturemode; in vidioc_g_parm()
1300 sp->parm.capture.readbuffers = S2255_MIN_BUFS; in vidioc_g_parm()
1303 sp->parm.capture.timeperframe.denominator = def_dem; in vidioc_g_parm()
1307 sp->parm.capture.timeperframe.numerator = def_num; in vidioc_g_parm()
1310 sp->parm.capture.timeperframe.numerator = def_num * 2; in vidioc_g_parm()
1313 sp->parm.capture.timeperframe.numerator = def_num * 3; in vidioc_g_parm()
1316 sp->parm.capture.timeperframe.numerator = def_num * 5; in vidioc_g_parm()
1321 sp->parm.capture.capturemode, in vidioc_g_parm()
1322 sp->parm.capture.timeperframe.numerator, in vidioc_g_parm()
[all …]
DKconfig2 tristate "USB Sensoray 2255 video capture device"
/linux-4.1.27/sound/firewire/dice/
Ddice-pcm.c398 unsigned int i, capture, playback; in snd_dice_create_pcm() local
401 capture = playback = 0; in snd_dice_create_pcm()
404 capture = 1; in snd_dice_create_pcm()
409 err = snd_pcm_new(dice->card, "DICE", 0, playback, capture, &pcm); in snd_dice_create_pcm()
415 if (capture > 0) in snd_dice_create_pcm()
/linux-4.1.27/drivers/staging/iio/
DKconfig39 bool "Buffered capture support"
44 Add buffered data capture to the simple dummy driver.
/linux-4.1.27/Documentation/video4linux/bttv/
DCards106 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 …]
DInsmod-options33 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
DICs3 Brooktree Bt848/848A/849/878/879: video capture chip
DREADME.freeze20 The only way to capture any kernel messages is to hook up a serial
/linux-4.1.27/sound/soc/
Dsoc-compress.c626 int playback = 0, capture = 0; in soc_new_compress() local
639 if (codec_dai->driver->capture.channels_min) in soc_new_compress()
640 capture = 1; in soc_new_compress()
642 capture = capture && cpu_dai->driver->capture.channels_min; in soc_new_compress()
649 if (playback + capture != 1) { in soc_new_compress()
651 playback, capture); in soc_new_compress()
Dsoc-pcm.c339 if (codec_dai->driver->capture.sig_bits == 0) { in soc_pcm_apply_msb()
343 bits = max(codec_dai->driver->capture.sig_bits, bits); in soc_pcm_apply_msb()
345 cpu_bits = cpu_dai->driver->capture.sig_bits; in soc_pcm_apply_msb()
370 cpu_stream = &cpu_dai_drv->capture; in soc_pcm_init_runtime_hw()
378 codec_stream = &codec_dai_drv->capture; in soc_pcm_init_runtime_hw()
1511 dpcm_init_runtime_hw(runtime, &cpu_dai_drv->capture); in dpcm_set_fe_runtime()
2287 goto capture; in soc_dpcm_runtime_update()
2292 goto capture; in soc_dpcm_runtime_update()
2319 capture: in soc_dpcm_runtime_update()
2321 if (!fe->cpu_dai->driver->capture.channels_min in soc_dpcm_runtime_update()
[all …]
Dsoc-utils.c113 .capture = {
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dti-am437x-vpfe.txt4 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.1.27/sound/pci/mixart/
Dmixart.h216 u32 capture; member
221 struct mixart_pipe *snd_mixart_add_ref_pipe(struct snd_mixart *chip, int pcm_number, int capture, i…
Dmixart.c229 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.1.27/sound/usb/6fire/
Dpcm.c129 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()
Dpcm.h55 struct pcm_substream capture; member
/linux-4.1.27/drivers/media/platform/s3c-camif/
DMakefile3 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o
/linux-4.1.27/drivers/media/pci/ivtv/
DKconfig32 tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture"
41 PCM audio capture, than the V4L2 "/dev/video24" PCM audio interface
/linux-4.1.27/drivers/media/platform/
Dtimblogiw.c67 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()
Dsh_veu.c117 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()
1008 if (veu_file == veu->capture) { in sh_veu_release()
1009 veu->capture = NULL; in sh_veu_release()
1018 if (!veu->output && !veu->capture && veu->m2m_ctx) { in sh_veu_release()
/linux-4.1.27/Documentation/networking/
Dpacket_mmap.txt7 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 …]
Dnetconsole.txt18 capture of early kernel panics, it does capture most of the boot
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
DKconfig10 module will be called vpfe-mc-capture.
/linux-4.1.27/drivers/media/platform/am437x/
DKconfig2 tristate "TI AM437x VPFE video capture driver"
/linux-4.1.27/drivers/media/usb/pwc/
Dpwc-v4l.c991 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.1.27/drivers/media/platform/soc_camera/
Dmx2_camera.c247 struct list_head capture; member
545 list_add_tail(&buf->internal.queue, &pcdev->capture); in mx2_videobuf_queue()
664 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming()
671 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
673 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx2_start_streaming()
680 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx2_start_streaming()
763 INIT_LIST_HEAD(&pcdev->capture); in mx2_stop_streaming()
1347 if (list_empty(&pcdev->capture)) { in mx27_camera_frame_done_emma()
1363 buf = list_first_entry(&pcdev->capture, struct mx2_buffer, in mx27_camera_frame_done_emma()
1368 list_move_tail(pcdev->capture.next, &pcdev->active_bufs); in mx27_camera_frame_done_emma()
[all …]
Dmx3_camera.c107 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()
331 list_add_tail(&buf->queue, &mx3_cam->capture); in mx3_videobuf_queue()
425 list_for_each_entry_safe(buf, tmp, &mx3_cam->capture, queue) { in mx3_stop_streaming()
1200 INIT_LIST_HEAD(&mx3_cam->capture); in mx3_camera_probe()
Dpxa_camera.c220 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()
1777 INIT_LIST_HEAD(&pcdev->capture); in pxa_camera_probe()
Drcar_vin.c478 struct list_head capture; member
745 if (list_empty(&priv->capture)) in rcar_vin_fill_hw_slot()
753 vb = &list_entry(priv->capture.next, struct rcar_vin_buffer, list)->vb; in rcar_vin_fill_hw_slot()
784 list_add_tail(to_buf_list(vb), &priv->capture); in rcar_vin_videobuf_queue()
853 list_for_each_safe(buf_head, tmp, &priv->capture) { in rcar_vin_stop_streaming()
912 list_empty(&priv->capture) && in rcar_vin_irq()
1924 INIT_LIST_HEAD(&priv->capture); in rcar_vin_probe()
Domap1_camera.c165 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()
1606 INIT_LIST_HEAD(&pcdev->capture); in omap1_cam_probe()
Dsh_mobile_ceu_camera.c114 struct list_head capture; member
411 list_add_tail(&buf->queue, &pcdev->capture); in sh_mobile_ceu_videobuf_queue()
485 list_for_each_safe(buf_head, tmp, &pcdev->capture) in sh_mobile_ceu_stop_streaming()
519 if (!list_empty(&pcdev->capture)) in sh_mobile_ceu_irq()
520 pcdev->active = &list_entry(pcdev->capture.next, in sh_mobile_ceu_irq()
1747 INIT_LIST_HEAD(&pcdev->capture); in sh_mobile_ceu_probe()
/linux-4.1.27/drivers/media/platform/blackfin/
DKconfig7 V4L2 bridge driver for Blackfin video capture device.
/linux-4.1.27/drivers/iio/
DKconfig49 are used to initialize capture of samples to push into
50 buffers. The triggers are effectively a 'capture
/linux-4.1.27/drivers/media/pci/sta2x11/
DKconfig11 Say Y for support for STA2X11 VIP (Video Input Port) capture
/linux-4.1.27/sound/usb/line6/
DMakefile2 capture.o \
DKconfig18 * Playback/capture/mixer device for any ALSA-compatible PCM
/linux-4.1.27/drivers/usb/gadget/function/
Du_uac1.h56 struct gaudio_snd_dev capture; member
Du_uac1.c244 snd = &card->capture; in gaudio_open_snd_dev()
278 snd = &gau->capture; in gaudio_close_snd_dev()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt16 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.
Dfw-memory.txt26 ???-??? Raw video capture buffer(s)
27 ???-??? Raw audio capture buffer(s)
125 29 Encoder VBI capture
/linux-4.1.27/sound/soc/kirkwood/
Dkirkwood-i2s.c452 .capture = {
471 .capture = {
494 .capture = {
515 .capture = {
/linux-4.1.27/sound/soc/sirf/
Dsirf-audio-port.c37 .capture = {
/linux-4.1.27/Documentation/sound/alsa/soc/
DDAI.txt10 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
Dcodec.txt5 the codec, FM, MODEM, BT or external DSP to provide audio capture and playback.
54 .capture = {
Dclocking.txt14 audio playback and capture sample rates.
Dpops_clicks.txt47 An unwanted zipper noise can occur within the audio playback or capture stream
Ddapm.txt15 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.1.27/drivers/staging/iio/Documentation/
Doverview.txt41 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.1.27/arch/arm/mach-shmobile/
Dboard-bockw.c367 .capture = { .ssi = &rsnd_ssi[6], .src = &rsnd_src[6] },
371 .capture = { .ssi = &rsnd_ssi[4], .src = &rsnd_src[4] },
375 .capture = { .ssi = &rsnd_ssi[8], .src = &rsnd_src[8] },
/linux-4.1.27/sound/arm/
Daaci.c212 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()
Daaci.h241 struct aaci_runtime capture; member
/linux-4.1.27/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c482 .capture = {
513 .capture = {
531 .capture = {
549 .capture = {
655 dai->driver->capture.channels_min) { in sst_pcm_new()
/linux-4.1.27/drivers/media/pci/cx25821/
DKconfig19 Conexant 25821 based capture cards using ALSA.
/linux-4.1.27/sound/soc/dwc/
Ddesignware_i2s.c439 dw_i2s_dai->capture.channels_min = MIN_CHANNEL_NUM; in dw_configure_dai()
440 dw_i2s_dai->capture.channels_max = in dw_configure_dai()
442 dw_i2s_dai->capture.formats = formats[idx]; in dw_configure_dai()
443 dw_i2s_dai->capture.rates = rates; in dw_configure_dai()
/linux-4.1.27/drivers/media/
DKconfig26 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.1.27/drivers/media/usb/uvc/
Duvc_v4l2.c345 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.1.27/sound/soc/ux500/
Dux500_msp_dai.c729 .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.1.27/sound/pci/pcxhr/
Dpcxhr_core.h98 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh* rmh, int capture, unsigned int param1,
Dpcxhr_mixer.c303 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.1.27/Documentation/devicetree/bindings/misc/
Difm-csi.txt8 - gpios: three gpio-specifiers for "capture", "reset" and "master enable"
/linux-4.1.27/drivers/media/usb/cx231xx/
DKconfig2 tristate "Conexant cx231xx USB video capture support"
/linux-4.1.27/drivers/media/usb/go7007/
Dgo7007-v4l2.c500 parm->parm.capture.readbuffers = 2; in vidioc_g_parm()
501 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME; in vidioc_g_parm()
502 parm->parm.capture.timeperframe = timeperframe; in vidioc_g_parm()
517 parm->parm.capture.timeperframe.numerator; in vidioc_s_parm()
518 d = 1001 * parm->parm.capture.timeperframe.denominator; in vidioc_s_parm()
/linux-4.1.27/arch/m68k/fpsp040/
Dx_unimp.S69 fsave -(%a7) |capture possible exc state
/linux-4.1.27/sound/soc/blackfin/
Dbf6xx-i2s.c181 .capture = {
Dbf5xx-i2s.c330 .capture = {
Dbf5xx-ac97.c276 .capture = {
/linux-4.1.27/sound/soc/jz4740/
Djz4740-i2s.c446 .capture = {
467 .capture = {
/linux-4.1.27/drivers/media/i2c/
Dvs6624.c663 struct v4l2_captureparm *cp = &parms->parm.capture; in vs6624_g_parm()
678 struct v4l2_captureparm *cp = &parms->parm.capture; in vs6624_s_parm()
Dmt9v011.c352 struct v4l2_captureparm *cp = &parms->parm.capture; in mt9v011_g_parm()
368 struct v4l2_captureparm *cp = &parms->parm.capture; in mt9v011_s_parm()
/linux-4.1.27/drivers/media/usb/em28xx/
DKconfig8 tristate "Empia EM28xx analog TV, video capture and/or webcam support"
/linux-4.1.27/sound/isa/gus/
Dgus_pcm.c858 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.1.27/sound/soc/intel/haswell/
Dsst-haswell-pcm.c982 .capture = {
1017 .capture = {
1082 if (hsw_dais[i].capture.channels_min) { in hsw_pcm_probe()
1109 if (hsw_dais[i].capture.channels_min) in hsw_pcm_probe()
1127 if (hsw_dais[i].capture.channels_min) in hsw_pcm_remove()
/linux-4.1.27/sound/soc/davinci/
Ddavinci-vcif.c191 .capture = {
/linux-4.1.27/sound/atmel/
Dac97c.c766 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.1.27/sound/soc/txx9/
Dtxx9aclc-ac97.c164 .capture = {
/linux-4.1.27/Documentation/dvb/
Dfaq.txt153 - videobuf-dma-sg: capture helper module for the saa7146_vv driver. This
154 one is responsible to handle capture buffers.
/linux-4.1.27/sound/soc/au1x/
Di2sc.c219 .capture = {
Dac97c.c216 .capture = {
/linux-4.1.27/sound/soc/adi/
Daxi-i2s.c160 .capture = {
/linux-4.1.27/sound/i2c/
Dcs8427.c57 struct cs8427_stream capture; member
556 chip->capture.substream = cap_substream; in snd_cs8427_iec958_build()
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt21 - gpmc,access-ns: Start cycle to first data capture (read access)
/linux-4.1.27/sound/soc/spear/
Dspdif_in.c162 .capture = {
/linux-4.1.27/sound/pci/trident/
Dtrident.h316 capture: 1, member
/linux-4.1.27/sound/pci/
Dcs4281.c736 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.1.27/arch/arm/mach-omap2/
Dsram243x.S47 mov r12, r2 @ capture CS1 vs CS0
48 mov r8, r3 @ capture force parameter
Dsram242x.S47 mov r12, r2 @ capture CS1 vs CS0
48 mov r8, r3 @ capture force parameter
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial
/linux-4.1.27/Documentation/sound/oss/
DOpti170 2. On my system the codec cannot capture companded sound samples.
171 (eg., recording from /dev/audio). When any companded capture is
/linux-4.1.27/Documentation/pti/
Dpti_intel_mid.txt28 a console device to further capture debugging messages to PTI.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dgpmc-eth.txt36 - gpmc,access-ns: Start cycle to first data capture (read access)
/linux-4.1.27/sound/soc/nuc900/
Dnuc900-ac97.c308 .capture = {

12