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

<<11121314151617181920>>

/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/include/linux/
H A Dpwm.h237 * struct pwm_capture - PWM capture data
250 * @capture: capture and report PWM signal
259 int (*capture)(struct pwm_chip *chip, struct pwm_device *pwm, member in struct:pwm_ops
/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
209 /** @ads_capture_size: size of register lists in the ADS used for error capture */
/linux-master/sound/soc/codecs/
H A Dak4535.c365 .capture = {
H A Dak4118.c247 .capture = {
H A Dcs42l73.c1177 .capture = {
1197 .capture = {
1217 .capture = {
H A Dlpass-va-macro.c950 .capture = {
964 .capture = {
978 .capture = {
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-adda.c395 .capture = {
/linux-master/sound/soc/sunxi/
H A Dsun50i-dmic.c92 /* only support capture */
269 .capture = {
H A Dsun8i-codec.c707 /* capture capabilities */
708 .capture = {
732 /* capture capabilities */
733 .capture = {
757 /* capture capabilities */
758 .capture = {
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1313 parm->parm.capture.capturemode = asd->run_mode->val;
1334 switch (parm->parm.capture.capturemode) {
1338 fi.interval = parm->parm.capture.timeperframe;
1343 parm->parm.capture.timeperframe = fi.interval;
/linux-master/scripts/kconfig/
H A DMakefile123 $(if $(findstring 1,$(KBUILD_VERBOSE)),--capture=no)
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-i2s.c1070 .capture = {
1082 .capture = {
1106 .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/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/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/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2022 struct i915_capture_list *capture; local
2024 capture = kmalloc(sizeof(*capture), GFP_KERNEL);
2025 if (!capture)
2028 capture->next = eb->capture_lists[j];
2029 capture->vma_res = i915_vma_resource_get(vma->resource);
2030 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/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;
/linux-master/drivers/pwm/
H A Dcore.c284 * pwm_capture() - capture and report a PWM signal
286 * @result: structure to fill with capture result
287 * @timeout: time to wait, in milliseconds, before giving up on capture
299 if (!pwm->chip->ops->capture)
303 err = pwm->chip->ops->capture(pwm->chip, pwm, result, timeout);
674 static DEVICE_ATTR_RO(capture);
/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;

Completed in 887 milliseconds

<<11121314151617181920>>