Searched refs:capture (Results 1 - 25 of 577) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/samsung/s3c-camif/
H A DMakefile4 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o
/linux-master/drivers/staging/media/starfive/camss/
H A DMakefile8 stf-capture.o \
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-hostless.c121 .capture = {
140 .capture = {
159 .capture = {
178 .capture = {
191 .capture = {
203 .capture = {
215 .capture = {
227 .capture = {
239 .capture = {
251 .capture
[all...]
/linux-master/drivers/media/test-drivers/vimc/
H A DMakefile2 vimc-y := vimc-core.o vimc-common.o vimc-streamer.o vimc-capture.o \
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_capture.c25 *width = isp_dev->capture.format.fmt.pix.width;
27 *height = isp_dev->capture.format.fmt.pix.height;
34 *pixelformat = isp_dev->capture.format.fmt.pix.pixelformat;
152 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
189 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
219 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
250 struct sun6i_isp_capture_state *state = &isp_dev->capture.state;
267 unsigned int size = isp_dev->capture.format.fmt.pix.sizeimage;
283 unsigned int size = isp_dev->capture.format.fmt.pix.sizeimage;
300 struct sun6i_isp_capture_state *state = &isp_dev->capture
626 struct sun6i_isp_capture *capture = &isp_dev->capture; local
736 struct sun6i_isp_capture *capture = &isp_dev->capture; local
[all...]
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c29 *width = csi_dev->capture.format.fmt.pix.width;
31 *height = csi_dev->capture.format.fmt.pix.height;
38 *pixelformat = csi_dev->capture.format.fmt.pix.pixelformat;
41 *field = csi_dev->capture.format.fmt.pix.field;
441 struct sun6i_csi_capture_state *state = &csi_dev->capture.state;
477 struct sun6i_csi_capture_state *state = &csi_dev->capture.state;
504 struct sun6i_csi_capture_state *state = &csi_dev->capture.state;
535 struct sun6i_csi_capture_state *state = &csi_dev->capture.state;
558 unsigned int size = csi_dev->capture.format.fmt.pix.sizeimage;
572 struct sun6i_csi_capture *capture local
757 struct sun6i_csi_capture *capture = &csi_dev->capture; local
834 struct sun6i_csi_capture *capture = &csi_dev->capture; local
864 struct sun6i_csi_capture *capture = &csi_dev->capture; local
972 struct sun6i_csi_capture *capture = &csi_dev->capture; local
1090 struct sun6i_csi_capture *capture = &csi_dev->capture; local
[all...]
H A Dsun6i_csi.h44 struct sun6i_csi_capture capture; member in struct:sun6i_csi_device
/linux-master/scripts/
H A Dbpf_doc.py66 capture = proto_re.match(self.proto)
67 res['ret_type'] = capture.group(1)
68 res['ret_star'] = capture.group(2)
69 res['name'] = capture.group(3)
72 args = capture.group(4).split(', ')
74 capture = arg_re.match(a)
76 'type' : capture.group(1),
77 'star' : capture.group(5),
78 'name' : capture.group(6)
118 capture
[all...]
/linux-master/sound/soc/fsl/
H A Dmpc5200_dma.h12 * psc_ac97_stream - Data specific to a single stream (playback or capture)
49 * @capture: Capture stream context data
67 struct psc_dma_stream capture; member in struct:psc_dma
81 return &psc_dma->capture;
H A Dmpc5200_dma.c43 if (psc_dma->capture.active && (isr & MPC52xx_PSC_IMR_ORERR))
181 if (psc_dma->capture.active)
223 s = &psc_dma->capture;
250 s = &psc_dma->capture;
255 !psc_dma->capture.active) {
275 s = &psc_dma->capture;
357 psc_dma->capture.psc_dma = psc_dma;
363 psc_dma->capture.bcom_task =
367 if (!psc_dma->capture.bcom_task ||
401 psc_dma->capture
[all...]
/linux-master/drivers/counter/
H A DMakefile17 obj-$(CONFIG_MICROCHIP_TCB_CAPTURE) += microchip-tcb-capture.o
19 obj-$(CONFIG_TI_ECAP_CAPTURE) += ti-ecap-capture.o
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A DMakefile3 rockchip-isp1-y := rkisp1-capture.o \
/linux-master/sound/soc/sof/amd/
H A Drembrandt.c41 .capture = {
45 /* Supporting only stereo for I2S HS controller capture */
65 .capture = {
69 /* Supporting only stereo for I2S BT controller capture */
89 .capture = {
93 /* Supporting only stereo for I2S SP controller capture */
104 .capture = {
H A Dacp63.c41 .capture = {
45 /* Supporting only stereo for I2S HS controller capture */
65 .capture = {
69 /* Supporting only stereo for I2S BT controller capture */
89 .capture = {
93 /* Supporting only stereo for I2S SP controller capture */
104 .capture = {
H A Drenoir.c40 .capture = {
44 /* Supporting only stereo for I2S BT controller capture */
64 .capture = {
68 /* Supporting only stereo for I2S SP controller capture */
79 .capture = {
H A Dvangogh.c41 .capture = {
45 /* Supporting only stereo for I2S HS controller capture */
65 .capture = {
69 /* Supporting only stereo for I2S BT controller capture */
89 .capture = {
93 /* Supporting only stereo for I2S SP controller capture */
104 .capture = {
126 .capture = {
130 /* Supporting only stereo for I2S HS-Virtual controller capture */
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_varlen.c15 bool capture = false; variable
50 if (test_pid != pid || !capture)
80 if (test_pid != pid || !capture)
106 if (test_pid != pid || !capture)
134 if (test_pid != pid || !capture)
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c216 if (!dev->capture.port) {
218 "%s: capture port not configured\n", __func__);
225 sizes[0] < dev->capture.port->current_buffer.size) {
229 dev->capture.port->current_buffer.size,
238 size = dev->capture.port->current_buffer.size;
241 "%s: capture port buffer size is zero\n", __func__);
245 if (*nbuffers < dev->capture.port->minimum_buffer.num)
246 *nbuffers = dev->capture.port->minimum_buffer.num;
248 dev->capture.port->current_buffer.num = *nbuffers;
288 if (!dev->capture
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c26 * Define all device tables of GuC error capture register lists
311 if (!list || guc->capture->extlists)
351 guc_dbg(guc, "capture found %d ext-regs.\n", num_tot_regs);
352 guc->capture->extlists = extlists;
420 const struct __guc_mmio_reg_descr_group *reglists = guc->capture->reglists;
421 struct __guc_mmio_reg_descr_group *extlists = guc->capture->extlists;
451 guc_dbg(guc, "Got short capture reglist init: %d out %d.\n", i, num_entries);
480 struct intel_guc_state_capture *gc = guc->capture;
485 guc_warn(guc, "No capture reglist for this device\n");
497 guc_warn(guc, "Missing capture reglis
[all...]
/linux-master/sound/soc/codecs/
H A Dchv3-codec.c7 .capture = {
H A Dbt-sco.c37 .capture = {
54 .capture = {
/linux-master/sound/soc/mediatek/mt6797/
H A Dmt6797-dai-hostless.c71 .capture = {
90 .capture = {
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-hostless.c71 .capture = {
90 .capture = {
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6dsp-lpass-ports.c29 .capture = { \
65 .capture = { \
133 .capture = {
163 .capture = {
194 .capture = {
225 .capture = {
256 .capture = {
287 .capture = {
318 .capture = {
345 .capture
[all...]
/linux-master/sound/usb/line6/
H A DMakefile3 capture.o \

Completed in 207 milliseconds

1234567891011>>