/Linux-v6.1/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 524 dprintk(KERN_DEBUG "Computing, mode=%u\n", minfo->outputs[1].mode); in matroxfb_g450_compute() 527 minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_g450_compute() 530 cve2_init_TVdata(minfo->outputs[1].mode, &minfo->hw.maven, &outd); in matroxfb_g450_compute() 562 if (minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_g450_program() 608 minfo->outputs[1].src = minfo->outputs[1].default_src; in matroxfb_g450_connect() 609 minfo->outputs[1].data = minfo; in matroxfb_g450_connect() 610 minfo->outputs[1].output = &matroxfb_g450_altout; in matroxfb_g450_connect() 611 minfo->outputs[1].mode = MATROXFB_OUTPUT_MODE_MONITOR; in matroxfb_g450_connect() 612 minfo->outputs[2].src = minfo->outputs[2].default_src; in matroxfb_g450_connect() 613 minfo->outputs[2].data = minfo; in matroxfb_g450_connect() [all …]
|
D | matroxfb_crtc2.c | 86 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_restore() 90 if (minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_dh_restore() 98 } else if (minfo->outputs[0].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_restore() 102 if (minfo->outputs[0].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_restore() 359 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_set_par() 361 if (minfo->outputs[out].output->compute) { in matroxfb_dh_set_par() 362 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_dh_set_par() 378 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC2 && in matroxfb_dh_set_par() 379 minfo->outputs[out].output->program) { in matroxfb_dh_set_par() 380 minfo->outputs[out].output->program(minfo->outputs[out].data); in matroxfb_dh_set_par() [all …]
|
D | matroxfb_base.c | 803 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par() 804 minfo->outputs[out].output->compute) { in matroxfb_set_par() 805 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_set_par() 823 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par() 824 minfo->outputs[out].output->program) { in matroxfb_set_par() 825 minfo->outputs[out].output->program(minfo->outputs[out].data); in matroxfb_set_par() 829 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par() 830 minfo->outputs[out].output->start) { in matroxfb_set_par() 831 minfo->outputs[out].output->start(minfo->outputs[out].data); in matroxfb_set_par() 920 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl() [all …]
|
D | matroxfb_DAC1064.c | 213 if (pxc == 0 || minfo->outputs[2].src == MATROXFB_SRC_CRTC2) { in g450_set_plls() 269 switch (minfo->outputs[0].src) { in DAC1064_global_init() 278 switch (minfo->outputs[1].src) { in DAC1064_global_init() 283 if (minfo->outputs[1].mode == MATROXFB_OUTPUT_MODE_MONITOR) { in DAC1064_global_init() 293 switch (minfo->outputs[2].src) { in DAC1064_global_init() 316 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC1) { in DAC1064_global_init() 319 } else if (minfo->outputs[1].src == MATROXFB_SRC_CRTC2) { in DAC1064_global_init() 321 } else if (minfo->outputs[2].src == MATROXFB_SRC_CRTC1) in DAC1064_global_init() 326 if (minfo->outputs[0].src != MATROXFB_SRC_NONE) in DAC1064_global_init() 682 minfo->outputs[0].output = &m1064; in MGA1064_preinit() [all …]
|
D | matroxfb_maven.c | 479 if (minfo->outputs[1].mode == MATROXFB_OUTPUT_MODE_PAL) in maven_init_TVdata() 762 m->mode = minfo->outputs[1].mode; in maven_compute_timming() 1210 minfo->outputs[1].output = &maven_altout; in maven_init_client() 1211 minfo->outputs[1].src = minfo->outputs[1].default_src; in maven_init_client() 1212 minfo->outputs[1].data = md; in maven_init_client() 1213 minfo->outputs[1].mode = MATROXFB_OUTPUT_MODE_MONITOR; in maven_init_client() 1242 minfo->outputs[1].src = MATROXFB_SRC_NONE; in maven_shutdown_client() 1243 minfo->outputs[1].output = NULL; in maven_shutdown_client() 1244 minfo->outputs[1].data = NULL; in maven_shutdown_client() 1245 minfo->outputs[1].mode = MATROXFB_OUTPUT_MODE_MONITOR; in maven_shutdown_client()
|
/Linux-v6.1/drivers/media/platform/ti/davinci/ |
D | vpbe.c | 71 char *encoder_name = cfg->outputs[index].subdev_name; in vpbe_find_encoder_sd_index() 104 *output = cfg->outputs[temp_index].output; in vpbe_enum_outputs() 121 for (i = 0; i < cfg->outputs[curr_output].num_modes; i++) { in vpbe_get_mode_info() 122 var = cfg->outputs[curr_output].modes[i]; in vpbe_get_mode_info() 152 for (i = 0; i < vpbe_dev->cfg->outputs[curr_output].num_modes; i++) { in vpbe_get_std_info() 153 var = cfg->outputs[curr_output].modes[i]; in vpbe_get_std_info() 172 for (i = 0; i < vpbe_dev->cfg->outputs[curr_output].num_modes; i++) { in vpbe_get_std_info_by_name() 173 var = cfg->outputs[curr_output].modes[i]; in vpbe_get_std_info_by_name() 206 enc_out_index = cfg->outputs[index].output.index; in vpbe_set_output() 217 cfg->outputs[index].subdev_name)) { in vpbe_set_output() [all …]
|
D | vpif_display.c | 683 if (!config->chan_config[ch->channel_id].outputs) in vpif_s_std() 687 output = chan_cfg->outputs[ch->output_idx].output; in vpif_s_std() 729 if (!config->chan_config[ch->channel_id].outputs) in vpif_g_std() 733 output = chan_cfg->outputs[ch->output_idx].output; in vpif_g_std() 756 *output = chan_cfg->outputs[output->index].output; in vpif_enum_output() 780 if (!chan_cfg->outputs) in vpif_output_to_subdev() 783 subdev_name = chan_cfg->outputs[index].subdev_name; in vpif_output_to_subdev() 819 input = chan_cfg->outputs[index].input_route; in vpif_set_output() 820 output = chan_cfg->outputs[index].output_route; in vpif_set_output() 830 if (chan_cfg->outputs) in vpif_set_output() [all …]
|
/Linux-v6.1/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 112 outputs: 133 outputs: 157 outputs: 188 outputs: 217 outputs: 242 outputs: 272 outputs: 297 outputs: 323 outputs: 350 outputs: [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-gth | 8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port 21 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_drop 28 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_null 34 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_flush 41 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_reset 47 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_smcfreq
|
/Linux-v6.1/drivers/clk/st/ |
D | clk-flexgen.c | 27 const struct clkgen_clk_out *outputs; member 311 .outputs = clkgen_stih407_a0_clk_out, 322 .outputs = clkgen_stih410_a0_clk_out, 367 .outputs = clkgen_stih407_c0_clk_out, 420 .outputs = clkgen_stih410_c0_clk_out, 480 .outputs = clkgen_stih418_c0_clk_out, 493 .outputs = clkgen_stih407_d0_clk_out, 508 .outputs = clkgen_stih410_d0_clk_out, 532 .outputs = clkgen_stih407_d2_clk_out, 567 .outputs = clkgen_stih418_d2_clk_out, [all …]
|
D | clkgen-pll.c | 67 const struct clkgen_clk_out *outputs; member 98 .outputs = st_pll3200c32_ax_0_clks, 107 .outputs = st_pll3200c32_cx_0_clks, 133 .outputs = st_pll3200c32_cx_1_clks, 159 .outputs = st_pll3200c32_407_a9_clks, 184 .outputs = st_pll4600c28_418_a9_clks, 796 if (datac->outputs) { in clkgen_c32_pll_setup() 797 clk_name = datac->outputs[odf].name; in clkgen_c32_pll_setup() 798 odf_flags = datac->outputs[odf].flags; in clkgen_c32_pll_setup()
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | audio.rst | 9 Audio inputs and outputs are physical connectors of a device. Video 10 capture devices have inputs, output devices have outputs, zero or more 11 each. Radio devices have no audio inputs or outputs. They have exactly 13 tuners with video inputs or outputs only, and radio devices have none of 17 Audio and video inputs and outputs are associated. Selecting a video 29 outputs applications can enumerate them with the 54 device has multiple selectable audio outputs. When the device has any 55 audio inputs or outputs the driver must set the ``V4L2_CAP_AUDIO`` flag
|
D | video.rst | 9 Video inputs and outputs are physical connectors of a device. These can 13 VBI output devices have outputs, at least one each. Radio devices have 14 no video inputs or outputs. 17 outputs applications can enumerate them with the 30 all the output ioctls when the device has one or more outputs.
|
D | vidioc-enumoutput.rst | 13 VIDIOC_ENUMOUTPUT - Enumerate video outputs 34 To query the attributes of a video outputs applications initialize the 38 when the index is out of bounds. To enumerate all outputs applications 64 - Drivers can enumerate up to 32 video and audio outputs. This field 65 shows which audio outputs were selectable as the current output if 70 When the driver does not enumerate audio outputs no bits must be 72 support. Drivers may automatically select audio outputs without 75 For details on audio outputs and how to select the current output
|
D | vidioc-g-output.rst | 42 fail only when there are no video outputs, returning the ``EINVAL`` error 47 pointer to this integer. Side effects are possible. For example outputs 53 Information about video outputs is available using the 65 video outputs at all.
|
D | vidioc-enumaudioout.rst | 13 VIDIOC_ENUMAUDOUT - Enumerate audio outputs 39 bounds. To enumerate all audio outputs applications shall begin at index 45 to a sound card are not audio outputs in this sense.
|
/Linux-v6.1/Documentation/hwmon/ |
D | max31790.rst | 23 PWM outputs. The desired fan speeds (or PWM duty cycles) are written 24 through the I2C interface. The outputs drive "4-wire" fans directly, 28 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%) 30 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can
|
D | dme1737.rst | 66 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and 173 This chip features 5 PWM outputs. PWM outputs 1-3 are associated with fan 174 inputs 1-3 and PWM outputs 5-6 are associated with fan inputs 5-6. PWM outputs 176 the appropriate enable attribute accordingly. PWM outputs 5-6 can only operate 180 current duty-cycle as set by the fan controller in the chip. All PWM outputs 185 temperature input. Associating PWM outputs to temperature inputs is done via 202 zone[1-3]_auto_point3_temp full-speed temp (all outputs) 215 all PWM outputs are set to 100% duty-cycle. 287 temp at which all PWM outputs are set 307 pwm[1-3]_enable RW Enable of PWM outputs 1-3. Supported [all …]
|
/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/ |
D | dss.c | 77 const enum omap_dss_output_id *outputs; member 116 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_save_context() 135 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_restore_context() 369 if (dss->feat->outputs[OMAP_DSS_CHANNEL_LCD] & OMAP_DSS_OUTPUT_SDI) { in dss_dump_regs() 721 enum omap_dss_output_id outputs; in dss_select_hdmi_venc_clk_source() local 723 outputs = dss->feat->outputs[OMAP_DSS_CHANNEL_DIGIT]; in dss_select_hdmi_venc_clk_source() 726 WARN_ON((src == DSS_VENC_TV_CLK) && !(outputs & OMAP_DSS_OUTPUT_VENC)); in dss_select_hdmi_venc_clk_source() 727 WARN_ON((src == DSS_HDMI_M_PCLK) && !(outputs & OMAP_DSS_OUTPUT_HDMI)); in dss_select_hdmi_venc_clk_source() 730 if ((outputs & OMAP_DSS_OUTPUT_VENC) && in dss_select_hdmi_venc_clk_source() 731 (outputs & OMAP_DSS_OUTPUT_HDMI)) in dss_select_hdmi_venc_clk_source() [all …]
|
/Linux-v6.1/drivers/clk/ti/ |
D | fapll.c | 65 struct clk_onecell_data outputs; member 545 fd->outputs.clks = kzalloc(sizeof(struct clk *) * in ti_fapll_setup() 548 if (!fd->outputs.clks) in ti_fapll_setup() 597 fd->outputs.clks[0] = pll_clk; in ti_fapll_setup() 598 fd->outputs.clk_num++; in ti_fapll_setup() 640 fd->outputs.clks[output_instance] = synth_clk; in ti_fapll_setup() 641 fd->outputs.clk_num++; in ti_fapll_setup() 647 of_clk_add_provider(node, of_clk_src_onecell_get, &fd->outputs); in ti_fapll_setup() 661 kfree(fd->outputs.clks); in ti_fapll_setup()
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | idp.h | 184 #define KEYBD_MATRIX_SET_OUTPUTS(outputs) \ argument 186 IDP_CPLD_KB_COL_LOW = outputs;\ 187 IDP_CPLD_KB_COL_HIGH = outputs >> 7;\
|
/Linux-v6.1/Documentation/gpu/ |
D | tegra.rst | 22 outputs, such as RGB, HDMI, DSI, and DisplayPort. 72 zero or more outputs. Outputs can also share a single display controller, but 75 on two outputs don't match. A display controller is modelled as a CRTC in KMS 79 display controller can no longer drive all of the outputs. While two of these 80 controllers can drive both DSI outputs and both SOR outputs, the third cannot 100 The type and number of supported outputs varies between Tegra SoC generations.
|
/Linux-v6.1/Documentation/input/devices/ |
D | rotary-encoder.rst | 11 peripherals with two wires. The outputs are phase-shifted by 90 degrees 15 Some encoders have both outputs low in stable states, others also have 16 a stable state with both outputs high (half-period mode) and some have 19 The phase diagram of these two outputs look like this::
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | zynq-7000.txt | 20 - clock-output-names : List of strings used to name the clock outputs. Shall be 21 a list of the outputs given below. 40 Clock outputs:
|
D | maxim,max77686.txt | 10 The MAX77686 contains three 32.768khz clock outputs that can be controlled 15 The MAX77802 contains two 32.768khz clock outputs that can be controlled 19 The MAX77686 contains one 32.768khz clock outputs that can be controlled
|