Searched refs:capture (Results 126 - 150 of 579) sorted by relevance

1234567891011>>

/linux-master/sound/soc/sof/imx/
H A Dimx8m.c292 .capture = {
303 .capture = {
310 .capture = {
/linux-master/arch/m68k/fpsp040/
H A Dx_unimp.S69 fsave -(%a7) |capture possible exc state
/linux-master/sound/pci/pcxhr/
H A Dpcxhr_core.h85 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh* rmh, int capture, unsigned int param1,
/linux-master/sound/soc/sh/
H A Dsiu.h119 struct siu_stream capture; member in struct:siu_port
/linux-master/sound/ppc/
H A Dpmac.h49 * playback/capture stream
124 struct pmac_stream capture; member in struct:snd_pmac
/linux-master/sound/soc/codecs/
H A Dsi476x.c209 .capture = {
H A Dak5386.c139 .capture = {
H A Dwm8782.c63 .capture = {
H A Dhdac_hda.c84 .capture = {
105 .capture = {
126 .capture = {
226 maxbps = dai->driver->capture.sig_bits;
H A Dwm1250-ev1.c108 .capture = {
H A Dsrc4xxx.c353 .capture = {
372 .capture = {
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe.h142 struct ia_css_capture_settings capture; member in union:ia_css_pipe::__anon2719
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.h52 * VI for capture and runs capture start and capture finish
122 * @frame_start_sp: host1x syncpoint pointer to synchronize programmed capture
132 * @kthread_start_capture: kthread to start capture of single frame when
134 * for single frame capture and waits for frame start event from
139 * @start_wait: waitqueue for starting frame capture when buffer is available.
140 * @kthread_finish_capture: kthread to finish the buffer capture and return to.
148 * @done_wait: waitqueue for finishing capture data writes to memory.
161 * @capture
211 struct list_head capture; member in struct:tegra_vi_channel
[all...]
/linux-master/sound/soc/meson/
H A Daiu-acodec-ctrl.c139 .capture = AIU_ACODEC_STREAM(xname, "Capture", AIU_ACODEC_OUT_CHMAX), \
/linux-master/sound/soc/
H A Dsoc-utils.c204 .capture = {
H A Dsoc-compress.c553 int playback = 0, capture = 0; local
581 capture = 1;
587 if (playback + capture != 1) {
590 playback, capture);
/linux-master/sound/soc/fsl/
H A Dmpc5200_psc_i2s.c139 .capture = {
/linux-master/sound/soc/ux500/
H A Dux500_msp_dai.c703 .capture.channels_min = UX500_MSP_MIN_CHANNELS,
704 .capture.channels_max = UX500_MSP_MAX_CHANNELS,
705 .capture.rates = UX500_I2S_RATES,
706 .capture.formats = UX500_I2S_FORMATS,
/linux-master/sound/soc/img/
H A Dimg-i2s-in.c472 i2s->dai_driver.capture.channels_min = 2;
473 i2s->dai_driver.capture.channels_max = i2s->max_i2s_chan * 2;
474 i2s->dai_driver.capture.rates = SNDRV_PCM_RATE_8000_192000;
475 i2s->dai_driver.capture.formats = SNDRV_PCM_FMTBIT_S32_LE |
/linux-master/sound/soc/sof/intel/
H A Dhda-probes.c121 pstream = &dai->driver->capture;
/linux-master/sound/soc/sh/rcar/
H A Dcmd.c61 tio = &rdai->capture;
/linux-master/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c469 .capture = {
476 .capture = {
595 .capture = {
602 .capture = {
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c820 err_printf(m, " Missing GuC capture node for %s\n",
858 error->capture, jiffies_to_msecs(jiffies - error->capture));
1490 capture_user(struct intel_engine_capture_vma *capture, argument
1497 capture = capture_vma_snapshot(capture, c->vma_res, gfp,
1500 return capture;
1611 struct intel_engine_capture_vma *capture,
1616 while (capture) {
1617 struct intel_engine_capture_vma *this = capture;
1610 intel_engine_coredump_add_vma(struct intel_engine_coredump *ee, struct intel_engine_capture_vma *capture, struct i915_vma_compress *compress) argument
1643 struct intel_engine_capture_vma *capture = NULL; local
[all...]
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-pcm.c220 .capture = {
232 .capture = {
244 .capture = {
256 .capture = {
268 .capture = {
280 .capture = {
292 .capture = {
304 .capture = {
316 .capture = {
328 .capture
[all...]
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c590 dev->capture.encode_bitrate = ctrl->val;
620 dev->capture.encode_bitrate_mode = ctrl->val;
683 dev->capture.enc_profile = ctrl->val;
703 dev->capture.enc_level = ctrl->val;
712 switch (dev->capture.enc_profile) {
731 switch (dev->capture.enc_level) {
1275 fps_range.fps_high.numerator = dev->capture.timeperframe.denominator;
1276 fps_range.fps_high.denominator = dev->capture.timeperframe.numerator;

Completed in 394 milliseconds

1234567891011>>