Searched refs:output (Results 426 - 450 of 949) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/clk/ti/
H A Dclkctrl.c468 * Get clock name based on "clock-output-names" property or the
476 const char *output; local
480 if (!of_property_read_string_index(np, "clock-output-names", 0,
481 &output)) {
484 len = strlen(output);
485 end = strstr(output, "_clkctrl");
488 name = kstrndup(output, len, GFP_KERNEL);
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c167 TP_HKEY_EV_VOL_MUTE = 0x1017, /* Mixer output mute */
4824 TP_ACPI_VIDEO_S_LCD = 0x01, /* LCD output enabled */
4825 TP_ACPI_VIDEO_S_CRT = 0x02, /* CRT output enabled */
4826 TP_ACPI_VIDEO_S_DVI = 0x08, /* DVI output enabled */
9296 int output; local
9303 if (!acpi_evalf(hkey_handle, &output, t->name, "dd",
10004 int output; local
10009 if (!acpi_evalf(lcdshadow_set_handle, &output, NULL, "dd", (int)state))
10018 int output; local
10020 if (!acpi_evalf(lcdshadow_get_handle, &output, NUL
10034 int output; local
10137 dytc_command(int command, int *output) argument
10152 int output, err; local
10167 int output; local
10457 dytc_cql_command(int command, int *output) argument
10498 int output; local
10546 int output = 0, err = 0; local
10582 int err, output; local
10705 int output; local
10718 get_keyboard_lang(int *output) argument
10748 int output, err, i, len = 0; local
10824 int err, output; local
10845 dprc_command(int command, int *output) argument
10870 int output, err; local
[all...]
H A Dideapad-laptop.c762 unsigned long *output)
767 err = eval_dytc(priv->adev->handle, DYTC_CMD_GET, output);
771 cur_funcmode = (*output >> DYTC_GET_FUNCTION_BIT) & 0xF;
782 cmd_err = eval_dytc(priv->adev->handle, cmd, output);
803 unsigned long output; local
824 &output);
841 unsigned long output; local
845 err = dytc_cql_command(priv, DYTC_CMD_GET, &output);
850 perfmode = (output >> DYTC_GET_MODE_BIT) & 0xF;
882 unsigned long output; local
761 dytc_cql_command(struct ideapad_private *priv, unsigned long cmd, unsigned long *output) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-uclogic-params.c865 goto output;
869 goto output;
990 goto output;
1018 goto output;
1024 output:
1093 * @desc_params_size: Size of the output description params list.
1423 goto output;
1428 goto output;
1441 goto output;
1453 goto output;
[all...]
/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/platform/ti/omap3isp/
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...]
H A Disp.c613 if (isp->isp_ccdc.output & CCDC_OUTPUT_PREVIEW)
615 if (isp->isp_ccdc.output & CCDC_OUTPUT_RESIZER)
626 if (isp->isp_prev.output & PREVIEW_OUTPUT_RESIZER)
665 * Walk the entities chain starting at the pipeline output video node and start
674 struct isp_device *isp = pipe->output->isp;
697 entity = &pipe->output->video.entity;
773 * Walk the entities chain starting at the pipeline output video node and stop
783 struct isp_device *isp = pipe->output->isp;
794 entity = &pipe->output->video.entity;
895 if (pipe->output)
[all...]
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1405 VOP_REG_SET(vop, output, pin_pol, pin_pol);
1406 VOP_REG_SET(vop, output, mipi_dual_channel_en, 0);
1410 VOP_REG_SET(vop, output, rgb_dclk_pol, 1);
1411 VOP_REG_SET(vop, output, rgb_pin_pol, pin_pol);
1412 VOP_REG_SET(vop, output, rgb_en, 1);
1415 VOP_REG_SET(vop, output, edp_dclk_pol, 1);
1416 VOP_REG_SET(vop, output, edp_pin_pol, pin_pol);
1417 VOP_REG_SET(vop, output, edp_en, 1);
1420 VOP_REG_SET(vop, output, hdmi_dclk_pol, 1);
1421 VOP_REG_SET(vop, output, hdmi_pin_po
[all...]
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c269 if (par->output & OUTPUT_PANEL) {
290 if (par->output & OUTPUT_CRT) {
299 if (par->output & OUTPUT_CRT) {
306 if (par->output & OUTPUT_PANEL)
359 /* Set output mode */
364 if (par->output & OUTPUT_PANEL) {
367 if (par->output & OUTPUT_CRT)
493 /* And re-enable the graphics output */
571 if (par->output & OUTPUT_PANEL) {
H A Dlxfb_core.c508 par->output = 0;
509 par->output |= (nopanel) ? 0 : OUTPUT_PANEL;
510 par->output |= (nocrt) ? 0 : OUTPUT_CRT;
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c569 enum rcar_du_output output,
591 ret = rcar_du_encoder_init(rcdu, output, entity);
594 "failed to initialize encoder %pOF on output %s (%d), skipping\n",
595 entity, rcar_du_output_name(output), ret);
609 * Iterate over the endpoints and create one encoder for each output
613 enum rcar_du_output output; local
624 /* Find the output route corresponding to the port number. */
628 output = i;
635 "port %u references unexisting output, skipping\n",
640 /* Process the output pipelin
568 rcar_du_encoders_init_one(struct rcar_du_device *rcdu, enum rcar_du_output output, struct of_endpoint *ep) argument
[all...]
H A Drcar_du_crtc.c76 unsigned int output; member in struct:dpll_info
138 unsigned long output; local
140 output = fout / (fdpll + 1);
141 if (output >= 400 * 1000 * 1000)
144 diff = abs((long)output - (long)target);
150 dpll->output = output;
161 "output:%u, fdpll:%u, n:%u, m:%u, diff:%lu\n",
162 dpll->output, dpll->fdpll, dpll->n, dpll->m, best_diff);
247 * Use the external LVDS or DSI PLL output a
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dvenc.c262 struct omap_dss_device output; member in struct:venc_device
412 r = dss_mgr_enable(&venc->output);
434 dss_mgr_disable(&venc->output);
548 return drm_bridge_attach(bridge->encoder, venc->output.next_bridge,
726 struct omap_dss_device *out = &venc->output;
751 omapdss_device_unregister(&venc->output);
752 omapdss_device_cleanup_output(&venc->output);
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c53 * bit 15 - Value (if output)
56 * bit 21..22 - SLPM Value (if output)
677 NMK_CONFIG_PIN_ARRAY("ste,output", nmk_pin_output_modes),
680 NMK_CONFIG_PIN_ARRAY("ste,sleep-output", nmk_pin_sleep_output_modes),
1062 int pull, slpm, output, val, i; local
1081 output = PIN_DIR(cfg);
1102 output = slpm_output - 1;
1110 slpm_output ? (output ? "output" : "input")
1118 output
[all...]
/linux-master/drivers/gpio/
H A Dgpio-pca953x.c188 int output; member in struct:pca953x_reg_config
195 .output = PCA953X_OUTPUT,
202 .output = PCA957X_OUT,
324 * Handle lack of reserved registers after output port
542 u8 outreg = chip->recalc_addr(chip, chip->regs->output, off);
548 /* set output level */
576 u8 outreg = chip->recalc_addr(chip, chip->regs->output, off);
628 ret = pca953x_read_regs(chip, chip->regs->output, reg_val);
634 pca953x_write_regs(chip, chip->regs->output, reg_val);
865 /* Remove output pin
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs_ioctl.c203 void *input = NULL, *output = NULL; local
232 output = kzalloc(args->output_size, GFP_KERNEL);
233 if (!output) {
238 params->output = output;
249 if (output && copy_to_user((void __user *) (uintptr_t) args->output_ptr,
250 output, args->output_size)) {
259 kfree(output);
500 rc = hl_fw_cpucp_pll_info_get(hdev, args->pll_index, freq_info.output);
991 dev_dbg(hdev->dev, "Failed to copy to user FW generic req output\
[all...]
/linux-master/drivers/iio/frequency/
H A Dadrf6780.c316 .output = 0, \
324 .output = 1, \
333 .output = 1, \
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.h347 unsigned output; member in struct:vivid_dev
432 /* video output */
451 * Intersection between what the output side composes and the capture side
452 * crops. I.e., what actually needs to be copied from the output buffer to
456 /* The part of the output buffer that (after scaling) corresponds to loop_vid_copy. */
461 * The intersection of the framebuffer, the overlay output window and
474 /* thread for generating video output stream */
591 return dev->output_type[dev->output] == SVID;
596 return dev->output_type[dev->output] == HDMI;
/linux-master/drivers/media/i2c/
H A Dsaa7115.c12 // Slight changes for video timing and attachment output by
83 int output; member in struct:saa711x_state
214 R_12_RT_SIGNAL_CNTL, 0x00, /* 12 - output control 2 */
215 R_13_RT_X_PORT_OUT_CNTL, 0x00, /* 13 - output control 3 */
322 R_12_RT_SIGNAL_CNTL, 0x9d, /* RTS0 output control: VGATE */
323 R_13_RT_X_PORT_OUT_CNTL, 0x80, /* ITU656 standard mode, RTCO output enable RTCE */
343 R_87_I_PORT_I_O_ENA_OUT_CLK_AND_GATED, 0x00, /* disable I-port output */
346 R_87_I_PORT_I_O_ENA_OUT_CLK_AND_GATED, 0x01, /* enable I-port output */
463 R_9D_A_HORIZ_OUTPUT_WINDOW_LENGTH_MSB, 0x05, /* hsize hi (output) */
464 R_9E_A_VERT_OUTPUT_WINDOW_LENGTH, 0x12, /* vsize low (output),
1286 saa711x_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) argument
[all...]
/linux-master/drivers/iio/addac/
H A Dstx104.c28 .output = 1 \
218 if (chan->output) {
317 if (!chan->output)
/linux-master/drivers/staging/media/omap4iss/
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/iio/dummy/
H A Diio_simple_dummy.c231 .output = 1,
293 if (chan->output) {
430 if (chan->output == 0)
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_inflate.c94 zip_cmd->s.out_ptr_addr.s.addr = __pa(zip_ops->output);
97 /* Maximum number of output-stream bytes that can be written */
H A Dzip_deflate.c91 zip_cmd->s.out_ptr_addr.s.addr = __pa(zip_ops->output);
93 /* maximum number of output-stream bytes that can be written */
/linux-master/include/video/
H A Dtrident.h13 #define output(f, a...) pr_info("tridentfb: " f, ## a) macro

Completed in 326 milliseconds

<<11121314151617181920>>