Searched refs:output (Results 276 - 300 of 949) sorted by last modified time

<<11121314151617181920>>

/linux-master/scripts/
H A Dget_abi.pl1000 B<rest> - output the ABI in ReST markup language
1027 Enable output of .. LINENO lines.
/linux-master/net/core/
H A Dpktgen.c13 * The tool is implemented as a linux module. Parameters are output
16 * pktgen uses the installed interface's output routine.
2680 err = x->type->output(x, skb);
/linux-master/include/uapi/drm/
H A Dhabanalabs_accel.h1044 __u16 output[HL_PLL_NUM_OUTPUTS]; member in struct:hl_pll_frequency_info
1566 * the output of this API will be the SOB offset from CFG_BASE.
2175 /* Pointer to user output structure */
2179 /* Size of user output structure */
/linux-master/include/media/
H A Dv4l2-subdev.h108 * @V4L2_SUBDEV_IO_PIN_OUTPUT: set it if pin is an output.
110 * @V4L2_SUBDEV_IO_PIN_SET_VALUE: to set the output value via
130 * @value: Initial value for pin - e.g. GPIO output value
289 * @s_clock_freq: set the frequency (in Hz) of the audio clock output.
300 * @s_routing: used to define the input and/or output pins of an audio chip,
315 int (*s_routing)(struct v4l2_subdev *sd, u32 input, u32 output, u32 config);
438 * CAPTURE device. This is ignored by video output devices.
481 int (*s_routing)(struct v4l2_subdev *sd, u32 input, u32 output, u32 config);
520 * should be output. Note that if you set the line field to 0, then that
554 * several top lines of the output imag
[all...]
/linux-master/include/linux/
H A Dnetfilter_ipv6.h58 int (*output)(struct net *, struct sock *, struct sk_buff *));
64 int (*output)(struct net *, struct sock *sk,
121 int (*output)(struct net *, struct sock *sk,
128 int (*output)(struct net *, struct sock *sk,
138 return v6_ops->br_fragment(net, sk, skb, data, output);
140 return br_ip6_fragment(net, sk, skb, data, output);
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c360 struct lynxfb_output *output; local
372 output = &par->output;
399 ret = hw_sm750_output_setMode(output, var, fix);
577 struct lynxfb_output *output; local
581 output = &par->output;
582 return output->proc_setBLANK(output, blank);
589 struct lynxfb_output *output; local
722 struct lynxfb_output *output; local
[all...]
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c97 int output = -1; local
121 output = position;
134 if (output >= 0)
135 position = output;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_resizer.c128 * resizer_set_outaddr - Set memory address to save output image
132 * Sets the memory address where the output will be saved.
232 /* Buffer output settings */
246 /* UV Buffer output settings */
318 if (!(resizer->output & RESIZER_OUTPUT_MEMORY))
385 if (resizer->output & RESIZER_OUTPUT_MEMORY &&
473 /* The data formatter truncates the number of horizontal output
475 * callers to request an output size bigger than the input size
746 if (resizer->output & ~RESIZER_OUTPUT_MEMORY)
748 resizer->output |
[all...]
H A Diss_ipipeif.c104 * ipipeif_set_outaddr - Set memory address to save output image
108 * Sets the memory address where the output will be saved.
252 (ipipeif->output & IPIPEIF_OUTPUT_MEMORY))
266 if (!(ipipeif->output & IPIPEIF_OUTPUT_MEMORY))
278 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY)
328 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY &&
333 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY)
346 if (ipipeif->output & IPIPEIF_OUTPUT_MEMORY)
388 /* TODO: If the IPIPEIF output formatter pad is connected
411 /* The data formatter truncates the number of horizontal output
[all...]
H A Diss_csi2.c228 if (!(csi2->output & CSI2_OUTPUT_IPIPEIF) &&
229 !(csi2->output & CSI2_OUTPUT_MEMORY)) {
230 /* Neither output enabled is a valid combination */
237 destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_IPIPEIF);
243 * csi2_set_outaddr - Set memory address to save output image
247 * Sets the memory address where the output will be saved.
293 else if (csi2->output & CSI2_OUTPUT_MEMORY)
733 if (csi2->output & CSI2_OUTPUT_MEMORY)
791 * csi2_queue - Queues the first buffer when using memory output
1098 if (csi2->output
[all...]
H A Diss_ipipe.c470 if (ipipe->output & ~IPIPE_OUTPUT_VP)
472 ipipe->output |= IPIPE_OUTPUT_VP;
474 ipipe->output &= ~IPIPE_OUTPUT_VP;
/linux-master/drivers/platform/x86/
H A Dlenovo-yogabook.c307 struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; local
324 &input, &output);
330 kfree(output.pointer);
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c185 static void davinci_set_mdio_dir(struct mdiobb_ctrl *ctrl, int output) argument
193 if (output)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h82 /* output (size:64b/8B) */
83 struct output { struct
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c3 * vivid-vid-out.c - video output support functions.
220 switch (dev->output_type[dev->output]) {
278 /* Map the field to something that is valid for the current output */
889 dprintk(dev, 1, "unsupported output format for output overlay\n");
987 *o = dev->output;
998 if (o == dev->output)
1006 dev->output = o;
1020 dev->display_present[dev->output]);
1110 parm->parm.output
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c580 * When gamma correction is disabled, the module is bypassed and its output is
1136 * @offset: Line Offset for the preview output.
1150 * preview_set_outaddr - Sets the memory address to store output frame
1153 * Configures the memory address to which the output frame is written.
1357 * preview_max_out_width - Handle previewer hardware output limitations
1359 * returns maximum width output for current isp revision
1413 if (prev->output & PREVIEW_OUTPUT_MEMORY)
1420 if (prev->output & PREVIEW_OUTPUT_RESIZER)
1427 if (prev->output & PREVIEW_OUTPUT_MEMORY)
1464 * on the output agai
[all...]
H A Dispresizer.c339 * resizer_set_dst_size - Setup the output height and width
366 * resizer_set_output_offset - Setup memory offset for the output lines.
477 * The data rate at the horizontal resizer output must not exceed half the
479 * there's no similar requirement for the vertical resizer output. However
481 * data rates at the resizer output exceeding 300 MP/s). Limiting the resizer
482 * output data rate to the functional clock or 200 MP/s, whichever is lower,
485 * The maximum data rate at the output of the horizontal resizer can thus be
488 * max intermediate rate <= L3 clock * input height / output height
493 * max input rate <= max intermediate rate * input width / output width
526 * rate. The sensor output fram
779 resizer_calc_ratios(struct isp_res_device *res, struct v4l2_rect *input, struct v4l2_mbus_framefmt *output, struct resizer_ratio *ratio) argument
910 resizer_set_crop_params(struct isp_res_device *res, const struct v4l2_mbus_framefmt *input, const struct v4l2_mbus_framefmt *output) argument
[all...]
H A Dispcsi2.c192 if (!(csi2->output & CSI2_OUTPUT_CCDC) &&
193 !(csi2->output & CSI2_OUTPUT_MEMORY)) {
194 /* Neither output enabled is a valid combination */
201 destidx = csi2->frame_skip ? 0 : !!(csi2->output & CSI2_OUTPUT_CCDC);
208 * csi2_set_outaddr - Set memory address to save output image
212 * Sets the memory address where the output will be saved.
259 else if (csi2->output & CSI2_OUTPUT_MEMORY)
730 if (csi2->output & CSI2_OUTPUT_MEMORY)
796 * csi2_queue - Queues the first buffer when using memory output
1063 if (csi2->output
[all...]
H A Dispccp2.c426 * ccp2_mem_configure - Initialize CCP2 memory input/output interface
1001 ccp2->output = CCP2_OUTPUT_CCDC;
1003 ccp2->output = CCP2_OUTPUT_NONE;
1075 ccp2->output = CCP2_OUTPUT_NONE;
H A Dispccdc.c338 * goes into transparent mode (output =input). Normal
865 * ccdc_config_outlineoffset - Configure memory saving output line offset
870 * Configure the offsets for the line output control:
915 * ccdc_set_outaddr - Set memory address to save output image
919 * Sets the memory address where the output will be saved.
1007 /* The polarity of the vertical sync signal output by the BT.656
1190 if (ccdc->output & CCDC_OUTPUT_MEMORY)
1195 if (ccdc->output & CCDC_OUTPUT_RESIZER)
1259 * This will cause the line output control module to apply the field
1670 ccdc->output
[all...]
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif_display.c681 struct v4l2_output output; local
688 output = chan_cfg->outputs[ch->output_idx].output;
689 if (output.capabilities != V4L2_OUT_CAP_STD)
711 vpif_err("Failed to set output standard\n");
728 struct v4l2_output output; local
734 output = chan_cfg->outputs[ch->output_idx].output;
735 if (output.capabilities != V4L2_OUT_CAP_STD)
743 struct v4l2_output *output)
742 vpif_enum_output(struct file *file, void *fh, struct v4l2_output *output) argument
811 u32 input = 0, output = 0; local
880 struct v4l2_output output; local
917 struct v4l2_output output; local
1012 struct v4l2_output output; local
[all...]
H A Dvpif_capture.c698 u32 input = 0, output = 0; local
725 output = chan_cfg->inputs[index].output_route;
727 input, output, 0);
/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c220 * output to SDRAM. example, for ycbcr, it is one y and one c, so 2.
394 * format, enable output to SDRAM, enable internal timing generator
526 * data size(SYNMODE.DATSIZ), &pixel format (Input mode), output
1279 /* get the format set at output pad of the adjacent subdev */
1303 /* set the format at output pad of the adjacent subdev */
1624 u32 input, output; local
1646 output = route->output;
1649 s_routing, input, output, 0);
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c27 .output = CSI_OUTPUT_YUV_420_PLANAR,
H A Dsun4i_dma.c293 CSI_CFG_OUTPUT_FMT(csi_fmt->output) |

Completed in 414 milliseconds

<<11121314151617181920>>