/Linux-v4.19/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.
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 23 - 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";
|
D | rt5665.txt | 15 - 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.
|
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 | rt5659.txt | 18 - realtek,in1-differential 19 - realtek,in3-differential 20 - realtek,in4-differential 21 Boolean. Indicate MIC1/3/4 input are differential, rather than single-ended.
|
D | rt5660.txt | 16 - realtek,in1-differential 17 - realtek,in3-differential 18 Boolean. Indicate MIC1/3 input are differential, rather than single-ended.
|
D | rt5640.txt | 18 - realtek,in1-differential 19 - realtek,in2-differential 20 - realtek,in3-differential 21 Boolean. Indicate MIC1/2/3 input are differential, rather than single-ended.
|
D | rt5651.txt | 13 - realtek,in2-differential 14 Boolean. Indicate MIC2 input are differential, rather than single-ended.
|
D | rt5645.txt | 19 - realtek,in2-differential 20 Boolean. Indicate MIC2 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.
|
D | ak5558.txt | 1 AK5558 8 channel differential 32-bit delta-sigma ADC
|
D | ak4613.txt | 12 - asahi-kasei,in2-single-end rather than differential.
|
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/ |
D | ads7828.txt | 11 - ti,differential-input 12 Set to use the device in differential mode. 24 ti,differential-input;
|
D | adc128d818.txt | 10 - Mode 2: 4 pseudo-differential voltage readings 14 2 pseudo-differential voltage readings
|
/Linux-v4.19/drivers/scsi/ |
D | sim710.c | 98 int irq, int clock, int differential, in sim710_probe_common() argument 122 hostdata->differential = differential; in sim710_probe_common() 187 unsigned char irq, differential = 0, scsi_id = 7; in sim710_eisa_probe() local 214 differential, scsi_id); in sim710_eisa_probe()
|
/Linux-v4.19/drivers/iio/adc/ |
D | mcp320x.c | 102 const unsigned int channel, bool differential) in mcp320x_channel_to_tx_data() argument 109 return ((start_bit << 4) | (!differential << 3) | in mcp320x_channel_to_tx_data() 115 return ((start_bit << 6) | (!differential << 5) | in mcp320x_channel_to_tx_data() 123 bool differential, int device_index, int *val) in mcp320x_adc_conversion() argument 139 differential); in mcp320x_adc_conversion() 211 channel->differential, device_index, val); in mcp320x_read_raw() 253 .differential = 1, \
|
D | ti-adc0832.c | 60 .differential = 1, \ 132 bool differential) in adc0832_adc_conversion() argument 148 adc->tx_buf[0] |= differential ? 0 : (1 << adc->mux_bits); in adc0832_adc_conversion() 175 channel->differential); in adc0832_read_raw() 216 scan_chan->differential); in adc0832_trigger_handler()
|
D | ltc2471.c | 62 if (chan->differential) in ltc2471_read_raw() 95 .differential = 1,
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | st,stm32-adc.txt | 68 - st,adc-diff-channels: List of differential channels muxed for this ADC. 69 Depending on part used, some channels can be configured as differential 75 single-ended and some other ones as differential (mixed). But channels 76 can't be configured both as single-ended and differential (invalid). 129 - channels 2 & 3 as differential (with resp. 6 & 7 negative inputs)
|
/Linux-v4.19/drivers/iio/dummy/ |
D | iio_simple_dummy.c | 147 .differential = 1, 182 .differential = 1, 300 } else if (chan->differential) { in iio_dummy_read_raw() 351 switch (chan->differential) { in iio_dummy_read_raw()
|
/Linux-v4.19/drivers/staging/iio/cdc/ |
D | ad7152.c | 344 if (chan->differential) in ad7152_read_raw() 377 if (chan->differential) in ad7152_read_raw() 459 .differential = 1, 479 .differential = 1,
|
D | ad7746.c | 172 .differential = 1, 196 .differential = 1, 485 chip->capdac[chan->channel][chan->differential] = val > 0 ? in ad7746_write_raw() 617 [chan->differential]) * 338646; in ad7746_read_raw()
|
/Linux-v4.19/Documentation/scsi/ |
D | 53c700.txt | 40 differential operation. 119 differential: (OPTIONAL) 121 set to 1 if the chip drives a differential bus.
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-srggb10dpcm8.rst | 26 differential pulse-code modulation, is lossy. Each colour component
|