Home
last modified time | relevance | path

Searched refs:outputs (Results 1 – 196 of 196) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c523 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 …]
Dmatroxfb_crtc2.c85 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 …]
Dmatroxfb_base.c801 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par()
802 minfo->outputs[out].output->compute) { in matroxfb_set_par()
803 minfo->outputs[out].output->compute(minfo->outputs[out].data, &mt); in matroxfb_set_par()
821 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par()
822 minfo->outputs[out].output->program) { in matroxfb_set_par()
823 minfo->outputs[out].output->program(minfo->outputs[out].data); in matroxfb_set_par()
827 if (minfo->outputs[out].src == MATROXFB_SRC_CRTC1 && in matroxfb_set_par()
828 minfo->outputs[out].output->start) { in matroxfb_set_par()
829 minfo->outputs[out].output->start(minfo->outputs[out].data); in matroxfb_set_par()
918 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
[all …]
Dmatroxfb_DAC1064.c212 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 …]
Dmatroxfb_maven.c478 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()
Dmatroxfb_Ti3026.c699 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()
Dmatroxfb_base.h384 } outputs[MATROXFB_MAX_OUTPUTS]; member
Dmatroxfb_misc.c293 if (minfo->outputs[1].src == MATROXFB_SRC_CRTC1) in matroxfb_vgaHWinit()
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe.c83 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 …]
Dvpif_display.c689 if (config->chan_config[ch->channel_id].outputs == NULL) in vpif_s_std()
693 output = chan_cfg->outputs[ch->output_idx].output; in vpif_s_std()
735 if (config->chan_config[ch->channel_id].outputs == NULL) in vpif_g_std()
739 output = chan_cfg->outputs[ch->output_idx].output; in vpif_g_std()
762 *output = chan_cfg->outputs[output->index].output; in vpif_enum_output()
786 if (chan_cfg->outputs == NULL) in vpif_output_to_subdev()
789 subdev_name = chan_cfg->outputs[index].subdev_name; in vpif_output_to_subdev()
825 input = chan_cfg->outputs[index].input_route; in vpif_set_output()
826 output = chan_cfg->outputs[index].output_route; in vpif_set_output()
836 if (chan_cfg->outputs != NULL) in vpif_set_output()
[all …]
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt105 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 …]
Dhdio.txt95 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.4.14/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth8 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_port
18 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_drop
25 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_null
31 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_flush
38 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_reset
44 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_smcfreq
Dsysfs-ptp109 outputs. To enable a periodic output, write five
Dsysfs-bus-iio504 mode is shared across all outputs.
514 If Y is not present the mode is shared across all outputs.
526 operation. Y may be suppressed if all outputs are controlled
/linux-4.4.14/arch/arm/boot/dts/
Dpicoxcell-pc3x3.dtsi48 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 …]
Dexynos5422-odroidxu4.dts42 samsung,pwm-outputs = <0>, <2>;
Dpicoxcell-pc7302-pc3x2.dts32 clock-outputs = "ref";
Dpicoxcell-pc7302-pc3x3.dts32 clock-outputs = "ref";
Dexynos4412-odroidu3.dts76 samsung,pwm-outputs = <0>;
Dstih415-clock.dtsi83 /* Remaining outputs unused */
143 /* Remaining outputs unused */
490 /* Remaining outputs unused */
Dste-nomadik-nhk15.dts63 /* These chrystal outputs are not used on this board */
Ds5pv210-smdkv210.dts220 samsung,pwm-outputs = <3>;
Ds3c64xx.dtsi173 samsung,pwm-outputs = <0>, <1>;
Dpicoxcell-pc3x2.dtsi42 clock-outputs = "bus", "pclk";
Dstih416-clock.dtsi84 /* Remaining outputs unused */
145 /* Remaining outputs unused */
493 /* Remaining outputs unused */
Domap4-panda-common.dtsi329 * wl12xx GPIO outputs for WLAN_EN, BT_EN, FM_EN, BT_WAKEUP
Dexynos5250.dtsi659 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
Dexynos5420.dtsi500 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
Dexynos4412-trats2.dts1233 samsung,pwm-outputs = <0>;
/linux-4.4.14/Documentation/hwmon/
Dmax3179019 PWM outputs. The desired fan speeds (or PWM duty cycles) are written
20 through the I2C interface. The outputs drive "4-wire" fans directly,
24 Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%)
26 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can
Ddme173747 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 …]
Dadt747021 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
Dadt747543 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
Dasc762137 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%.
Dpc8742724 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:
Dlm8557 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
Dadt746223 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
Dadm102621 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
Demc6w20123 multiple DC fans using three Pulse Width Modulator (PWM) outputs. Note
Dw8379373 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.
Dvt121153 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
Dlm9352 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
Dw83792d43 The driver also implements up to seven fan control outputs: pwm1-7. Pwm1-7
50 For all pwmX outputs, a value of 0 means minimum fan speed and a value of
Dabituguru-datasheet245 Bank 0x24 PWM outputs for FAN's (R)
246 Bank 0x25 PWM outputs for FAN's (W)
Dw83627ehf87 The mode works for fan1-fan4. Mapping of temperatures to pwm outputs is as
Dit87234 used to drive all fan outputs, which is why pwm2_freq and pwm3_freq are
Dsysfs-interface294 temperature inputs and PWM outputs. When several temperature inputs are
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.txt4 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>;
Dnxp,pca9685-pwm.txt13 - open-drain (bool): boolean to configure outputs with open-drain structure;
/linux-4.4.14/drivers/clk/ti/
Dfapll.c71 struct clk_onecell_data outputs; member
543 fd->outputs.clks = kzalloc(sizeof(struct clk *) * in ti_fapll_setup()
546 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.4.14/arch/arm/mach-pxa/include/mach/
Didp.h187 #define KEYBD_MATRIX_SET_OUTPUTS(outputs) \ argument
189 IDP_CPLD_KB_COL_LOW = outputs;\
190 IDP_CPLD_KB_COL_HIGH = outputs >> 7;\
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-vcc.txt4 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.
Dst,quadfs.txt29 clock outputs but not all of them in a specific instance
34 for the remaining outputs.
Dst,flexgen.txt65 outputs).
70 - clock-output-names : List of strings used to name the clock outputs.
/linux-4.4.14/Documentation/devicetree/bindings/arm/mediatek/
Dmediatek,pericfg.txt5 outputs to the system.
20 The available reset outputs are defined in
Dmediatek,infracfg.txt5 outputs to the system.
20 The available reset outputs are defined in
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77802.txt5 up application processors and peripherals, a 2-channel 32kHz clock outputs,
7 regulators, clocks outputs and the RTC.
Dmax77693.txt81 There are two LED outputs available - FLED1 and FLED2. Each of them can
92 on both outputs. The maximum current on each output is reduced
114 Valid values for a LED connected to both FLED outputs:
120 Valid values for a single LED connected to both FLED outputs:
Dstmpe.txt11 - interrupts : The interrupt outputs from the controller
Drk808.txt7 - interrupts: the interrupt outputs of the controller.
9 outputs). See <dt-bindings/clock/rockchip,rk808.h> for clock IDs.
Ds2mps11.txt32 KHz outputs, so to register these as clocks with common clock framework
36 The s2mps14 provides two (AP/BT) buffered 32.768 KHz outputs.
Dtps65910.txt6 - interrupts: the interrupt outputs of the controller
/linux-4.4.14/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-host1x.txt6 - 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.
206 - interrupts: The interrupt outputs from the controller.
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dzynq-7000.txt20 - 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:
Dmaxim,max77686.txt6 The MAX77686 contains three 32.768khz clock outputs that can be controlled
Dmaxim,max77802.txt6 The MAX77802 contains two 32.768khz clock outputs that can be controlled
Dclock-bindings.txt7 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
Dsunxi.txt85 - clock-output-names : shall be the corresponding names of the outputs.
106 For "allwinner,sun6i-a31-pll6-clk", there are 2 outputs. The first output
110 The "allwinner,*-mmc-clk" clocks have three different outputs: the
115 per mmc controller. The number of outputs is determined by the size of
Dsilabs,si5351.txt31 Each of the clock outputs can be overwritten individually by
Dlpc1850-cgu.txt10 clock sources, controls the clock generation, and routes the outputs
/linux-4.4.14/Documentation/input/
Drotary-encoder.txt8 peripherals with two wires. The outputs are phase-shifted by 90 degrees
12 Some encoders have both outputs low in stable states, others also have
13 a stable state with both outputs high (half-period mode) and some have
16 The phase diagram of these two outputs look like this:
/linux-4.4.14/drivers/usb/phy/
Dphy-omap-otg.c48 static void omap_otg_ctrl(struct otg_device *otg_dev, u32 outputs) in omap_otg_ctrl() argument
54 l |= outputs; in omap_otg_ctrl()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-core.c423 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.4.14/Documentation/sound/alsa/
DMIXART.txt9 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.
DHD-Audio-Controls.txt61 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
DREADME.maya4433 - all inputs/outputs on the M/IO/DIO extension card
103 PCM devices correspond to inputs/outputs as follows (assuming Maya44 is card #0):
DChannel-Mapping-API.txt21 wrong channels for 5.1 outputs, and you hear suddenly strange sound
DAudigy-mixer.txt192 and center / LFE outputs are affected.
209 LFE outputs.
DHD-Audio.txt28 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
Dhdspm.txt235 fader and 64-127 the playback to outputs fader. Value 0
DSB-Live-mixer.txt216 and center / LFE outputs are affected.
DALSA-Configuration.txt643 extout - bitmap of available external outputs for FX8010 (see bellow)
/linux-4.4.14/Documentation/ptp/
Dptp.txt80 - 6 GPIOs programmable as inputs or outputs
82 used as general inputs or outputs
84 - GPIO outputs can produce periodic signals
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.h51 unsigned int outputs; member
Drcar_du_group.c199 if (crtc0->outputs & BIT(RCAR_DU_OUTPUT_DPAD1)) in rcar_du_group_set_routing()
Drcar_du_crtc.c187 rcrtc->outputs |= BIT(output); in rcar_du_crtc_route_output()
488 rcrtc->outputs = 0; in rcar_du_crtc_disable()
/linux-4.4.14/include/media/davinci/
Dvpif_types.h51 const struct vpif_output *outputs; member
Dvpbe.h101 struct vpbe_output *outputs; member
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dics43432.txt7 contain audio data. A hardware pin determines if the device outputs data
Drt5677.txt28 Boolean. Indicate MIC1/2 input and LOUT1/2/3 outputs are differential,
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Diio-bindings.txt7 outputs to IIO inputs. Similar to the gpio specifiers, an IIO
19 IIO outputs.
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7120-l2-intc.txt9 - outputs multiple interrupts signals towards its interrupt controller parent
75 respective interrupt outputs bypass this 2nd level interrupt controller
Dbrcm,bcm3380-l2-intc.txt6 - outputs a single interrupt signal to its interrupt controller parent
Darm,vic.txt5 nested or have the outputs wire-OR'd together.
Dsamsung,exynos4210-combiner.txt9 interrupt sources can be connected to a combiner. The combiner outputs one
Dti,c64x+megamod-pic.txt36 has a total of 12 outputs cascading into the core interrupt controller.
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dcommon.txt14 - 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.4.14/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7123.txt4 The ADV7123 is a digital-to-analog converter that outputs VGA signals from a
/linux-4.4.14/Documentation/misc-devices/
Dmax687518 It provides timed outputs that can be used as a watchdog, if properly wired.
26 and outputs:
Dics932s40117 This chip has 4 clock outputs--a base clock for the CPU (which is likely
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c144 pipe->outputs[pipe->output_num++] = video; in vpfe_prepare_pipeline()
157 pipe->outputs[pipe->output_num++] = far_end; in vpfe_prepare_pipeline()
199 if (!pipe->outputs[i]->started || in vpfe_video_is_pipe_ready()
200 pipe->outputs[i]->state != VPFE_VIDEO_BUFFER_QUEUED) in vpfe_video_is_pipe_ready()
226 subdev = vpfe_video_remote_subdev(pipe->outputs[0], NULL); in vpfe_video_validate_pipeline()
287 entity = vpfe_get_input_entity(pipe->outputs[0]); in vpfe_pipeline_enable()
327 entity = vpfe_get_input_entity(pipe->outputs[0]); in vpfe_pipeline_disable()
378 if (pipe->outputs[i]->started) in all_videos_stopped()
Dvpfe_video.h66 struct vpfe_video_device *outputs[10]; member
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadp1653.txt11 There are two LED outputs available - flash and indicator. One LED is
Dadv7343.txt5 (CVBS), S-Video (Y-C), and component (YPrPb/RGB) analog outputs in standard
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-nmk.txt6 - interrupts : The interrupt outputs from the controller.
Dnvidia,tegra20-gpio.txt6 - interrupts : The interrupt outputs from the controller. For Tegra20,
Dgpio-mm-lantiq.txt5 written to outputs 16 bit to the latches.
Dgpio-twl4030.txt14 - ti,use-leds : Enables LEDA and LEDB outputs if set
Dgpio-mcp23s08.txt52 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:
Dbrcm,kona-gpio.txt16 - interrupts: The interrupt outputs from the controller. There is one GPIO
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-adc-ad7280a21 outputs are controlled only by inY-inZ_balance_switch_en.
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dfsl,imx6q-pcie.txt9 - interrupts: A list of interrupt outputs of the controller. Must contain an
Dsamsung,exynos5440-pcie.txt10 - interrupts: A list of interrupt outputs for level interrupt,
Dlayerscape-pci.txt19 - interrupts: A list of interrupt outputs of the controller. Must contain an
Dxgene-pci-msi.txt12 - interrupts: A list of 16 interrupt outputs of the controller, starting from
Dnvidia,tegra20-pcie.txt15 - interrupts: A list of interrupt outputs of the controller. Must contain an
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,omap-dss.txt18 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.4.14/Documentation/video4linux/
DZoran32 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
DREADME.davinci-vpbe55 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"
Dvivid.txt9 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 …]
DREADME.cpia26 Colour Processor Interface ASIC) based cameras. This camera outputs an MJPEG
/linux-4.4.14/Documentation/w1/slaves/
Dw1_ds240614 not supported. In TSOC-6 form, the DS2406 provides two switch outputs and
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dzynq-reset.txt24 Reset outputs:
Dreset.txt37 reset outputs.
/linux-4.4.14/arch/powerpc/kernel/
Drtas.c421 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.4.14/drivers/ras/
DKconfig11 produce correct outputs up to some given time. Reliability is
/linux-4.4.14/Documentation/fb/
Dmodedb.txt39 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'
Dmatroxfb.txt224 outputs:XYZ - set mapping between CRTC and outputs. Each letter can have value
/linux-4.4.14/sound/pci/emu10k1/
Demuproc.c189 char **outputs = emu->audigy ? audigy_outs : creative_outs; in snd_emu10k1_proc_read() local
230 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
234 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dda9211.txt6 - interrupts: the interrupt outputs of the controller
Dtps6586x.txt6 - interrupts: the interrupt outputs of the controller
Dtps65090.txt6 - interrupts: the interrupt outputs of the controller
Dregulator.txt4 - regulator-name: A string used as a descriptive name for regulator outputs
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pio4-pinctrl.txt9 - interrupts: interrupt outputs from the controller, one for each bank.
Dbrcm,bcm2835-gpio.txt13 - interrupts : The interrupt outputs from the controller. One interrupt per
Dpinctrl-mt65xx.txt35 - interrupts : The interrupt outputs from the controller.
Dqcom,pmic-mpp.txt100 outputs are enabled. The hardware ignores the configuration
/linux-4.4.14/Documentation/networking/
DPLIP.txt115 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.4.14/Documentation/devicetree/bindings/mmc/
Dfsl-imx-esdhc.txt28 transparent level shifters on the outputs of the controller. Two cells are
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt80 Then outputs MIPSFPGA\n\r on the serial port on the Nexys4DDR board.
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sdvo.c676 u16 outputs) in intel_sdvo_set_active_outputs() argument
680 &outputs, sizeof(outputs)); in intel_sdvo_set_active_outputs()
684 u16 *outputs) in intel_sdvo_get_active_outputs() argument
688 outputs, sizeof(*outputs)); in intel_sdvo_get_active_outputs()
734 u16 outputs) in intel_sdvo_set_target_output() argument
738 &outputs, sizeof(outputs)); in intel_sdvo_set_target_output()
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Dnvidia,tegra-mc.txt14 - interrupts: The interrupt outputs from the controller.
/linux-4.4.14/drivers/iio/dac/
DKconfig150 (I2C 8-Bit DACs with rail-to-rail outputs).
160 (I2C 8-Bit DACs with rail-to-rail outputs):
/linux-4.4.14/arch/arm/mach-davinci/
Dboard-dm355-evm.c311 .outputs = dm355evm_vpbe_outputs,
Dboard-dm365-evm.c534 .outputs = dm365evm_vpbe_outputs,
Dboard-dm644x-evm.c720 .outputs = dm644xevm_vpbe_outputs,
Dboard-dm646x-evm.c534 .outputs = dm6467_ch0_outputs,
Dboard-da850-evm.c1305 .outputs = da850_ch0_outputs,
/linux-4.4.14/drivers/net/wan/
Dfarsync.c986 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.4.14/drivers/video/fbdev/
Dpvr2fb.c119 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()
DKconfig1267 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.4.14/Documentation/acpi/
Dmethod-tracing.txt18 ACPICA subsystem provides debugging outputs when CONFIG_ACPI_DEBUG is
26 evaluations, the quantity of the debugging outputs may still be too
/linux-4.4.14/Documentation/devicetree/bindings/arm/samsung/
Dexynos-adc.txt38 - #io-channel-cells = <1>; As ADC has multiple outputs
/linux-4.4.14/Documentation/sound/alsa/soc/
Djack.txt15 headphone outputs if no headphones are present).
Ddapm.txt28 2. Platform/Machine domain - physically connected inputs and outputs
54 o Mux - An analog switch that outputs only one of many inputs.
/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c603 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.4.14/drivers/gpio/
DKconfig668 GPIO expanders used for additional digital outputs or inputs.
792 Open drain outputs are required for this usage.
995 Driver for 74x164 compatible serial-in/parallel-out 8-outputs
997 to more gpio outputs.
1009 This provides GPIO interface supporting inputs and outputs.
1021 This provides a GPIO interface supporting inputs and outputs.
/linux-4.4.14/Documentation/devicetree/bindings/display/imx/
Dldb.txt41 be configured - one input will be distributed on both outputs in dual
/linux-4.4.14/Documentation/trace/
Dintel_th.txt14 It consists of trace sources, trace destinations (outputs) and a
Dftrace.txt2541 The trace_pipe outputs the same content as the trace file, but
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_drv.h174 struct virtio_gpu_output outputs[VIRTIO_GPU_MAX_SCANOUTS]; member
Dvirtgpu_display.c429 struct virtio_gpu_output *output = vgdev->outputs + index; in vgdev_output_init()
Dvirtgpu_vq.c569 vgdev->outputs[i].info = resp->pmodes[i]; in virtio_gpu_cmd_get_display_info_cb()
/linux-4.4.14/drivers/clk/
DKconfig172 tristate "Clock driver for PWMs used as clock outputs"
/linux-4.4.14/Documentation/s390/
DCommonIO108 Some views generated by the debug feature to hold various debug outputs.
DDebugging390.txt1139 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.4.14/Documentation/devicetree/bindings/arm/
Darm,scpi.txt51 - clock-output-names : shall be the corresponding names of the outputs.
/linux-4.4.14/drivers/regulator/
DKconfig558 outputs which can be controlled by i2c communication.
568 outputs which can be controlled by i2c communication.
589 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
/linux-4.4.14/Documentation/gpio/
Dgpio.txt99 Some GPIO controllers directly support open drain and open source outputs; many
Dconsumer.txt276 Set multiple GPIO outputs with a single function call
Dgpio-legacy.txt423 Some GPIO controllers directly support open drain outputs; many don't. When
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt10 any single sub-device, like common camera port pins or the CAMCLK clock outputs
/linux-4.4.14/Documentation/dvb/
Dfaq.txt115 which ifconfig outputs. (Note: If the MAC address is wrong,
/linux-4.4.14/arch/m68k/ifpsp060/
Diskeleton.S194 | Expected outputs:
/linux-4.4.14/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi529 samsung,pwm-outputs = <0>, <1>, <2>, <3>;
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
Dezkit.c1110 .outputs = adv7511_outputs,
1186 .outputs = adv7343_outputs,
/linux-4.4.14/drivers/leds/
DKconfig212 outputs. To be useful the particular board must have LEDs
487 ASIC3 LED GPIOs are inputs, not outputs, thus the leds-gpio driver
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt112 outputs:
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt167 Bit 7: SLEEP_OE_N - enable outputs during low power modes
/linux-4.4.14/Documentation/thermal/
Dintel_powerclamp.txt129 past samples and outputs are included in the feedback. For example, a
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt554 * @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.4.14/Documentation/arm/OMAP/
DDSS24 - Use DISPC to update any of the outputs
/linux-4.4.14/Documentation/RCU/
Dtorture.txt8 be loaded to run a torture test. The test periodically outputs
/linux-4.4.14/Documentation/serial/
Ddriver104 of the outputs should not be returned, since the core keeps
/linux-4.4.14/Documentation/usb/
Dusbmon.txt53 /sys/kernel/debug/usb/devices outputs. The T-line will have a bus number.
Dusb-serial.txt308 reported state. Queries of outputs (DTR,RTS) show the last
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre28 Writing into this file will change the name, reading outputs
/linux-4.4.14/drivers/hid/
DKconfig605 - General purpose outputs
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt24 Decoding is done on-the-fly. The decoder outputs samples in the same format as
/linux-4.4.14/Documentation/
DCodingStyle879 : /* outputs */ : /* inputs */ : /* clobbers */);
Dpinctrl.txt198 to their electronic properties when used as inputs or outputs. For example you
/linux-4.4.14/drivers/staging/comedi/
DKconfig628 and 2016 boards also have a watchdog for resetting the outputs to "0".
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt454 and then outputs either option1 or option2
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt643 The video_switch command cycles through the available video outputs
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1069 dtc basically takes a device-tree in a given format and outputs a