/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 523 dprintk(KERN_DEBUG "Computing, mode=%u\n", minfo->outputs[1].mode); in matroxfb_g450_compute() 526 minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_g450_compute() 529 cve2_init_TVdata(minfo->outputs[1].mode, &minfo->hw.maven, &outd); in matroxfb_g450_compute() 561 if (minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_g450_program() 607 minfo->outputs[1].src = minfo->outputs[1].default_src; in matroxfb_g450_connect() 608 minfo->outputs[1].data = minfo; in matroxfb_g450_connect() 609 minfo->outputs[1].output = &matroxfb_g450_altout; in matroxfb_g450_connect() 610 minfo->outputs[1].mode = MATROXFB_OUTPUT_MODE_MONITOR; in matroxfb_g450_connect() 611 minfo->outputs[2].src = minfo->outputs[2].default_src; in matroxfb_g450_connect() 612 minfo->outputs[2].data = minfo; in matroxfb_g450_connect() [all …]
|
D | matroxfb_crtc2.c | 85 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_restore() 89 if (minfo->outputs[1].mode != MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_dh_restore() 97 } else if (minfo->outputs[0].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_restore() 101 if (minfo->outputs[0].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_restore() 358 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC2) { in matroxfb_dh_set_par() 360 if (minfo->outputs[out].output->compute) { in matroxfb_dh_set_par() 361 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_dh_set_par() 377 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC2 && in matroxfb_dh_set_par() 378 minfo->outputs[out].output->program) { in matroxfb_dh_set_par() 379 minfo->outputs[out].output->program(minfo->outputs[out].data); in matroxfb_dh_set_par() [all …]
|
D | matroxfb_base.c | 808 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par() 809 minfo->outputs[out].output->compute) { in matroxfb_set_par() 810 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_set_par() 828 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par() 829 minfo->outputs[out].output->program) { in matroxfb_set_par() 830 minfo->outputs[out].output->program(minfo->outputs[out].data); in matroxfb_set_par() 834 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par() 835 minfo->outputs[out].output->start) { in matroxfb_set_par() 836 minfo->outputs[out].output->start(minfo->outputs[out].data); in matroxfb_set_par() 925 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl() [all …]
|
D | matroxfb_DAC1064.c | 212 if (pxc == 0 || minfo->outputs[2].src == MATROXFB_SRC_CRTC2) { in g450_set_plls() 268 switch (minfo->outputs[0].src) { in DAC1064_global_init() 277 switch (minfo->outputs[1].src) { in DAC1064_global_init() 282 if (minfo->outputs[1].mode == MATROXFB_OUTPUT_MODE_MONITOR) { in DAC1064_global_init() 292 switch (minfo->outputs[2].src) { in DAC1064_global_init() 315 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC1) { in DAC1064_global_init() 318 } else if (minfo->outputs[1].src == MATROXFB_SRC_CRTC2) { in DAC1064_global_init() 320 } else if (minfo->outputs[2].src == MATROXFB_SRC_CRTC1) in DAC1064_global_init() 325 if (minfo->outputs[0].src != MATROXFB_SRC_NONE) in DAC1064_global_init() 681 minfo->outputs[0].output = &m1064; in MGA1064_preinit() [all …]
|
D | matroxfb_maven.c | 478 if (minfo->outputs[1].mode == MATROXFB_OUTPUT_MODE_PAL) in maven_init_TVdata() 761 m->mode = minfo->outputs[1].mode; in maven_compute_timming() 1209 minfo->outputs[1].output = &maven_altout; in maven_init_client() 1210 minfo->outputs[1].src = minfo->outputs[1].default_src; in maven_init_client() 1211 minfo->outputs[1].data = md; in maven_init_client() 1212 minfo->outputs[1].mode = MATROXFB_OUTPUT_MODE_MONITOR; in maven_init_client() 1241 minfo->outputs[1].src = MATROXFB_SRC_NONE; in maven_shutdown_client() 1242 minfo->outputs[1].output = NULL; in maven_shutdown_client() 1243 minfo->outputs[1].data = NULL; in maven_shutdown_client() 1244 minfo->outputs[1].mode = MATROXFB_OUTPUT_MODE_MONITOR; in maven_shutdown_client()
|
D | matroxfb_Ti3026.c | 699 minfo->outputs[0].data = minfo; in Ti3026_preinit() 700 minfo->outputs[0].output = &ti3026_output; in Ti3026_preinit() 701 minfo->outputs[0].src = minfo->outputs[0].default_src; in Ti3026_preinit() 702 minfo->outputs[0].mode = MATROXFB_OUTPUT_MODE_MONITOR; in Ti3026_preinit()
|
D | matroxfb_base.h | 404 } outputs[MATROXFB_MAX_OUTPUTS]; member
|
D | matroxfb_misc.c | 293 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC1) in matroxfb_vgaHWinit()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe.c | 83 char *encoder_name = cfg->outputs[index].subdev_name; in vpbe_find_encoder_sd_index() 138 *output = cfg->outputs[temp_index].output; in vpbe_enum_outputs() 155 for (i = 0; i < cfg->outputs[curr_output].num_modes; i++) { in vpbe_get_mode_info() 156 var = cfg->outputs[curr_output].modes[i]; in vpbe_get_mode_info() 186 for (i = 0; i < vpbe_dev->cfg->outputs[curr_output].num_modes; i++) { in vpbe_get_std_info() 187 var = cfg->outputs[curr_output].modes[i]; in vpbe_get_std_info() 206 for (i = 0; i < vpbe_dev->cfg->outputs[curr_output].num_modes; i++) { in vpbe_get_std_info_by_name() 207 var = cfg->outputs[curr_output].modes[i]; in vpbe_get_std_info_by_name() 241 enc_out_index = cfg->outputs[index].output.index; in vpbe_set_output() 252 cfg->outputs[index].subdev_name)) { in vpbe_set_output() [all …]
|
D | vpif_display.c | 683 if (config->chan_config[ch->channel_id].outputs == NULL) 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 == NULL) 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 == NULL) 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 != NULL) in vpif_set_output() [all …]
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 105 outputs: none 119 outputs: none 135 outputs: none 159 outputs: none 180 outputs: 198 outputs: 222 outputs: none 240 outputs: none 259 outputs: none 278 outputs: none [all …]
|
D | hdio.txt | 95 outputs: 140 outputs: 155 outputs: none 175 outputs: 193 outputs: none 243 outputs: 273 outputs: 293 outputs: none 312 outputs: 330 outputs: [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | picoxcell-pc3x3.dtsi | 48 clock-outputs = "bus"; 56 clock-outputs = "bus"; 64 clock-outputs = "bus"; 72 clock-outputs = "bus"; 80 clock-outputs = "bus"; 88 clock-outputs = "bus"; 96 clock-outputs = "bus"; 104 clock-outputs = "bus"; 112 clock-outputs = "bus"; 120 clock-outputs = "bus"; [all …]
|
D | picoxcell-pc7302-pc3x2.dts | 32 clock-outputs = "ref";
|
D | picoxcell-pc7302-pc3x3.dts | 32 clock-outputs = "ref";
|
D | stih415-clock.dtsi | 83 /* Remaining outputs unused */ 143 /* Remaining outputs unused */ 490 /* Remaining outputs unused */
|
D | ste-nomadik-nhk15.dts | 52 /* These chrystal outputs are not used on this board */
|
D | s5pv210-smdkv210.dts | 220 samsung,pwm-outputs = <3>;
|
D | s3c64xx.dtsi | 173 samsung,pwm-outputs = <0>, <1>;
|
D | picoxcell-pc3x2.dtsi | 42 clock-outputs = "bus", "pclk";
|
D | stih416-clock.dtsi | 84 /* Remaining outputs unused */ 145 /* Remaining outputs unused */ 493 /* Remaining outputs unused */
|
D | omap4-panda-common.dtsi | 329 * wl12xx GPIO outputs for WLAN_EN, BT_EN, FM_EN, BT_WAKEUP
|
D | exynos5250.dtsi | 658 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
|
D | exynos5420.dtsi | 522 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
|
D | exynos4412-trats2.dts | 698 samsung,pwm-outputs = <0>;
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.txt | 4 and clock event timers, as well as to drive SoC outputs with PWM signal. Each 6 outputs - see SoC and board manual). 37 - samsung,pwm-outputs: list of PWM channels used as PWM outputs on particular 49 samsung,pwm-outputs = <0>, <1>;
|
D | nxp,pca9685-pwm.txt | 13 - open-drain (bool): boolean to configure outputs with open-drain structure;
|
/linux-4.1.27/drivers/clk/ti/ |
D | fapll.c | 70 struct clk_onecell_data outputs; member 542 fd->outputs.clks = kzalloc(sizeof(struct clk *) * in ti_fapll_setup() 545 if (!fd->outputs.clks) in ti_fapll_setup() 594 fd->outputs.clks[0] = pll_clk; in ti_fapll_setup() 595 fd->outputs.clk_num++; in ti_fapll_setup() 638 fd->outputs.clks[output_instance] = synth_clk; in ti_fapll_setup() 639 fd->outputs.clk_num++; in ti_fapll_setup() 645 of_clk_add_provider(node, of_clk_src_onecell_get, &fd->outputs); in ti_fapll_setup() 659 kfree(fd->outputs.clks); in ti_fapll_setup()
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | idp.h | 187 #define KEYBD_MATRIX_SET_OUTPUTS(outputs) \ argument 189 IDP_CPLD_KB_COL_LOW = outputs;\ 190 IDP_CPLD_KB_COL_HIGH = outputs >> 7;\
|
/linux-4.1.27/Documentation/hwmon/ |
D | dme1737 | 47 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and 150 This chip features 5 PWM outputs. PWM outputs 1-3 are associated with fan 151 inputs 1-3 and PWM outputs 5-6 are associated with fan inputs 5-6. PWM outputs 153 the appropriate enable attribute accordingly. PWM outputs 5-6 can only operate 157 current duty-cycle as set by the fan controller in the chip. All PWM outputs 162 temperature input. Associating PWM outputs to temperature inputs is done via 178 zone[1-3]_auto_point3_temp full-speed temp (all outputs) 190 all PWM outputs are set to 100% duty-cycle. 256 temp at which all PWM outputs are set 276 pwm[1-3]_enable RW Enable of PWM outputs 1-3. Supported [all …]
|
D | adt7470 | 21 There are four (4) PWM outputs that can be used to control fan speed. 23 A sophisticated control system for the PWM outputs is designed into the ADT7470 26 programmable. Once configured, the ADT7470 will adjust the PWM outputs in
|
D | adt7475 | 43 for measuring fan speed. There are three (3) PWM outputs that can be used 46 A sophisticated control system for the PWM outputs is designed into the 49 programmable. Once configured, the ADT747x will adjust the PWM outputs in 104 PWM outputs, and a given PWM output can be controlled by several temperature
|
D | asc7621 | 37 data sheet. Our temperature reports and fan PWM outputs are very smooth 43 outputs or inputs and may be used as general purpose I/O or as alarm 44 outputs that are based on temperature limits. These are in 19h and 1Ah. 89 (PWM) outputs that are controlled by one, or a combination of three, 112 - 3 PWM fan speed control outputs for 2-, 3- or 4-wire fans and up to 4 fan 182 ALL pwm outputs will got to 100%.
|
D | pc87427 | 24 This chip also has fan controlling features (up to 4 PWM outputs), 45 Fan speed can be controlled by PWM outputs. There are 4 possible modes:
|
D | lm85 | 57 outputs that can be used to control fan speed. 70 A sophisticated control system for the PWM outputs is designed into the 73 programmable. Once configured, the LM85 will adjust the PWM outputs in 112 The ADT7468 has a high-frequency PWM mode, where all PWM outputs are 115 all 3 PWM outputs to a 22.5 kHz frequency. Conversely, setting any PWM 116 frequency below 11.3 kHz will switch all 3 PWM outputs to a frequency 180 There are three PWM outputs. The LM85 datasheet suggests that the
|
D | adt7462 | 23 A sophisticated control system for the PWM outputs is designed into the ADT7462 26 programmable. Once configured, the ADT7462 will adjust the PWM outputs in
|
D | adm1026 | 21 List of GPIO pins (0-16) to program as outputs 80 used to control fan speed. Usually only one of these two outputs will be 86 controlling fan speed with the PWM and DAC outputs. The fan speed sensors
|
D | emc6w201 | 23 multiple DC fans using three Pulse Width Modulator (PWM) outputs. Note
|
D | w83793 | 73 Each temperature channel can control all the 8 PWM outputs (by setting the 106 PWM outputs may or may not exist depending on the chip pin configuration.
|
D | vt1211 | 53 connected to the PWM outputs of the VT1211 :-(). 161 The VT1211 provides 2 programmable PWM outputs to control the speeds of 2 164 controls both PWM outputs but each PWM output can be individually enabled and
|
D | lm93 | 52 voltages. To set fan speed, the LM93 has two PWM outputs that are each 132 The LM93 has a fixed or override mode for the two PWM outputs (although, there 245 exceeds this limit, the LM93 will immediately drive both PWM outputs to 100%. 286 pwm<n>_auto_channels select control sources for PWM outputs
|
D | abituguru-datasheet | 245 Bank 0x24 PWM outputs for FAN's (R) 246 Bank 0x25 PWM outputs for FAN's (W)
|
D | w83627ehf | 87 The mode works for fan1-fan4. Mapping of temperatures to pwm outputs is as
|
D | it87 | 225 used to drive all fan outputs, which is why pwm2_freq and pwm3_freq are
|
D | sysfs-interface | 294 temperature inputs and PWM outputs. When several temperature inputs are
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-vcc.txt | 4 output clocks. Not all inputs or outputs have to be in use in a 26 clock outputs but not all of them in a specific instance 31 for the remaining outputs.
|
D | st,quadfs.txt | 29 clock outputs but not all of them in a specific instance 34 for the remaining outputs.
|
D | st,flexgen.txt | 65 outputs). 70 - clock-output-names : List of strings used to name the clock outputs.
|
/linux-4.1.27/Documentation/devicetree/bindings/gpu/ |
D | nvidia,tegra20-host1x.txt | 6 - interrupts: The interrupt outputs from the controller. 27 - interrupts: The interrupt outputs from the controller. 40 - interrupts: The interrupt outputs from the controller. 53 - interrupts: The interrupt outputs from the controller. 66 - interrupts: The interrupt outputs from the controller. 79 - interrupts: The interrupt outputs from the controller. 110 - interrupts: The interrupt outputs from the controller. 138 - interrupts: The interrupt outputs from the controller. 164 - interrupts: The interrupt outputs from the controller. 204 - interrupts: The interrupt outputs from the controller. [all …]
|
/linux-4.1.27/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 | sunxi.txt | 84 - clock-output-names : shall be the corresponding names of the outputs. 105 For "allwinner,sun6i-a31-pll6-clk", there are 2 outputs. The first output 109 The "allwinner,*-mmc-clk" clocks have three different outputs: the 114 per mmc controller. The number of outputs is determined by the size of
|
D | maxim,max77686.txt | 6 The MAX77686 contains three 32.768khz clock outputs that can be controlled
|
D | maxim,max77802.txt | 6 The MAX77802 contains two 32.768khz clock outputs that can be controlled
|
D | clock-bindings.txt | 7 outputs to clock inputs. Similar to the gpio specifiers, a clock 19 clock outputs. 42 - this node defines a device with two clock outputs, the first named
|
D | silabs,si5351.txt | 31 Each of the clock outputs can be overwritten individually by
|
/linux-4.1.27/Documentation/input/ |
D | rotary-encoder.txt | 8 peripherals with two wires. The outputs are phase-shifted by 90 degrees 12 Some encoders have both outputs low in stable states, whereas others also have 13 a stable state with both outputs high (half-period mode). 15 The phase diagram of these two outputs look like this:
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-omap-otg.c | 49 static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs) in omap_otg_ctrl() argument 55 l |= outputs; in omap_otg_ctrl()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-core.c | 423 static const struct em28xx_vol_otable outputs[] = { variable 444 for (i = 0; i < ARRAY_SIZE(outputs); i++) { in em28xx_audio_analog_set() 445 ret = em28xx_write_ac97(dev, outputs[i].reg, 0x8000); in em28xx_audio_analog_set() 448 outputs[i].reg); in em28xx_audio_analog_set() 480 for (i = 0; i < ARRAY_SIZE(outputs); i++) { in em28xx_audio_analog_set() 481 if (dev->ctl_aoutput & outputs[i].mux) in em28xx_audio_analog_set() 482 ret = em28xx_write_ac97(dev, outputs[i].reg, in em28xx_audio_analog_set() 486 outputs[i].reg); in em28xx_audio_analog_set()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | MIXART.txt | 9 that has 4 stereo audio inputs and 4 stereo audio outputs. 11 4 digital stereo audio inputs and outputs. 42 can be muted for each stream to use 8 analog/digital outputs separately.
|
D | HD-Audio-Controls.txt | 61 An enum control to re-task the multi-I/O jacks for surround outputs. 76 and speaker outputs. As a side-effect, when this mode is set, the
|
D | README.maya44 | 33 - all inputs/outputs on the M/IO/DIO extension card 103 PCM devices correspond to inputs/outputs as follows (assuming Maya44 is card #0):
|
D | Channel-Mapping-API.txt | 21 wrong channels for 5.1 outputs, and you hear suddenly strange sound
|
D | Audigy-mixer.txt | 192 and center / LFE outputs are affected. 209 LFE outputs.
|
D | HD-Audio.txt | 28 multiple audio codecs, e.g. for analog and digital outputs, and the 455 - primary_hp (bool): probe headphone jacks as the primary outputs; 681 If it's a regression, at best, send alsa-info outputs of both working 708 including the codec proc files, mixer outputs and the control
|
D | hdspm.txt | 235 fader and 64-127 the playback to outputs fader. Value 0
|
D | SB-Live-mixer.txt | 216 and center / LFE outputs are affected.
|
D | ALSA-Configuration.txt | 643 extout - bitmap of available external outputs for FX8010 (see bellow)
|
/linux-4.1.27/Documentation/ptp/ |
D | ptp.txt | 80 - 6 GPIOs programmable as inputs or outputs 82 used as general inputs or outputs 84 - GPIO outputs can produce periodic signals
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.h | 37 unsigned int outputs; member
|
D | rcar_du_group.c | 192 if (crtc0->outputs & BIT(RCAR_DU_OUTPUT_DPAD1)) in rcar_du_group_set_routing()
|
D | rcar_du_crtc.c | 187 rcrtc->outputs |= BIT(output); in rcar_du_crtc_route_output() 470 rcrtc->outputs = 0; in rcar_du_crtc_disable()
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 14 - led-sources : List of device current outputs the LED is connected to. The 15 outputs are identified by the numbers that must be defined
|
/linux-4.1.27/include/media/davinci/ |
D | vpif_types.h | 51 const struct vpif_output *outputs; member
|
D | vpbe.h | 101 struct vpbe_output *outputs; member
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 7 outputs to IIO inputs. Similar to the gpio specifiers, an IIO 19 IIO outputs.
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 9 - outputs multiple interrupts signals towards its interrupt controller parent 75 respective interrupt outputs bypass this 2nd level interrupt controller
|
D | brcm,bcm3380-l2-intc.txt | 6 - outputs a single interrupt signal to its interrupt controller parent
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | adi,adv7123.txt | 4 The ADV7123 is a digital-to-analog converter that outputs VGA signals from a
|
D | ti,omap-dss.txt | 18 DISPC is the display controller, which reads pixels from the memory and outputs 27 The DSS Core and the encoders have video port outputs. The structure of the
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | stmpe.txt | 11 - interrupts : The interrupt outputs from the controller
|
D | rk808.txt | 7 - interrupts: the interrupt outputs of the controller. 9 outputs). See <dt-bindings/clock/rockchip,rk808.h> for clock IDs.
|
D | s2mps11.txt | 21 KHz outputs, so to register these as clocks with common clock framework 25 The s2mps14 provides two (AP/BT) buffered 32.768 KHz outputs.
|
D | tps65910.txt | 6 - interrupts: the interrupt outputs of the controller
|
/linux-4.1.27/Documentation/misc-devices/ |
D | max6875 | 18 It provides timed outputs that can be used as a watchdog, if properly wired. 26 and outputs:
|
D | ics932s401 | 17 This chip has 4 clock outputs--a base clock for the CPU (which is likely
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 147 pipe->outputs[pipe->output_num++] = video; in vpfe_prepare_pipeline() 160 pipe->outputs[pipe->output_num++] = far_end; in vpfe_prepare_pipeline() 202 if (!pipe->outputs[i]->started || in vpfe_video_is_pipe_ready() 203 pipe->outputs[i]->state != VPFE_VIDEO_BUFFER_QUEUED) in vpfe_video_is_pipe_ready() 229 subdev = vpfe_video_remote_subdev(pipe->outputs[0], NULL); in vpfe_video_validate_pipeline() 290 entity = vpfe_get_input_entity(pipe->outputs[0]); in vpfe_pipeline_enable() 330 entity = vpfe_get_input_entity(pipe->outputs[0]); in vpfe_pipeline_disable() 381 if (pipe->outputs[i]->started) in all_videos_stopped()
|
D | vpfe_video.h | 65 struct vpfe_video_device *outputs[10]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra-mc.txt | 11 - interrupts: The interrupt outputs from the controller.
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-nmk.txt | 6 - interrupts : The interrupt outputs from the controller.
|
D | gpio-twl4030.txt | 14 - ti,use-leds : Enables LEDA and LEDB outputs if set
|
D | nvidia,tegra20-gpio.txt | 6 - interrupts : The interrupt outputs from the controller. For Tegra20,
|
D | gpio-mm-lantiq.txt | 5 written to outputs 16 bit to the latches.
|
D | gpio-mcp23s08.txt | 52 with two interrupt outputs (these are the devices ending with 17 and 54 IO 8-15 are bank 2. These chips have two different interrupt outputs:
|
D | brcm,kona-gpio.txt | 16 - interrupts: The interrupt outputs from the controller. There is one GPIO
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-adc-ad7280a | 21 outputs are controlled only by inY-inZ_balance_switch_en.
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | fsl,imx6q-pcie.txt | 9 - interrupts: A list of interrupt outputs of the controller. Must contain an
|
D | samsung,exynos5440-pcie.txt | 10 - interrupts: A list of interrupt outputs for level interrupt,
|
D | layerscape-pci.txt | 9 - interrupts: A list of interrupt outputs of the controller. Must contain an
|
D | nvidia,tegra20-pcie.txt | 15 - interrupts: A list of interrupt outputs of the controller. Must contain an
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds2406 | 14 not supported. In TSOC-6 form, the DS2406 provides two switch outputs and
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 32 Inputs/outputs: Composite and S-video 43 Inputs/outputs: Six physical inputs. 1-6 are composite, 58 Inputs/outputs: Composite and S-video 69 Inputs/outputs: Composite and S-video 80 Inputs/outputs: Composite, S-video and Internal 91 Inputs/outputs: Composite, S-video and Internal 103 Inputs/outputs: Composite, S-video and Internal 115 Inputs/outputs: Composite, S-video and Internal 127 Inputs/outputs: Composite, S-video and Internal
|
D | README.davinci-vpbe | 55 Responsible for setting outputs provided through internal DACs and also 65 add the available outputs as a board specific entry (i.e add the "LogicPD"
|
D | vivid.txt | 9 Up to 64 vivid instances can be created, each with up to 16 inputs and 16 outputs. 15 These inputs and outputs act exactly as a real hardware device would behave. This 85 S-Video and HDMI outputs, one vbi capture device, one vbi output device, one 88 The number of instances, devices, video inputs and outputs and their types are 133 num_outputs: the number of outputs, one for each instance. By default 2 outputs 134 are created for each video output device. At most 16 outputs can be 138 what the type of each output is when the outputs are created for each 146 So to create a video output device with 8 outputs where outputs 0-3 are 147 S-Video outputs and outputs 4-7 are HDMI outputs you would use the 375 information), but by default two outputs are configured: an S-Video and an [all …]
|
D | README.cpia2 | 6 Colour Processor Interface ASIC) based cameras. This camera outputs an MJPEG
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | da9211.txt | 6 - interrupts: the interrupt outputs of the controller
|
D | tps6586x.txt | 6 - interrupts: the interrupt outputs of the controller
|
D | tps65090.txt | 6 - interrupts: the interrupt outputs of the controller
|
D | regulator.txt | 4 - regulator-name: A string used as a descriptive name for regulator outputs
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 5 (CVBS), S-Video (Y-C), and component (YPrPb/RGB) analog outputs in standard
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtas.c | 421 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() argument 440 va_start(list, outputs); in rtas_call() 455 if (nret > 1 && outputs != NULL) in rtas_call() 457 outputs[i] = be32_to_cpu(rtas_args->rets[i+1]); in rtas_call()
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | fsl-imx-esdhc.txt | 21 transparent level shifters on the outputs of the controller. Two cells are
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 27 Boolean. Indicate MIC1/2 input and LOUT1/2/3 outputs are differential,
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emuproc.c | 190 char **outputs = emu->audigy ? audigy_outs : creative_outs; in snd_emu10k1_proc_read() local 231 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read() 235 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 39 DRM drivers also add options to enable or disable outputs: 43 digital output. This is useful for outputs that have both analog and digital 44 signals (e.g. HDMI and DVI-I). For other outputs it behaves like 'e'. If 'd'
|
D | matroxfb.txt | 224 outputs:XYZ - set mapping between CRTC and outputs. Each letter can have value
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vic.txt | 5 nested or have the outputs wire-OR'd together.
|
/linux-4.1.27/Documentation/networking/ |
D | PLIP.txt | 115 data bit outputs connected to status bit inputs. 127 data bit outputs of the first port (machine T) connected to the 203 To start a transfer the transmitting machine outputs a nibble 0x08.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/ |
D | interrupt-combiner.txt | 9 interrupt sources can be connected to a combiner. The combiner outputs one
|
D | exynos-adc.txt | 38 - #io-channel-cells = <1>; As ADC has multiple outputs
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 663 u16 outputs) in intel_sdvo_set_active_outputs() argument 667 &outputs, sizeof(outputs)); in intel_sdvo_set_active_outputs() 671 u16 *outputs) in intel_sdvo_get_active_outputs() argument 675 outputs, sizeof(*outputs)); in intel_sdvo_get_active_outputs() 721 u16 outputs) in intel_sdvo_set_target_output() argument 725 &outputs, sizeof(outputs)); in intel_sdvo_set_target_output()
|
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 221 if (w->outputs == -1) in dapm_widget_invalidate_output_paths() 224 w->outputs = -1; in dapm_widget_invalidate_output_paths() 232 if (source->outputs != -1) { in dapm_widget_invalidate_output_paths() 233 source->outputs = -1; in dapm_widget_invalidate_output_paths() 268 if (p->sink->outputs != 0) in dapm_path_invalidate() 945 if (widget->outputs >= 0) in is_connected_output_ep() 946 return widget->outputs; in is_connected_output_ep() 951 widget->outputs = snd_soc_dapm_suspend_check(widget); in is_connected_output_ep() 952 return widget->outputs; in is_connected_output_ep() 988 widget->outputs = con; in is_connected_output_ep() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm2835-gpio.txt | 13 - interrupts : The interrupt outputs from the controller. One interrupt per
|
D | pinctrl-mt65xx.txt | 30 - interrupts : The interrupt outputs from the controller.
|
D | qcom,pmic-mpp.txt | 98 outputs are enabled. The hardware ignores the configuration
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-dm355-evm.c | 311 .outputs = dm355evm_vpbe_outputs,
|
D | board-dm365-evm.c | 534 .outputs = dm365evm_vpbe_outputs,
|
D | board-dm644x-evm.c | 722 .outputs = dm644xevm_vpbe_outputs,
|
D | board-dm646x-evm.c | 534 .outputs = dm6467_ch0_outputs,
|
D | board-da850-evm.c | 1305 .outputs = da850_ch0_outputs,
|
/linux-4.1.27/drivers/net/wan/ |
D | farsync.c | 986 fst_op_raise(struct fst_port_info *port, unsigned int outputs) in fst_op_raise() argument 988 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise() 989 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_raise() 996 fst_op_lower(struct fst_port_info *port, unsigned int outputs) in fst_op_lower() argument 998 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower() 999 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_lower()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pvr2fb.c | 119 static struct pvr2_params outputs[] = { variable 827 (char *)pvr2_get_param(outputs, NULL, video_output, 3)); in pvr2fb_common_init() 1053 video_output = pvr2_get_param(outputs, output_arg, 0, 3); in pvr2fb_setup()
|
D | Kconfig | 1267 swap primary and secondary head outputs, or to change output mode. 1318 PAL or NTSC or to swap primary and secondary head outputs.
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | interrupt.txt | 36 has a total of 12 outputs cascading into the core interrupt controller.
|
/linux-4.1.27/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 37 reset outputs.
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | jack.txt | 15 headphone outputs if no headphones are present).
|
D | dapm.txt | 28 2. Platform/Machine domain - physically connected inputs and outputs 54 o Mux - An analog switch that outputs only one of many inputs.
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 619 GPIO expanders used for additional digital outputs or inputs. 743 Open drain outputs are required for this usage. 946 Driver for 74x164 compatible serial-in/parallel-out 8-outputs 948 to more gpio outputs. 963 This provides a GPIO interface supporting inputs and outputs. 971 This provides GPIO interface supporting inputs and outputs.
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 603 u16 outputs) in psb_intel_sdvo_set_active_outputs() argument 607 &outputs, sizeof(outputs)); in psb_intel_sdvo_set_active_outputs() 653 u16 outputs) in psb_intel_sdvo_set_target_output() argument 657 &outputs, sizeof(outputs)); in psb_intel_sdvo_set_target_output()
|
/linux-4.1.27/drivers/clk/ |
D | Kconfig | 134 tristate "Clock driver for PWMs used as clock outputs"
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/ |
D | ldb.txt | 41 be configured - one input will be distributed on both outputs in dual
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-ptp | 109 outputs. To enable a periodic output, write five
|
D | sysfs-bus-iio | 462 mode is shared across all outputs. 472 If Y is not present the mode is shared across all outputs. 484 operation. Y may be suppressed if all outputs are controlled
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 108 Some views generated by the debug feature to hold various debug outputs.
|
D | Debugging390.txt | 1139 outputs 1273 outputs among other things 1737 outputs: 1781 this outputs 1790 This outputs 1894 outputs 1931 On my machine outputs 1937 On my machine now outputs
|
/linux-4.1.27/drivers/iio/dac/ |
D | Kconfig | 150 (I2C 8-Bit DACs with rail-to-rail outputs):
|
/linux-4.1.27/drivers/regulator/ |
D | Kconfig | 523 outputs which can be controlled by i2c communication. 533 outputs which can be controlled by i2c communication. 554 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 99 Some GPIO controllers directly support open drain and open source outputs; many
|
D | consumer.txt | 240 Set multiple GPIO outputs with a single function call
|
D | gpio-legacy.txt | 423 Some GPIO controllers directly support open drain outputs; many don't. When
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 115 which ifconfig outputs. (Note: If the MAC address is wrong,
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-fimc.txt | 10 any single sub-device, like common camera port pins or the CAMCLK clock outputs
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | iskeleton.S | 194 | Expected outputs:
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 112 outputs:
|
/linux-4.1.27/arch/arm64/boot/dts/exynos/ |
D | exynos7.dtsi | 522 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
|
/linux-4.1.27/arch/blackfin/mach-bf609/boards/ |
D | ezkit.c | 1110 .outputs = adv7511_outputs, 1186 .outputs = adv7343_outputs,
|
/linux-4.1.27/drivers/leds/ |
D | Kconfig | 188 outputs. To be useful the particular board must have LEDs 458 ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver
|
/linux-4.1.27/include/sound/ |
D | soc-dapm.h | 576 int outputs; member
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 167 Bit 7: SLEEP_OE_N - enable outputs during low power modes
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 129 past samples and outputs are included in the feedback. For example, a
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 554 * @cyls: outputs number of cylinders calculated via this pointer 555 * @hds: outputs number of heads calculated via this pointer 556 * @secs: outputs number of sectors calculated via this pointer 934 * In a similar manner, init_this_scsi_driver() outputs to the console
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 24 - Use DISPC to update any of the outputs
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 8 be loaded to run a torture test. The test periodically outputs
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 53 /sys/kernel/debug/usb/devices outputs. The T-line will have a bus number.
|
D | usb-serial.txt | 308 reported state. Queries of outputs (DTR,RTS) show the last
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 104 of the outputs should not be returned, since the core keeps
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 582 - General purpose outputs
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 879 : /* outputs */ : /* inputs */ : /* clobbers */);
|
D | pinctrl.txt | 198 to their electronic properties when used as inputs or outputs. For example you
|
/linux-4.1.27/drivers/staging/comedi/ |
D | Kconfig | 635 and 2016 boards also have a watchdog for resetting the outputs to "0".
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 454 and then outputs either option1 or option2
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 643 The video_switch command cycles through the available video outputs
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1065 dtc basically takes a device-tree in a given format and outputs a
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2488 The trace_pipe outputs the same content as the trace file, but
|