Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/hwmon/
Dpcf859125 differential inputs :
29 - mode 1 : three differential inputs
30 Pins AIN3 is the common negative differential input
31 Pins AIN0 to AIN2 are positive differential inputs for channels 0 to 2
33 - mode 2 : single ended and differential mixed
35 Pins AIN2 is the positive differential input for channel 3
36 Pins AIN3 is the negative differential input for channel 3
38 - mode 3 : two differential inputs
39 Pins AIN0 is the positive differential input for channel 0
40 Pins AIN1 is the negative differential input for channel 0
[all …]
Dads782827 set to true for differential mode, false for default single ended mode.
49 It can operate in single ended mode (8 +ve inputs) or in differential mode,
50 where 4 differential pairs can be measured.
Dads101524 The inputs can be used single ended or in certain differential combinations.
/linux-4.4.14/drivers/scsi/
DNCR_D700.c178 int slot, u32 region, int differential) in NCR_D700_probe_one() argument
200 hostdata->differential = (((1<<siop) & differential) != 0); in NCR_D700_probe_one()
250 int differential; in NCR_D700_probe() local
297 switch(differential = (inb(base_addr + 0x08) >> 6)) { in NCR_D700_probe()
300 differential = 0x02; in NCR_D700_probe()
304 differential = 0x03; in NCR_D700_probe()
308 differential = 0x00; in NCR_D700_probe()
312 differential); in NCR_D700_probe()
313 differential = 0x00; in NCR_D700_probe()
334 differential)) != 0) in NCR_D700_probe()
Dsim710.c98 int irq, int clock, int differential, in sim710_probe_common() argument
122 hostdata->differential = differential; in sim710_probe_common()
188 unsigned char irq, differential = 0, scsi_id = 7; in sim710_eisa_probe() local
215 differential, scsi_id); in sim710_eisa_probe()
DNCR_Q720.c85 __u8 differential = readb(vaddr + NCR_Q720_SCSR_OFFSET) & 0x20; in NCR_Q720_probe_one() local
108 device.differential = differential ? 2 : 0; in NCR_Q720_probe_one()
110 (unsigned long)paddr, differential, version); in NCR_Q720_probe_one()
Dsni_53c710.c89 hostdata->differential = 0; in snirm710_probe()
Dlasi700.c114 hostdata->differential = 0; in lasi700_probe()
Dzalon.c133 device.differential = 2; in zalon_probe()
Dqlogicpti.c540 qpti->differential = 1; in qlogicpti_load_firmware()
542 qpti->differential = 0; in qlogicpti_load_firmware()
659 if (qpti->differential && in qlogicpti_verify_tmon()
1357 qpti->differential = 1; in qpti_sbus_probe()
1362 (qpti->differential ? "differential" : "single ended")); in qpti_sbus_probe()
DBusLogic.h521 bool differential:1; /* Byte 13 Bit 1 */ member
1016 bool differential:1; member
Dqlogicpti.h368 char differential, ultra, clock; member
D53c700.h202 __u32 differential:1; /* if we are differential */ member
D53c700.c390 hostdata->rev, hostdata->differential ? in NCR_700_detect()
401 spi_signalling(host) = hostdata->differential ? SPI_SIGNAL_HVD : in NCR_700_detect()
675 (hostdata->differential ? DIFF : 0), in NCR_700_chip_setup()
683 NCR_700_writeb(hostdata->differential ? in NCR_700_chip_setup()
DBusLogic.c1382 adapter->differential = false; in blogic_rdconfig()
1573 adapter->differential = ext_setupinfo.differential; in blogic_rdconfig()
1844 …adapter->adapter_bus_type], (adapter->wide ? " Wide" : ""), (adapter->differential ? " Differentia… in blogic_reportconfig()
Dncr53c8xx.h1316 u8 differential; member
Dncr53c8xx.c8318 if (device->differential)
8319 driver_setup.diff_support = device->differential;
/linux-4.4.14/Documentation/devicetree/bindings/sound/
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";
Drt5640.txt15 - realtek,in1-differential
16 - realtek,in2-differential
17 - realtek,in3-differential
18 Boolean. Indicate MIC1/2/3 input are differential, rather than single-ended.
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;
Drt5645.txt19 - realtek,in2-differential
20 Boolean. Indicate MIC2 input are differential, rather than single-ended.
Dcs42l56.txt25 as a pseudo-differential input referenced to AIN1REF/AIN3A.
28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
/linux-4.4.14/drivers/iio/adc/
Dmcp320x.c74 const unsigned int channel, bool differential) in mcp320x_channel_to_tx_data() argument
85 return ((start_bit << 4) | (!differential << 3) | in mcp320x_channel_to_tx_data()
91 return ((start_bit << 6) | (!differential << 5) | in mcp320x_channel_to_tx_data()
99 bool differential, int device_index) in mcp320x_adc_conversion() argument
106 channel, differential); in mcp320x_adc_conversion()
153 channel->differential, device_index); in mcp320x_read_raw()
197 .differential = 1, \
Dad7266.c254 .differential = 1, \
Dad7793.c475 if (chan->differential) { in ad7793_read_raw()
Dmax1363.c485 .differential = 1, \
/linux-4.4.14/drivers/staging/iio/
Diio_simple_dummy.c155 .differential = 1,
190 .differential = 1,
308 } else if (chan->differential) { in iio_dummy_read_raw()
359 switch (chan->differential) { in iio_dummy_read_raw()
/linux-4.4.14/drivers/staging/iio/cdc/
Dad7152.c337 if (chan->differential) in ad7152_read_raw()
370 if (chan->differential) in ad7152_read_raw()
445 .differential = 1,
463 .differential = 1,
Dad7746.c167 .differential = 1,
191 .differential = 1,
532 chip->capdac[chan->channel][chan->differential] = (val > 0 ? in ad7746_write_raw()
646 [chan->differential]) * 338646; in ad7746_read_raw()
/linux-4.4.14/Documentation/scsi/
D53c700.txt40 differential operation.
119 differential: (OPTIONAL)
121 set to 1 if the chip drives a differential bus.
Dncr53c8xx.txt597 bit as a flag indicating singled-ended/differential interface.
617 the full range of Symbios features, differential, led pin, without
875 differential support from BIOS settings diff:1
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dti,cdce706.txt14 in case of crystal oscillator or differential signal input
/linux-4.4.14/sound/soc/codecs/
Dadau1781.c370 bool differential) in adau1781_set_input_mode() argument
374 if (differential) in adau1781_set_input_mode()
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dads1015.txt5 The inputs can be used single ended or in certain differential combinations.
/linux-4.4.14/include/linux/iio/adc/
Dad_sigma_delta.h130 .differential = (_channel2 == -1 ? 0 : 1), \
/linux-4.4.14/tools/perf/Documentation/
Dperf-diff.txt6 perf-diff - Read perf.data files and display the differential profile
20 The differential profile is displayed only for events matching both
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-mipi-csis.txt46 - samsung,csis-hs-settle : (optional) differential receiver (HS-RX) settle time;
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dads7846.txt32 ti,keep-vref-on set to keep vref on for differential
/linux-4.4.14/include/linux/iio/
Diio.h252 unsigned differential:1; member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dab8500.txt80 - stericsson,amic[1|2]-type-single-ended : Single-ended Analoge Mic (default: differential)
/linux-4.4.14/drivers/staging/iio/adc/
Dad7280a.c499 st->channels[cnt].differential = 1; in ad7280_channel_init()
522 st->channels[cnt].differential = 1; in ad7280_channel_init()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio95 Raw (unscaled) differential voltage measurement equivalent to
97 physically equivalent inputs when non differential readings are
98 separately available. In differential only parts, then all that
125 Raw differential capacitance measurement equivalent to
127 physically equivalent inputs when non differential readings are
128 separately available. In differential only parts, then all that
644 change (1st differential) in the specified (_rising|_falling)
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt213 with things like differential equations and Kalman filters. This is
/linux-4.4.14/drivers/iio/
Dindustrialio-core.c639 if (chan->differential) { /* Differential can not have modifier */ in __iio_device_attr_init()