Home
last modified time | relevance | path

Searched refs:differential (Results 1 – 25 of 169) sorted by relevance

1234567

/openbmc/linux/Documentation/hwmon/
H A Dpcf8591.rst30 differential inputs:
35 - mode 1 : three differential inputs
36 Pins AIN3 is the common negative differential input
39 - mode 2 : single ended and differential mixed
41 Pins AIN2 is the positive differential input for channel 3
42 Pins AIN3 is the negative differential input for channel 3
44 - mode 3 : two differential inputs
45 Pins AIN0 is the positive differential input for channel 0
60 - 1 = three differential inputs
61 - 2 = single ended and differential mixed
[all …]
H A Dads7828.rst34 set to true for differential mode, false for default single ended mode.
56 It can operate in single ended mode (8 +ve inputs) or in differential mode,
57 where 4 differential pairs can be measured.
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drt5677.txt23 - realtek,in1-differential
24 - realtek,in2-differential
25 - realtek,lout1-differential
26 - realtek,lout2-differential
27 - realtek,lout3-differential
28 Boolean. Indicate MIC1/2 input and LOUT1/2/3 outputs are differential,
75 realtek,in1-differential = "true";
H A Drt5665.txt15 - realtek,in1-differential
16 - realtek,in2-differential
17 - realtek,in3-differential
18 - realtek,in4-differential
19 Boolean. Indicate MIC1/2/3/4 input are differential, rather than single-ended.
H A Dcs42l52.txt21 - cirrus,mica-differential-cfg : boolean, If present, then the MICA input is configured
22 as a differential input. If not present then the MICA input is configured as
25 - cirrus,micb-differential-cfg : boolean, If present, then the MICB input is configured
26 as a differential input. If not present then the MICB input is configured as
44 cirrus.mica-differential-cfg;
H A Drt5640.txt18 - realtek,in1-differential
19 - realtek,in2-differential
20 - realtek,in3-differential
21 Boolean. Indicate MIC1/2/3 input are differential, rather than single-ended.
23 - realtek,lout-differential
24 Boolean. Indicate LOUT output is differential, rather than stereo.
H A Drt5660.txt16 - realtek,in1-differential
17 - realtek,in3-differential
18 Boolean. Indicate MIC1/3 input are differential, rather than single-ended.
H A Drt5659.txt18 - realtek,in1-differential
19 - realtek,in3-differential
20 - realtek,in4-differential
21 Boolean. Indicate MIC1/3/4 input are differential, rather than single-ended.
H A Drt5651.txt13 - realtek,in2-differential
14 Boolean. Indicate MIC2 input are differential, rather than single-ended.
/openbmc/linux/drivers/scsi/
H A Dsim710.c85 int irq, int clock, int differential, in sim710_probe_common() argument
109 hostdata->differential = differential; in sim710_probe_common()
174 unsigned char irq, differential = 0, scsi_id = 7; in sim710_eisa_probe() local
201 differential, scsi_id); in sim710_eisa_probe()
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dti,ads7828.yaml29 ti,differential-input:
31 Set to use the device in differential mode.
55 ti,differential-input;
H A Dadc128d818.txt10 - Mode 2: 4 pseudo-differential voltage readings
14 2 pseudo-differential voltage readings
/openbmc/linux/drivers/iio/adc/
H A Dti-ads8344.c51 .differential = 1, \
77 bool differential) in ads8344_adc_conversion() argument
83 if (!differential) in ads8344_adc_conversion()
111 channel->differential); in ads8344_read_raw()
H A Dmcp320x.c100 const unsigned int channel, bool differential) in mcp320x_channel_to_tx_data() argument
107 return ((start_bit << 4) | (!differential << 3) | in mcp320x_channel_to_tx_data()
113 return ((start_bit << 6) | (!differential << 5) | in mcp320x_channel_to_tx_data()
121 bool differential, int device_index, int *val) in mcp320x_adc_conversion() argument
137 differential); in mcp320x_adc_conversion()
209 channel->differential, device_index, val); in mcp320x_read_raw()
251 .differential = 1, \
H A Dti-adc0832.c64 .differential = 1, \
136 bool differential) in adc0832_adc_conversion() argument
152 adc->tx_buf[0] |= differential ? 0 : (1 << adc->mux_bits); in adc0832_adc_conversion()
179 channel->differential); in adc0832_read_raw()
219 scan_chan->differential); in adc0832_trigger_handler()
H A Dltc2471.c61 if (chan->differential) in ltc2471_read_raw()
94 .differential = 1,
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-a311d-khadas-vim3.dts19 * The VIM3 on-board MCU can mux the PCIe/USB3.0 shared differential
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
H A Dmeson-g12b-s922x-khadas-vim3.dts19 * The VIM3 on-board MCU can mux the PCIe/USB3.0 shared differential
22 * The PHY driving these differential lines is shared between
25 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
H A Dmeson-sm1-khadas-vim3l.dts87 * The VIM3 on-board MCU can mux the PCIe/USB3.0 shared differential
90 * The PHY driving these differential lines is shared between
93 * If the MCU is configured to mux the PCIe/USB3.0 differential lines
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdelta/
H A Dxdelta3_3.1.0.bb1 SUMMARY = "Xdelta is a tool for differential compression"
2 DESCRIPTION = "Open-source binary diff, differential compression tools, \
/openbmc/u-boot/doc/device-tree-bindings/adc/
H A Dst,stm32-adc.txt69 - st,adc-diff-channels: List of differential channels muxed for this ADC.
70 Depending on part used, some channels can be configured as differential
76 single-ended and some other ones as differential (mixed). But channels
77 can't be configured both as single-ended and differential (invalid).
130 - channels 2 & 3 as differential (with resp. 6 & 7 negative inputs)
/openbmc/linux/drivers/iio/dummy/
H A Diio_simple_dummy.c144 .differential = 1,
179 .differential = 1,
297 } else if (chan->differential) { in iio_dummy_read_raw()
348 switch (chan->differential) { in iio_dummy_read_raw()
/openbmc/u-boot/drivers/video/bridge/
H A DKconfig15 differential signalling) converters. They enable an LVDS LCD panel
24 The NXP PTN3460 is a DisplayPort-to-LVDS (Low voltage differential
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dddr-setup.cfg67 /* (differential input) */
69 /* (differential input) */
/openbmc/linux/Documentation/devicetree/bindings/
H A Dtrivial-devices.yaml254 # Microchip differential I2C ADC, 1 Channel, 18 bit
256 # Microchip differential I2C ADC, 2 Channel, 18 bit
258 # Microchip differential I2C ADC, 2 Channel, 18 bit
260 # Microchip differential I2C ADC, 4 Channel, 18 bit
262 # Microchip differential I2C ADC, 1 Channel, 16 bit
264 # Microchip differential I2C ADC, 2 Channel, 16 bit
266 # Microchip differential I2C ADC, 2 Channel, 16 bit
268 # Microchip differential I2C ADC, 4 Channel, 16 bit

1234567