Searched refs:capture (Results 226 - 250 of 579) sorted by relevance

1234567891011>>

/linux-master/sound/soc/codecs/
H A Dwm8998.c1163 .capture = {
1185 .capture = {
1207 .capture = {
1228 .capture = {
1247 .capture = {
H A Dcs47l15.c1162 .capture = {
1184 .capture = {
1206 .capture = {
1219 .capture = {
1230 .capture = {
H A Dmc13783.c658 * formats and sysclock settings for playback and capture
659 * (mc13783-hifi-playback and mc13783-hifi-capture). Using the same port
675 .name = "mc13783-hifi-capture",
677 .capture = {
706 .capture = {
H A Dcs42xx8.c394 .capture = {
591 cs42xx8_dai.capture.channels_max = cs42xx8->drvdata->num_adcs * 2;
H A Dadau1761.c947 .capture = {
966 .capture = {
H A Duda1380.c662 .capture = {
681 { /* capture only - dual interface*/
682 .name = "uda1380-hifi-capture",
683 .capture = {
/linux-master/sound/soc/rockchip/
H A Drockchip_i2s_tdm.c189 * fine for playback. During duplex (playback + capture) operation,
1061 dai->capture.stream_name = "Capture";
1062 dai->capture.channels_min = 2;
1063 dai->capture.channels_max = 8;
1064 dai->capture.rates = SNDRV_PCM_RATE_8000_192000;
1065 dai->capture.formats = formats;
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c679 struct list_head capture; member in struct:pxa_camera_dev
912 * activated at the end of frame interrupt, to capture only whole frames, and
913 * never begin the capture of a partial frame.
956 if (list_empty(&pcdev->capture)) {
961 pcdev->active = list_entry(pcdev->capture.next,
974 * This function restarts the capture for this corner case, where :
976 * - a video buffer is queued on the pcdev->capture list
1019 * But there is one corner case : if capture was stopped due to an
1023 * capture and restart it (and thus set pcdev->active to NULL). But the
1049 last_buf = list_entry(pcdev->capture
[all...]
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-pcm.c568 .capture = {
580 .capture = {
592 .capture = {
604 .capture = {
616 .capture = {
628 .capture = {
640 .capture = {
652 .capture = {
664 .capture = {
H A Dmt8195-dai-adda.c685 .capture = {
697 .capture = {
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-pcm.c546 .capture = {
558 .capture = {
570 .capture = {
582 .capture = {
594 .capture = {
606 .capture = {
618 .capture = {
630 .capture = {
642 .capture = {
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S33 mov r12, r2 @ capture CS1 vs CS0
34 mov r8, r3 @ capture force parameter
H A Dsram243x.S33 mov r12, r2 @ capture CS1 vs CS0
34 mov r8, r3 @ capture force parameter
/linux-master/sound/i2c/
H A Dcs8427.c42 struct cs8427_stream capture; member in struct:cs8427
549 chip->capture.substream = cap_substream;
/linux-master/sound/pci/emu10k1/
H A Dp16v.c28 * Mic capture now works at fixed: S32_LE, 96000Hz, Stereo.
46 * Implement different capture rates.
48 * Implement different capture source channels.
53 * Include capture buffer sizes.
61 * Find out how to change capture sample rates. E.g. To record SPDIF at 48000Hz.
62 * Currently capture fixed at 48000Hz.
296 /* prepare capture callback */
304 dev_dbg(emu->card->dev, "prepare capture:channel_number=%d, rate=%d, "
385 /* dev_info(emu->card->dev, "capture int found\n"); */
387 /* dev_info(emu->card->dev, "capture period_elapse
552 int capture=1; local
[all...]
/linux-master/sound/soc/jz4740/
H A Djz4740-i2s.c351 .capture = {
393 .capture = {
/linux-master/sound/soc/tegra/
H A Dtegra210_mvc.c574 .capture = {
597 .capture = {
H A Dtegra210_mixer.c317 .capture = { \
341 .capture = { \
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-src.c634 .capture = {
653 .capture = {
H A Dmt8186-afe-pcm.c467 .capture = {
479 .capture = {
491 .capture = {
503 .capture = {
515 .capture = {
527 .capture = {
539 .capture = {
551 .capture = {
H A Dmt8186-dai-adda.c522 /* capture */
720 .capture = {
732 .capture = {
/linux-master/sound/soc/samsung/
H A Dtm2_wm5110.c397 .capture = {
417 .capture = {
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c4 // video capture devices
267 em28xx_videodbg("capture area set to (%d,%d): %dx%d\n",
644 * capture type 0 = vbi start
645 * capture type 1 = vbi in progress
646 * capture type 2 = video start
647 * capture type 3 = video in progress
1242 /* Setup Videobuf2 for Video capture */
1256 /* Setup Videobuf2 for VBI capture */
1469 * MaxPacketSize for em2800 is too small to capture at full
1606 p->parm.capture
[all...]
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_bridge.c341 bool capture_streaming = csi_dev->capture.state.streaming;
413 bool capture_streaming = csi_dev->capture.state.streaming;
677 * media devices and register the capture device then.
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c41 * rkisp1-resizer.c rkisp1-capture.c
102 * ------------- ------------- | (capture) |
111 * | (capture) | | (capture) |
381 struct media_entity *capture = local
392 capture, 0,

Completed in 510 milliseconds

1234567891011>>