Searched refs:capture (Results 276 - 300 of 577) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/soc/meson/
H A Dg12a-toacodec.c198 .capture = TOACODEC_STREAM(xname, "Capture", TOACODEC_OUT_CHMAX), \
/linux-master/sound/soc/tegra/
H A Dtegra20_ac97.c229 .capture = {
/linux-master/sound/soc/qcom/
H A Dlpass-sc7180.c36 .capture = {
/linux-master/scripts/kconfig/
H A DMakefile123 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h42 /** @capture: the error-state-capture module's data and objects */
43 struct intel_guc_state_capture *capture; member in struct:intel_guc
207 /** @ads_capture_size: size of register lists in the ADS used for error capture */
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_drv.h554 bool capture);
/linux-master/include/linux/
H A Dpwm.h236 * struct pwm_capture - PWM capture data
249 * @capture: capture and report PWM signal
258 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, member in struct:pwm_ops
/linux-master/sound/soc/codecs/
H A Dframer-codec.c261 .capture = {
H A Dcs42l73.c1177 .capture = {
1197 .capture = {
1217 .capture = {
H A Dadau1373.c1199 .capture = {
1219 .capture = {
1239 .capture = {
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h90 capture, of the first and second field. The last possible line
196 /* risc code generators - capture */
209 /* capture buffer handling */
414 struct list_head capture; /* video capture queue */ member in struct:bttv
415 struct list_head vcapture; /* vbi capture queue */
438 /* video capture */
444 /* vbi capture */
H A Dbttv-driver.c137 MODULE_PARM_DESC(gbuffers, "number of capture buffers. range 2-32, default 8");
138 MODULE_PARM_DESC(gbufsize, "size of the capture buffers, default is 0x208000");
243 /* minhdelayx1 first video pixel we can capture on a line and
293 we can capture, of the first and second field.
306 /* bt878 (and bt848?) can capture another
666 /* We cannot capture the same line as video and VBI data.
831 /* used to switch between the bt848's analog/digital video capture modes */
1154 /* active capture -> delayed input switch */
1489 if (list_empty(&btv->capture)) {
1496 list_add_tail(&buf->list, &btv->capture);
[all...]
/linux-master/sound/soc/sh/rcar/
H A Dssi.c1112 struct device_node *capture)
1138 if (np == capture)
1139 rsnd_ssi_connect(mod, &rdai->capture);
1110 rsnd_parse_connect_ssi(struct rsnd_dai *rdai, struct device_node *playback, struct device_node *capture) argument
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-i2s.c1070 .capture = {
1082 .capture = {
1106 .capture = {
/linux-master/sound/soc/sunxi/
H A Dsun8i-codec.c645 /* capture capabilities */
646 .capture = {
670 /* capture capabilities */
671 .capture = {
695 /* capture capabilities */
696 .capture = {
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.c505 parm->parm.capture.readbuffers = 2;
506 parm->parm.capture.capability = V4L2_CAP_TIMEPERFRAME;
507 parm->parm.capture.timeperframe = timeperframe;
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-i2s.c1849 .capture = {
1861 .capture = {
1885 .capture = {
1921 .capture = {
1945 .capture = {
/linux-master/sound/pci/
H A Dcs4281.c335 #define BA0_CASR 0x076C /* capture sample rate */
716 int capture, int src)
721 (capture ? BA0_DMR_TR_WRITE : BA0_DMR_TR_READ);
749 if (!capture) {
768 BA0_FCR_RS(capture && (dma->valDMR & BA0_DMR_MONO) ? 31 : dma->right_slot) |
771 snd_cs4281_pokeBA0(chip, dma->regFCR, dma->valFCR | (capture ? BA0_FCR_PSH : 0));
714 snd_cs4281_mode(struct cs4281 *chip, struct cs4281_dma *dma, struct snd_pcm_runtime *runtime, int capture, int src) argument
/linux-master/sound/soc/
H A Dsoc-topology.c1599 if (pcm->capture) {
1600 stream = &dai_drv->capture;
1724 link->dpcm_capture = le32_to_cpu(pcm->capture);
1819 dest->capture = src_v4->capture;
2218 if (d->capture) {
2219 stream = &dai_drv->capture;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2023 struct i915_capture_list *capture; local
2025 capture = kmalloc(sizeof(*capture), GFP_KERNEL);
2026 if (!capture)
2029 capture->next = eb->capture_lists[j];
2030 capture->vma_res = i915_vma_resource_get(vma->resource);
2031 eb->capture_lists[j] = capture;
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.c278 u16 cmd_id, bool capture)
282 if (aq->comp_ctx[ctx_id].occupied && capture) {
290 if (capture) {
277 efa_com_get_comp_ctx(struct efa_com_admin_queue *aq, u16 cmd_id, bool capture) argument
/linux-master/sound/pci/emu10k1/
H A Demu10k1x.c66 #define IPR_CAP_0_LOOP 0x00080000 /* Channel capture loop */
67 #define IPR_CAP_0_HALF_LOOP 0x00010000 /* Channel capture half loop */
74 #define INTE_CAP_0_LOOP 0x00080000 /* Channel capture loop */
75 #define INTE_CAP_0_HALF_LOOP 0x00010000 /* Channel capture half loop */
108 /* Only one capture channel supported */
120 #define TRIGGER_CAPTURE 0x00000100 /* Trigger capture channel */
169 * The hardware has 3 channels for playback and 1 for capture.
620 /* prepare capture callback */
764 // capture interrupt
818 int capture local
[all...]
/linux-master/drivers/staging/media/tegra-video/
H A Dtegra210.c180 * Tegra210 VI channel capture operations
332 * This helps to have a clean capture for next frame.
343 /* recover VI by issuing software reset and re-setup for capture */
433 * programmed condition and hardware operation for capture.
442 * synchronize capturing frame with hardware capture events.
466 /* enable single shot capture after all ganged ports are ready */
496 /* move buffer to capture done queue */
501 /* wait up kthread for capture done */
553 (!list_empty(&chan->capture) &&
559 /* dequeue the buffer and start capture */
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1064 a->parm.capture.timeperframe.numerator = fps.numerator;
1065 a->parm.capture.timeperframe.denominator = fps.denominator;
1066 a->parm.capture.readbuffers = 3;
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c940 struct v4l2_captureparm *cp = &sp->parm.capture;
944 sp->parm.capture.readbuffers = 3;
956 struct v4l2_captureparm *cp = &sp->parm.capture;

Completed in 358 milliseconds

<<11121314151617181920>>