Searched refs:output (Results 501 - 525 of 963) sorted by relevance

<<21222324252627282930>>

/linux-master/arch/x86/boot/
H A Dheader.S434 # compressed data is placed at the end of the buffer. The output pointer
436 # where the compressed data starts. Problems will occur when the output
439 # The output pointer can only overrun the input pointer if the input
440 # pointer is moving faster than the output pointer. A condition only
/linux-master/drivers/acpi/
H A Dacpi_tad.c107 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER }; local
115 status = acpi_evaluate_object(handle, "_GRT", NULL, &output);
122 out_obj = output.pointer;
137 ACPI_FREE(output.pointer);
/linux-master/drivers/iio/dac/
H A Dmcp4821.c56 .type = IIO_VOLTAGE, .output = 1, .indexed = 1, \
/linux-master/drivers/hid/bpf/progs/
H A DMakefile2 OUTPUT := .output
/linux-master/drivers/hwmon/
H A Demc2103.c73 static int read_u8_from_i2c(struct i2c_client *client, u8 i2c_reg, u8 *output) argument
80 *output = status;
100 static void read_fan_from_i2c(struct i2c_client *client, u16 *output, argument
111 *output = ((u16)high_byte << 5) | (lo_byte >> 3);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.h123 struct dc_surface_dcc_cap *output);
/linux-master/include/video/
H A Domapfb_dss.h380 struct omap_dss_device *output; member in struct:omap_overlay_manager
394 struct omap_dss_device *output);
669 /* OMAP DSS output specific fields */
673 /* DISPC channel for this output */
677 /* output instance */
780 int omapdss_register_output(struct omap_dss_device *output);
781 void omapdss_unregister_output(struct omap_dss_device *output);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c87 u64 res, input, output; local
97 output = pgs_gpa + 4096;
99 input = output = 0;
102 vector = __hyperv_hypercall(hcall->control, input, output, &res);
532 /* Hypercall input/output */
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h142 struct dc_surface_dcc_cap *output);
187 * the graphics output. One of the main features of this component is
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c318 &dev->component[COMP_CAMERA]->output[CAM_PORT_CAPTURE];
777 src = &dev->component[COMP_CAMERA]->output[CAM_PORT_PREVIEW];
793 /* set preview port format and connect it to output */
829 &dev->component[COMP_CAMERA]->output[CAM_PORT_PREVIEW];
1012 preview_port = &dev->component[COMP_CAMERA]->output[CAM_PORT_PREVIEW];
1175 &dev->component[COMP_CAMERA]->output[CAM_PORT_VIDEO];
1178 &dev->component[COMP_CAMERA]->output[CAM_PORT_CAPTURE];
1183 port = &dev->component[COMP_IMAGE_ENCODE]->output[0];
1185 &dev->component[COMP_CAMERA]->output[CAM_PORT_CAPTURE];
1189 port = &dev->component[COMP_VIDEO_ENCODE]->output[
[all...]
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c659 DRM_DEBUG("output %d: %dx%d+%d+%d", i,
665 DRM_DEBUG("output %d: disabled", i);
743 struct virtio_gpu_output *output; local
748 output = vgdev->outputs + scanout;
750 new_edid = drm_do_get_edid(&output->conn, virtio_get_edid_block, resp);
751 drm_connector_update_edid_property(&output->conn, new_edid);
754 old_edid = output->edid;
755 output->edid = new_edid;
1111 struct virtio_gpu_output *output)
1116 output
1110 virtio_gpu_cursor_ping(struct virtio_gpu_device *vgdev, struct virtio_gpu_output *output) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsint.S216 | ;output d0 supplies g,r,s
225 | ;output a0 ptr to rounded result
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_isp_configs.c219 size = binary->info->mem_offsets.offsets.config->dmem.output.size;
223 offset = binary->info->mem_offsets.offsets.config->dmem.output.offset;
/linux-master/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S116 # %rsi: up to 1 data block output, o
118 # %rcx: input/output length in bytes
172 # xor remaining bytes from partial register into output
204 # %rsi: output (8 32-bit words)
225 # %rsi: up to 4 data blocks output, o
227 # %rcx: input/output length in bytes
650 # xor with corresponding input, write to output
768 # xor remaining bytes from partial register into output
/linux-master/scripts/dtc/
H A Ddtx_diff24 -c enable colored output
32 -T annotate output .dts with input source file and line
/linux-master/drivers/media/pci/ivtv/
H A Divtv-gpio.c223 u32 input, u32 output, u32 config)
279 u32 input, u32 output, u32 config)
341 /* init output data then direction */
222 subdev_s_audio_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
278 subdev_s_video_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
/linux-master/net/core/
H A Dlwtunnel.c344 if (likely(ops && ops->output))
345 ret = ops->output(net, sk, skb);
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c131 * @pix: v4l2_pix_format format (output)
133 * Fill the output pix structure with information from the input mbus format.
256 pipe->output = video;
262 pipe->output = far_end;
375 * queued on both the input and the output, if the pipeline isn't already busy.
376 * If the pipeline is busy, it will be restarted in the output module interrupt
461 * started when buffers are queued on both the input and output.
499 * For video output nodes the buffer state is always set to VB2_BUF_STATE_DONE.
526 /* Do frame number propagation only if this is the output video node.
529 * Note: There is no guarantee that the output buffe
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.c106 * @pix: v4l2_pix_format format (output)
108 * Fill the output pix structure with information from the input mbus format.
442 * Do frame number propagation only if this is the output video node.
445 * Note: There is no guarantee that the output buffer will finish
448 if (video == pipe->output && !pipe->do_propagation)
749 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME;
750 a->parm.output.timeperframe = vfh->timeperframe;
765 if (a->parm.output.timeperframe.denominator == 0)
766 a->parm.output.timeperframe.denominator = 1;
768 vfh->timeperframe = a->parm.output
[all...]
/linux-master/drivers/iio/chemical/
H A Dsgp40.c82 .output = 1,
87 .output = 1,
/linux-master/drivers/clk/at91/
H A Dat91sam9x5.c13 .output = { .min = 0, .max = 133333333 },
36 .output = plla_outputs,
H A Dpmc.h52 struct clk_range output; member in struct:clk_master_characteristics
77 const struct clk_range *output; member in struct:clk_pll_characteristics
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh80 echo " ----" kvm.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
114 echo " ----" kvm-again.sh output: "(`date`)" | tee -a "$oldrun/remote-log"
218 # Be careful to redirect all debug output to FD 2 (stderr).
/linux-master/drivers/gpu/drm/bridge/
H A Dtc358768.c149 struct tc358768_dsi_output output; member in struct:tc358768_priv
435 priv->output.dev = dev;
436 priv->output.bridge = bridge;
437 priv->output.panel = panel;
465 if (priv->output.panel)
466 drm_panel_bridge_remove(priv->output.bridge);
547 return drm_bridge_attach(bridge->encoder, priv->output.bridge, bridge,
669 struct mipi_dsi_device *dsi_dev = priv->output.dev;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c242 * The compose rectangle top left corner must be inside the output
305 * format at the pipeline output is premultiplied.
307 flags = pipe->output ? pipe->output->format.flags : 0;
313 * Set the background position to cover the whole output image and
366 * hardwired to the ROP unit output, the corresponding register

Completed in 456 milliseconds

<<21222324252627282930>>