/linux-4.1.27/Documentation/hwmon/ |
D | pcf8591 | 25 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 …]
|
D | ads7828 | 27 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.
|
D | ads1015 | 24 The inputs can be used single ended or in certain differential combinations.
|
/linux-4.1.27/drivers/scsi/ |
D | NCR_D700.c | 178 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()
|
D | sim710.c | 98 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()
|
D | NCR_Q720.c | 85 __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()
|
D | sni_53c710.c | 89 hostdata->differential = 0; in snirm710_probe()
|
D | lasi700.c | 114 hostdata->differential = 0; in lasi700_probe()
|
D | zalon.c | 133 device.differential = 2; in zalon_probe()
|
D | qlogicpti.c | 540 qpti->differential = 1; in qlogicpti_load_firmware() 542 qpti->differential = 0; in qlogicpti_load_firmware() 659 if (qpti->differential && in qlogicpti_verify_tmon() 1358 qpti->differential = 1; in qpti_sbus_probe() 1363 (qpti->differential ? "differential" : "single ended")); in qpti_sbus_probe()
|
D | BusLogic.h | 521 bool differential:1; /* Byte 13 Bit 1 */ member 1016 bool differential:1; member
|
D | qlogicpti.h | 368 char differential, ultra, clock; member
|
D | 53c700.h | 202 __u32 differential:1; /* if we are differential */ member
|
D | 53c700.c | 391 hostdata->rev, hostdata->differential ? in NCR_700_detect() 402 spi_signalling(host) = hostdata->differential ? SPI_SIGNAL_HVD : in NCR_700_detect() 676 (hostdata->differential ? DIFF : 0), in NCR_700_chip_setup() 684 NCR_700_writeb(hostdata->differential ? in NCR_700_chip_setup()
|
D | BusLogic.c | 1382 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()
|
D | ncr53c8xx.h | 1316 u8 differential; member
|
D | ncr53c8xx.c | 8318 if (device->differential) 8319 driver_setup.diff_support = device->differential;
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 22 - realtek,in1-differential 23 - realtek,in2-differential 24 - realtek,lout1-differential 25 - realtek,lout2-differential 26 - realtek,lout3-differential 27 Boolean. Indicate MIC1/2 input and LOUT1/2/3 outputs are differential, 73 realtek,in1-differential = "true";
|
D | cs42l52.txt | 21 - 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;
|
D | rt5640.txt | 15 - realtek,in1-differential 16 - realtek,in2-differential 17 Boolean. Indicate MIC1/2 input are differential, rather than single-ended.
|
D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
/linux-4.1.27/drivers/iio/adc/ |
D | mcp320x.c | 72 const unsigned int channel, bool differential) in mcp320x_channel_to_tx_data() argument 82 return ((start_bit << 4) | (!differential << 3) | in mcp320x_channel_to_tx_data() 88 return ((start_bit << 6) | (!differential << 5) | in mcp320x_channel_to_tx_data() 96 bool differential, int device_index) in mcp320x_adc_conversion() argument 103 channel, differential); in mcp320x_adc_conversion() 148 channel->differential, device_index); in mcp320x_read_raw() 192 .differential = 1, \
|
D | ad7266.c | 254 .differential = 1, \
|
D | ad7793.c | 475 if (chan->differential) { in ad7793_read_raw()
|
D | max1363.c | 485 .differential = 1, \
|
/linux-4.1.27/drivers/staging/iio/ |
D | iio_simple_dummy.c | 155 .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.1.27/drivers/staging/iio/cdc/ |
D | ad7152.c | 337 if (chan->differential) in ad7152_read_raw() 370 if (chan->differential) in ad7152_read_raw() 445 .differential = 1, 463 .differential = 1,
|
D | ad7746.c | 174 .differential = 1, 198 .differential = 1, 538 chip->capdac[chan->channel][chan->differential] = (val > 0 ? in ad7746_write_raw() 651 [chan->differential]) * 338646; in ad7746_read_raw()
|
/linux-4.1.27/Documentation/scsi/ |
D | 53c700.txt | 40 differential operation. 119 differential: (OPTIONAL) 121 set to 1 if the chip drives a differential bus.
|
D | ncr53c8xx.txt | 597 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.1.27/Documentation/devicetree/bindings/clock/ |
D | ti,cdce706.txt | 14 in case of crystal oscillator or differential signal input
|
/linux-4.1.27/sound/soc/codecs/ |
D | adau1781.c | 371 bool differential) in adau1781_set_input_mode() argument 375 if (differential) in adau1781_set_input_mode()
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | ads1015.txt | 5 The inputs can be used single ended or in certain differential combinations.
|
/linux-4.1.27/include/linux/iio/adc/ |
D | ad_sigma_delta.h | 130 .differential = (_channel2 == -1 ? 0 : 1), \
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-diff.txt | 6 perf-diff - Read perf.data files and display the differential profile 20 The differential profile is displayed only for events matching both
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-mipi-csis.txt | 46 - samsung,csis-hs-settle : (optional) differential receiver (HS-RX) settle time;
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | ads7846.txt | 32 ti,keep-vref-on set to keep vref on for differential
|
/linux-4.1.27/include/linux/iio/ |
D | iio.h | 249 unsigned differential:1; member
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 80 - stericsson,amic[1|2]-type-single-ended : Single-ended Analoge Mic (default: differential)
|
/linux-4.1.27/drivers/staging/iio/adc/ |
D | ad7280a.c | 499 st->channels[cnt].differential = 1; in ad7280_channel_init() 522 st->channels[cnt].differential = 1; in ad7280_channel_init()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 88 Raw (unscaled) differential voltage measurement equivalent to 90 physically equivalent inputs when non differential readings are 91 separately available. In differential only parts, then all that 118 Raw differential capacitance measurement equivalent to 120 physically equivalent inputs when non differential readings are 121 separately available. In differential only parts, then all that 601 change (1st differential) in the specified (_rising|_falling)
|
/linux-4.1.27/Documentation/power/ |
D | power_supply_class.txt | 213 with things like differential equations and Kalman filters. This is
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-core.c | 615 if (chan->differential) { /* Differential can not have modifier */ in __iio_device_attr_init()
|