/linux/Documentation/hwmon/ |
H A D | pcf8591.rst | 30 differential inputs: 35 - mode 1 : three differential inputs 36 Pins AIN3 is the common negative differential input 37 Pins AIN0 to AIN2 are positive differential inputs for channels 0 to 2 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 46 Pins AIN1 is the negative differential input for channel 0 [all …]
|
H A D | ads7828.rst | 34 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.
|
H A D | ltc2991.rst | 29 supply voltages and can be paired for differential measurements of current sense
|
/linux/Documentation/devicetree/bindings/sound/ |
H A 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.
|
H A 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;
|
H A D | rt5660.txt | 16 - realtek,in1-differential 17 - realtek,in3-differential 18 Boolean. Indicate MIC1/3 input are differential, rather than single-ended.
|
H A D | rt5651.txt | 13 - realtek,in2-differential 14 Boolean. Indicate MIC2 input are differential, rather than single-ended.
|
H A D | cs42l56.txt | 25 as a pseudo-differential input referenced to AIN1REF/AIN3A. 28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
|
H A D | pcm3060.txt | 15 "false" or not specified if output is differential.
|
/linux/drivers/scsi/ |
H A D | sim710.c | 85 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()
|
/linux/drivers/iio/adc/ |
H A D | mcp320x.c | 100 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 D | ti-ads8344.c | 51 .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 D | ti-adc0832.c | 64 .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() 218 scan_chan->differential); in adc0832_trigger_handler()
|
H A D | ad7606.c | 350 bool *bipolar, bool *differential) in ad7606_get_chan_config() argument 359 *differential = false; in ad7606_get_chan_config() 390 *differential = (ret == 0); in ad7606_get_chan_config() 392 if (*differential && !*bipolar) { in ad7606_get_chan_config() 410 bool bipolar, differential; in ad7606c_18bit_chan_scale_setup() local 420 ret = ad7606_get_chan_config(indio_dev, ch, &bipolar, &differential); in ad7606c_18bit_chan_scale_setup() 424 if (differential) { in ad7606c_18bit_chan_scale_setup() 431 chan->differential = 1; in ad7606c_18bit_chan_scale_setup() 437 chan->differential = 0; in ad7606c_18bit_chan_scale_setup() 467 bool bipolar, differential; in ad7606c_16bit_chan_scale_setup() local [all …]
|
H A D | ti-ads1119.c | 556 bool differential) in ads1119_map_analog_inputs_mux() argument 561 if (!differential) in ads1119_map_analog_inputs_mux() 599 bool differential; in ads1119_alloc_and_config_channels() local 627 differential = fwnode_property_present(child, "diff-channels"); in ads1119_alloc_and_config_channels() 628 if (differential) in ads1119_alloc_and_config_channels() 641 differential); in ads1119_alloc_and_config_channels() 655 if (differential) { in ads1119_alloc_and_config_channels() 657 chan->differential = 1; in ads1119_alloc_and_config_channels()
|
H A D | ltc2471.c | 61 if (chan->differential) in ltc2471_read_raw() 94 .differential = 1,
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-g12b-s922x-khadas-vim3.dts | 19 * 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 D | meson-g12b-a311d-khadas-vim3.dts | 19 * 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 D | meson-sm1-khadas-vim3l.dts | 87 * 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
|
/linux/drivers/iio/dummy/ |
H A D | iio_simple_dummy.c | 144 .differential = 1, 179 .differential = 1, 297 } else if (chan->differential) { in iio_dummy_read_raw() 346 switch (chan->differential) { in iio_dummy_read_raw()
|
/linux/Documentation/iio/ |
H A D | ad4695.rst | 64 Each ``INx`` pin can be used as a pseudo-differential input in conjunction with 83 Each ``INx`` pin can be used as a pseudo-differential input in conjunction with 110 used as a pseudo-differential input. The device tree for using ``IN2`` as the
|
/linux/drivers/iio/cdc/ |
H A D | ad7746.c | 206 .differential = 1, 230 .differential = 1, 518 chip->capdac[chan->channel][chan->differential] = val > 0 ? in ad7746_write_raw() 670 chip->capdac[chan->channel][chan->differential]) * 338646; in ad7746_read_raw()
|
/linux/Documentation/scsi/ |
H A D | 53c700.rst | 46 differential operation. 123 differential: (OPTIONAL) 124 Set to 1 if the chip drives a differential bus.
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb10dpcm8.rst | 26 differential pulse-code modulation, is lossy. Each colour component
|
/linux/sound/soc/codecs/ |
H A D | adau1781.c | 369 bool differential) in adau1781_set_input_mode() argument 373 if (differential) in adau1781_set_input_mode()
|