Searched refs:output (Results 51 - 75 of 949) sorted by last modified time

1234567891011>>

/linux-master/drivers/greybus/
H A Dhd.c27 if (!hd || !hd->driver || !hd->driver->output)
29 return hd->driver->output(hd, req, size, cmd, async);
H A Des2.c217 static int output(struct gb_host_device *hd, void *req, u16 size, u8 cmd, function
743 .output = output,
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4193 struct dmub_cmd_edid_cea_output { /**< output with results */
4199 } output; /**< output to retrieve ACK/NACK or VSDB parsing results */ member in union:dmub_rb_cmd_edid_cea::dmub_cmd_edid_cea_data
4212 * struct dmub_cmd_cable_id_input - Defines the output of DMUB_CMD_GET_USBC_CABLE_ID command.
4231 struct dmub_cmd_cable_id_output output; /**< Output */ member in union:dmub_rb_cmd_get_usbc_cable_id::dmub_cmd_cable_id_data
4232 uint8_t output_raw; /**< Raw data output */
4821 * @brief Copies output data from in/out commands into the given command.
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c179 p->new_display_config->output.OutputDisabled[new_timing_index] = true;
208 p->cur_display_config->output.OutputEncoder[0], p->cur_mode_support_info->DSCEnabled[0]) - 1;
589 /* Call map dc pipes to map the pipes based on the DML output. For correctly determining if recalculation
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h68 * If the hypercall involves no input or output parameters, the hypervisor
71 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) argument
74 u64 output_address = output ? virt_to_phys(output) : 0;
123 static inline u64 hv_do_nested_hypercall(u64 control, void *input, void *output) argument
125 return hv_do_hypercall(control | HV_HYPERCALL_NESTED, input, output);
128 /* Fast hypercall with 8 bytes of input and no output */
/linux-master/arch/x86/hyperv/
H A Dhv_init.c421 struct hv_get_vp_registers_output *output; local
427 output = (struct hv_get_vp_registers_output *)input;
435 ret = hv_do_hypercall(control, input, output);
437 ret = output->as64.low & HV_X64_VTL_MASK;
H A Dhv_vtl.c184 u32 *output, ret; local
193 output = (u32 *)input;
196 status = hv_do_hypercall(control, input, output);
197 ret = output[0];
/linux-master/arch/arm64/hyperv/
H A Dhv_core.c24 u64 hv_do_hypercall(u64 control, void *input, void *output) argument
31 output_address = output ? virt_to_phys(output) : 0;
123 struct hv_get_vp_registers_output output; local
125 hv_get_vpreg_128(msr, &output);
127 return output.as64.low;
/linux-master/include/linux/
H A Dof.h979 * @out_args: optional pointer to output arguments structure (will be filled)
1027 * @out_args: optional pointer to output arguments structure (will be filled)
1067 * @out_args: optional pointer to output arguments structure (will be filled)
1183 * @out_strs: output array of string pointers.
1223 * @output: pointer to null terminated return string, modified only if
1238 int index, const char **output)
1240 int rc = of_property_read_string_helper(np, propname, output, 1, index);
1236 of_property_read_string_index(const struct device_node *np, const char *propname, int index, const char **output) argument
/linux-master/drivers/s390/cio/
H A Dfcx.c33 * tcw_get_data - return pointer to input/output data associated with tcw
36 * Return the input or output data address specified in the tcw depending
45 return dma64_to_virt(tcw->output);
144 * @num_tidaws: the number of tidaws used to address input/output data or zero
147 * Calculate the input-/output-count and tccbl field in the tcw, add a
150 * Note: in case input- or output-tida is used, the tidaw-list must be stored
169 /* Calculate tcw input/output count and tcat transport count. */
204 * Set the input/output data address of a tcw (depending on the value of the
215 tcw->output = virt_to_dma64(data);
331 * Add a new tidaw to the input/output dat
[all...]
/linux-master/arch/s390/include/asm/
H A Dfcx.h30 * @output: Output-Data Address
47 dma64_t output; member in struct:tcw
/linux-master/tools/testing/ktest/
H A Dktest.pl1889 # Have the output of the command on its own line
2917 my $output = `$command 2>&1`;
2920 logit $output;
2928 if ($output =~ m/^(Bisecting: .*\(roughly \d+ steps?\))\s+\[([[:xdigit:]]+)\]/) {
2930 } elsif ($output =~ m/^([[:xdigit:]]+) is the first bad commit/) {
2936 print $output;
2953 my $output;
/linux-master/include/uapi/linux/
H A Dvideodev2.h474 #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */
477 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */
479 #define V4L2_CAP_SLICED_VBI_OUTPUT 0x00000080 /* Is a sliced VBI output device */
481 #define V4L2_CAP_VIDEO_OUTPUT_OVERLAY 0x00000200 /* Can do video output overlay */
487 /* Is a video output device that supports multiplanar formats */
501 #define V4L2_CAP_SDR_OUTPUT 0x00400000 /* Is a SDR output device */
506 #define V4L2_CAP_META_OUTPUT 0x08000000 /* Is a metadata output device */
510 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */
980 * output. Unless you exactly know what
1777 __u32 index; /* Which output */
2456 struct v4l2_outputparm output; member in union:v4l2_streamparm::__anon955
[all...]
/linux-master/fs/bcachefs/
H A Dthread_with_file_types.h15 struct stdio_buf output; member in struct:stdio_redirect
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-capture.c79 struct stf_v_buf *output = &cap->buffers; local
82 output->active_buf = 0;
84 if (!output->buf[0])
87 addr0 = output->buf[0]->addr[0];
88 addr1 = output->buf[0]->addr[1];
96 static struct stfcamss_buffer *stf_buf_get_pending(struct stf_v_buf *output) argument
100 if (!list_empty(&output->pending_bufs)) {
101 buffer = list_first_entry(&output->pending_bufs,
113 struct stf_v_buf *output = &cap->buffers; local
116 spin_lock_irqsave(&output
138 struct stf_v_buf *output = &cap->buffers; local
266 stf_buf_add_ready(struct stf_v_buf *output, struct stfcamss_buffer *buffer) argument
273 stf_buf_get_ready(struct stf_v_buf *output) argument
287 stf_buf_add_pending(struct stf_v_buf *output, struct stfcamss_buffer *buffer) argument
294 stf_buf_update_on_last(struct stf_v_buf *output) argument
309 stf_buf_update_on_next(struct stf_v_buf *output) argument
325 struct stf_v_buf *output = &cap->buffers; local
356 stf_buf_flush(struct stf_v_buf *output, enum vb2_buffer_state state) argument
371 stf_buf_done(struct stf_v_buf *output) argument
393 stf_change_buffer(struct stf_v_buf *output) argument
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c94 /* Enable VF output only when VF queue requested by user */
667 * Set input/output format. Unless it is just a try, this also resets
968 /* meta output */
1074 imgu_sd->subdev_pads[i].flags = imgu_pipe->nodes[i].output ?
1173 def_pix_fmt.pixelformat = node->output ?
1180 node->vdev_pad.flags = node->output ?
1219 vdev->vfl_dir = node->output ? VFL_DIR_TX : VFL_DIR_RX;
1232 if (node->output) {
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css.c390 * Verify whether the selected output format is can be produced
1382 /* Set the defaults to the output */
1520 /* configure GPIO to output mode */
2459 /* preview only have 1 output pin now */
2492 * 3. An output format that is not supported by the preview binary.
2510 * If vf_pp is needed, then preview must output yuv_line.
2537 * When vf_pp is needed, then the output format of the selected
2647 if (info->info.isp.sp.enable.output)
2693 if (fw->info.isp.sp.enable.output != 0)
2808 /* If a firmware produce vf_pp output, w
[all...]
H A Dia_css_acc_types.h49 IA_CSS_ACC_OUTPUT, /** Accelerator stage on output frame */
212 struct ia_css_binary_output_info output; member in struct:ia_css_binary_info
242 u8 output; member in struct:ia_css_binary_info::__anon565
318 u32 output; /** SP output data, loaded by dmem */ member in struct:ia_css_sp_info
H A Datomisp_cmd.c1157 static int raw_output_format_match_input(u32 input, u32 output) argument
1160 ((output == V4L2_PIX_FMT_SRGGB12) ||
1161 (output == V4L2_PIX_FMT_SGRBG12) ||
1162 (output == V4L2_PIX_FMT_SBGGR12) ||
1163 (output == V4L2_PIX_FMT_SGBRG12)))
1167 ((output == V4L2_PIX_FMT_SRGGB10) ||
1168 (output == V4L2_PIX_FMT_SGRBG10) ||
1169 (output == V4L2_PIX_FMT_SBGGR10) ||
1170 (output == V4L2_PIX_FMT_SGBRG10)))
1174 ((output
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c269 * output arguments.
426 s->firmware->info.isp.sp.enable.output)
489 * When stages are added to a pipeline, output frames that are not passed
492 * output frame of the previous stage as input (the full resolution output,
493 * not the viewfinder output).
/linux-master/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c107 info->output.num_chunks, info->pipeline.pipelining);
413 /* move to host part of output module */
608 /* the output image line of Input System 2401 does not have the left paddings */
774 * the bit depth per output channel.
800 /* viewfinder output info */
814 /* For preview mode, output pin is used instead of vf. */
1114 /* when we require vf output, we need to have vf_veceven */
1118 /* or more than one output pin. */
1135 /* internal_res check considers input, output, and dvs envelope sizes */
1179 if (req_bin_out_info->res.width < candidate->output
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c131 or output is 0, meaning that it doesn't support this API. */
508 const struct v4l2_outputparm *c = &p->parm.output;
1229 * for a specific output, it must override these flags.
2198 memset(p->parm.output.reserved, 0,
2199 sizeof(p->parm.output.reserved));
2200 p->parm.output.extendedmode = 0;
2201 p->parm.output.outputmode &= V4L2_MODE_HIGHQUALITY;
2444 /* crop means compose for output devices */
2474 /* crop means compose for output devices */
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1075 .name = "Minimum number of output bufs",
1397 /* This is run on output (encoder dest) */
1440 mfc_err("failed to try output format\n");
1453 mfc_err("failed to try output format\n");
1573 mfc_err("invalid output state: %d\n",
1583 mfc_debug(2, "Minimum %d output buffers needed\n",
2291 a->parm.output.timeperframe.denominator;
2293 a->parm.output.timeperframe.numerator;
2295 mfc_err("Setting FPS is only possible for the output queue\n");
2307 a->parm.output
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h348 struct mdp_frame output; member in struct:mdp_frameparam
H A Dmtk-mdp3-regs.c492 frame = &param->output;
508 frame->crop.c.width = param->output.format.fmt.pix_mp.width;
509 frame->crop.c.height = param->output.format.fmt.pix_mp.height;

Completed in 533 milliseconds

1234567891011>>