Searched refs:output (Results 126 - 150 of 949) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c483 static void vfe_set_xbar_cfg(struct vfe_device *vfe, struct vfe_output *output, argument
486 struct vfe_line *line = container_of(output, struct vfe_line, output);
491 for (i = 0; i < output->wm_num; i++) {
500 /* On current devices output->wm_num is always <= 2 */
504 if (output->wm_idx[i] % 2 == 1)
509 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[i]),
513 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[i]),
566 struct vfe_output *output = &vfe->line[line_id].output; local
644 u16 input, output; local
[all...]
H A Dcamss-vfe.c315 struct vfe_output *output = &vfe->line[i].output; local
317 output->state = VFE_OUTPUT_OFF;
318 output->buf[0] = NULL;
319 output->buf[1] = NULL;
320 INIT_LIST_HEAD(&output->pending_bufs);
358 struct camss_buffer *vfe_buf_get_pending(struct vfe_output *output) argument
362 if (!list_empty(&output->pending_bufs)) {
363 buffer = list_first_entry(&output->pending_bufs,
372 void vfe_buf_add_pending(struct vfe_output *output, argument
384 vfe_buf_flush_pending(struct vfe_output *output, enum vb2_buffer_state state) argument
399 struct vfe_output *output = &line->output; local
417 struct vfe_output *output = &line->output; local
770 struct vfe_output *output; local
[all...]
H A Dcamss-vfe-4-7.c576 static void vfe_set_xbar_cfg(struct vfe_device *vfe, struct vfe_output *output, argument
579 struct vfe_line *line = container_of(output, struct vfe_line, output);
591 if (output->wm_idx[0] % 2 == 1)
596 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[0]),
600 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[0]),
607 if (output->wm_idx[1] % 2 == 1)
612 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[1]),
616 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[1]),
629 if (output
720 struct vfe_output *output = &vfe->line[line_id].output; local
798 u16 input, output; local
[all...]
H A Dcamss-vfe-4-8.c547 static void vfe_set_xbar_cfg(struct vfe_device *vfe, struct vfe_output *output, argument
550 struct vfe_line *line = container_of(output, struct vfe_line, output);
562 if (output->wm_idx[0] % 2 == 1)
567 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[0]),
571 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[0]),
578 if (output->wm_idx[1] % 2 == 1)
583 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[1]),
587 VFE_0_BUS_XBAR_CFG_x(output->wm_idx[1]),
600 if (output
692 struct vfe_output *output = &vfe->line[line_id].output; local
769 u16 input, output; local
[all...]
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-pipe.c33 * corresponding to the CSIS output, which is narrower.
39 .output = MEDIA_BUS_FMT_YUV8_1X24,
44 .output = MEDIA_BUS_FMT_YUV8_1X24,
51 .output = MEDIA_BUS_FMT_RGB888_1X24,
56 .output = MEDIA_BUS_FMT_RGB888_1X24,
64 .output = MEDIA_BUS_FMT_Y8_1X8,
70 .output = MEDIA_BUS_FMT_Y10_1X10,
76 .output = MEDIA_BUS_FMT_Y12_1X12,
82 .output = MEDIA_BUS_FMT_Y14_1X14,
88 .output
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_chains.sh91 output="$(tc -j chain get dev $h2 ingress)"
94 echo $output | jq -e ".[] | select(.chain == 0)" &> /dev/null
95 check_err $? "Unexpected output for default chain"
100 output="$(tc -j chain get dev $h2 ingress chain 1)"
103 echo $output | jq -e ".[] | select(.chain == 1)" &> /dev/null
104 check_err $? "Unexpected output for chain 1"
106 output="$(tc -j chain show dev $h2 ingress)"
109 echo $output | jq -e ".[] | select(.chain == 0)" &> /dev/null
112 echo $output | jq -e ".[] | select(.chain == 1)" &> /dev/null
/linux-master/drivers/hwtracing/intel_th/
H A Dintel_th.h27 * @port: output port number, assigned by the switch
29 * @scratchpad: scratchpad bits to flag when this output is enabled
30 * @multiblock: true for multiblock output configuration
31 * @active: true when this output is enabled
34 * Output port descriptor, used by switch driver to tell which output
35 * port this output device corresponds to. Filled in at output device's
36 * probe time by switch::assign(). Passed from output device driver to
72 * @output: output descripto
87 struct intel_th_output output; member in struct:intel_th_device
[all...]
/linux-master/drivers/base/
H A Dsoc.c73 const char *output; local
76 output = soc_dev->attr->machine;
78 output = soc_dev->attr->family;
80 output = soc_dev->attr->revision;
82 output = soc_dev->attr->serial_number;
84 output = soc_dev->attr->soc_id;
88 return sysfs_emit(buf, "%s\n", output);
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_kms.c129 enum rzg2l_du_output output,
151 ret = rzg2l_du_encoder_init(rcdu, output, entity);
154 "failed to initialize encoder %pOF on output %s (%d), skipping\n",
155 entity, rzg2l_du_output_name(output), ret);
169 * Iterate over the endpoints and create one encoder for each output
173 enum rzg2l_du_output output; local
184 /* Find the output route corresponding to the port number. */
187 output = i;
194 "port %u references unexisting output, skipping\n",
199 /* Process the output pipelin
128 rzg2l_du_encoders_init_one(struct rzg2l_du_device *rcdu, enum rzg2l_du_output output, struct of_endpoint *ep) argument
[all...]
H A Drzg2l_du_drv.c49 const char *rzg2l_du_output_name(enum rzg2l_du_output output) argument
56 if (output >= ARRAY_SIZE(names))
59 return names[output];
/linux-master/drivers/gpu/drm/tegra/
H A Dhdmi.c65 struct tegra_output output; member in struct:tegra_hdmi
100 static inline struct tegra_hdmi *to_hdmi(struct tegra_output *output) argument
102 return container_of(output, struct tegra_hdmi, output);
624 size_t length = drm_eld_size(hdmi->output.connector.eld), i;
628 tegra_hdmi_writel(hdmi, i << 8 | hdmi->output.connector.eld[i],
715 &hdmi->output.connector, mode);
872 static bool tegra_output_is_hdmi(struct tegra_output *output) argument
874 return output->connector.display_info.is_hdmi;
880 struct tegra_output *output local
1095 struct tegra_output *output = connector_to_output(connector); local
1116 struct tegra_output *output = connector_to_output(connector); local
1142 struct tegra_output *output = connector_to_output(connector); local
1166 struct tegra_output *output = encoder_to_output(encoder); local
1211 struct tegra_output *output = encoder_to_output(encoder); local
1441 struct tegra_output *output = encoder_to_output(encoder); local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dsdi.c34 struct omap_dss_device output; member in struct:sdi_device
122 dss_mgr_set_lcd_config(&sdi->output, &sdi->mgr_config);
137 return drm_bridge_attach(bridge->encoder, sdi->output.next_bridge,
227 * normally write them to DISPC registers when enabling the output.
230 * the output, we need to write the divisors early.
236 dispc_mgr_set_clock_div(sdi->dss->dispc, sdi->output.dispc_channel,
245 r = dss_mgr_enable(&sdi->output);
265 dss_mgr_disable(&sdi->output);
303 struct omap_dss_device *out = &sdi->output;
331 omapdss_device_unregister(&sdi->output);
[all...]
/linux-master/drivers/platform/x86/dell/
H A Ddell-smbios-wmi.c53 struct acpi_buffer output = {ACPI_ALLOCATE_BUFFER, NULL}; local
68 status = wmidev_evaluate_method(wdev, 0, 1, &input, &output);
71 obj = (union acpi_object *)output.pointer;
77 kfree(output.pointer);
82 priv->buf->std.output[0], priv->buf->std.output[1],
83 priv->buf->std.output[2], priv->buf->std.output[3]);
84 kfree(output.pointer);
H A Ddell-wmi-led.c52 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
71 status = wmi_evaluate_method(DELL_LED_BIOS_GUID, 0, 1, &input, &output);
75 obj = output.pointer;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_sru.c193 * Compare the input and output rectangles areas (avoiding
194 * integer overflows on the output): if the requested output
277 struct v4l2_mbus_framefmt *output; local
282 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.state,
291 if (input->width != output->width)
308 struct v4l2_mbus_framefmt *output; local
312 output = vsp1_entity_get_pad_format(&sru->entity, sru->entity.state,
320 if (input->width != output->width)
334 struct v4l2_mbus_framefmt *output; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c20 .output = STRUCT_TO_CHAR_PTR(core_reloc_module_output) { \
55 .output = FLAVORS_DATA(core_reloc_flavors), \
80 .output = NESTING_DATA(core_reloc_nesting), \
108 .output = STRUCT_TO_CHAR_PTR(core_reloc_arrays_output) { \
142 .output = PRIMITIVES_DATA(core_reloc_primitives), \
166 .output = STRUCT_TO_CHAR_PTR(core_reloc_mods_output) { \
185 .output = STRUCT_TO_CHAR_PTR(core_reloc_ptr_as_arr) { \
215 .output = INTS_DATA(core_reloc_ints), \
241 .output = STRUCT_TO_CHAR_PTR(core_reloc_bitfields_output) \
251 .output
400 const char *output; member in struct:core_reloc_test_case
[all...]
/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c54 char output[] = RESULT_FILE_NAME; local
60 fp = fopen(output, "r");
62 ksft_perror(output);
H A Dmba_test.c106 char *token_array[8], output[] = RESULT_FILE_NAME, temp[512]; local
111 fp = fopen(output, "r");
113 ksft_perror(output);
/linux-master/tools/lib/perf/
H A Devlist.c440 int output, struct perf_cpu cpu)
442 return perf_mmap__mmap(map, mp, output, cpu);
467 int *output, fd, cpu; local
482 output = _output_overwrite;
485 output = _output;
490 if (*output == -1) {
491 *output = fd;
512 pr_debug("idx %d: mmapping fd %d\n", idx, *output);
513 if (ops->mmap(map, mp, *output, evlist_cpu) < 0)
522 pr_debug("idx %d: set output f
439 perf_evlist__mmap_cb_mmap(struct perf_mmap *map, struct perf_mmap_param *mp, int output, struct perf_cpu cpu) argument
562 int output = -1; local
572 int output = -1; local
602 int output = -1; local
[all...]
/linux-master/sound/pci/echoaudio/
H A Dindigodjx_dsp.c30 static int set_vmixer_gain(struct echoaudio *chip, u16 output,
H A Dindigoiox_dsp.c30 static int set_vmixer_gain(struct echoaudio *chip, u16 output,
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.h37 * @output: Active outputs
65 unsigned int output; member in struct:iss_ipipeif_device
H A Diss_resizer.h35 * @output: Active outputs
48 unsigned int output; member in struct:iss_resizer_device
/linux-master/include/uapi/linux/
H A Dmatroxfb.h11 __u32 output; /* which output */ member in struct:matroxioc_output_mode
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c368 __be32 output[VPHN_ASSOC_BUFSIZE] = { 0 }; local
371 vphn_unpack_associativity(test->input, output);
373 len = be32_to_cpu(output[0]);
381 u32 val = be32_to_cpu(output[i]);

Completed in 390 milliseconds

1234567891011>>