| /kernel/linux/linux-6.6/include/linux/platform_data/ |
| D | ad7793.h | 54 * enum ad7793_current_source_direction - AD7793 excitation current direction 72 * enum ad7793_excitation_current - AD7793 excitation current selection 73 * @AD7793_IX_DISABLED: Excitation current Disabled. 74 * @AD7793_IX_10uA: Enable 10 micro-ampere excitation current. 75 * @AD7793_IX_210uA: Enable 210 micro-ampere excitation current. 76 * @AD7793_IX_1mA: Enable 1 milli-Ampere excitation current. 95 * @exitation_current: Excitation current selection 96 * @current_source_direction: Excitation current direction selection
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | ad7793.h | 54 * enum ad7793_current_source_direction - AD7793 excitation current direction 72 * enum ad7793_excitation_current - AD7793 excitation current selection 73 * @AD7793_IX_DISABLED: Excitation current Disabled. 74 * @AD7793_IX_10uA: Enable 10 micro-ampere excitation current. 75 * @AD7793_IX_210uA: Enable 210 micro-ampere excitation current. 76 * @AD7793_IX_1mA: Enable 1 milli-Ampere excitation current. 95 * @exitation_current: Excitation current selection 96 * @current_source_direction: Excitation current direction selection
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/cdc/ |
| D | adi,ad7746.yaml | 28 adi,excitation-vdd-permille: 30 Set VDD per mille to be used as the excitation voltage. 35 description: Enables the EXCA pin as the excitation output. 40 Inverts the excitation output in the EXCA pin. 47 description: Enables the EXCB pin as the excitation output. 51 description: Inverts the excitation output in the EXCB pin. 69 adi,excitation-vdd-permille = <125>;
|
| /kernel/linux/linux-5.10/drivers/staging/iio/cdc/ |
| D | ad7746.h | 21 unsigned char exclvl; /*Excitation Voltage Level */ 22 bool exca_en; /* enables EXCA pin as the excitation output */ 23 bool exca_inv_en; /* enables /EXCA pin as the excitation output */ 24 bool excb_en; /* enables EXCB pin as the excitation output */ 25 bool excb_inv_en; /* enables /EXCB pin as the excitation output */
|
| D | ad7746.c | 62 /* Excitation Setup Register Bit Designations (AD7746_REG_EXC_SETUP) */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/ |
| D | adi,ad4130.yaml | 143 adi,excitation-pin-0: 145 Analog input to apply excitation current to while the channel 152 adi,excitation-pin-1: 154 Analog input to apply excitation current to while this channel 161 adi,excitation-current-0-nanoamp: 163 Excitation current in nanoamps to be applied to pin specified in 164 adi,excitation-pin-0 while this channel is active. 168 adi,excitation-current-1-nanoamp: 170 Excitation current in nanoamps to be applied to pin specified in 171 adi,excitation-pin-1 while this channel is active.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/temperature/ |
| D | adi,ltc2983.yaml | 64 excitation values. 177 adi,excitation-current-microamp: 179 Magnitude of the 1l excitation current applied to the diode. 180 4l excitation current will be 4 times this value, and 8l 181 excitation current will be 8 times value. 235 adi,excitation-current-microamp: 236 description: Excitation current applied to the RTD. 276 Whether to enable excitation current rotation to automatically 328 Whether to enable excitation current rotation to automatically 332 adi,excitation-current-nanoamp: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
| D | adi,ltc2983.yaml | 30 result. Each conversion cycle is performed with different excitation and 32 excitation circuits and input switch configurations are changed and an 159 adi,excitation-current-microamp: 161 This property controls the magnitude of the excitation current 219 Boolean property which enables excitation current rotation to 224 adi,excitation-current-microamp: 226 This property controls the magnitude of the excitation current 299 Boolean property which enables excitation current rotation to 303 adi,excitation-current-nanoamp: 305 This property controls the magnitude of the excitation current [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-adc-ad7192 | 6 excitation mode found on some converters. In ac excitation mode, 7 the polarity of the excitation voltage is reversed on
|
| D | sysfs-bus-iio-impedance-analyzer-ad5933 | 32 Number of output excitation cycles (settling time cycles)
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-adc-ad7192 | 6 excitation mode found on some converters. In ac excitation mode, 7 the polarity of the excitation voltage is reversed on
|
| D | sysfs-bus-iio-impedance-analyzer-ad5933 | 32 Number of output excitation cycles (settling time cycles)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/afe/ |
| D | temperature-sense-rtd.yaml | 59 excitation-current-microamp: 86 - excitation-current-microamp 97 excitation-current-microamp = <1000>; /* i = U/R = 5 / 5000 */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/addac/ |
| D | adi,ad74115.yaml | 206 adi,3-wire-rtd-excitation-swap: 208 description: Whether to swap the excitation for 3-wire RTD. 210 adi,rtd-excitation-current-microamp: 211 description: Excitation current to apply to RTD.
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | ad7793.c | 114 /* IO (Excitation Current Sources) Register Bit Designations (AD7793_REG_IO) */ 124 #define AD7793_IO_IXCEN_10uA (1 << 0) /* Excitation Current 10uA */ 125 #define AD7793_IO_IXCEN_210uA (2 << 0) /* Excitation Current 210uA */ 126 #define AD7793_IO_IXCEN_1mA (3 << 0) /* Excitation Current 1mA */
|
| D | ad4130.c | 1432 fwnode_property_read_u32(child, "adi,excitation-current-0-nanoamp", &tmp); in ad4130_parse_fw_setup() 1436 "Invalid excitation current %unA\n", tmp); in ad4130_parse_fw_setup() 1440 fwnode_property_read_u32(child, "adi,excitation-current-1-nanoamp", &tmp); in ad4130_parse_fw_setup() 1444 "Invalid excitation current %unA\n", tmp); in ad4130_parse_fw_setup() 1519 "Invalid excitation pin %u\n", pin); in ad4130_validate_excitation_pin() 1607 fwnode_property_read_u32(child, "adi,excitation-pin-0", in ad4130_parse_fw_channel() 1615 fwnode_property_read_u32(child, "adi,excitation-pin-1", in ad4130_parse_fw_channel()
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | ad7793.c | 114 /* IO (Excitation Current Sources) Register Bit Designations (AD7793_REG_IO) */ 124 #define AD7793_IO_IXCEN_10uA (1 << 0) /* Excitation Current 10uA */ 125 #define AD7793_IO_IXCEN_210uA (2 << 0) /* Excitation Current 210uA */ 126 #define AD7793_IO_IXCEN_1mA (3 << 0) /* Excitation Current 1mA */
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| D | ltc2983.c | 815 ret = of_property_read_u32(child, "adi,excitation-current-microamp", in ltc2983_rtd_new() 848 "Invalid value for excitation current(%u)", in ltc2983_rtd_new() 937 ret = of_property_read_u32(child, "adi,excitation-current-nanoamp", in ltc2983_thermistor_new() 995 "Invalid value for excitation current(%u)", in ltc2983_thermistor_new() 1043 ret = of_property_read_u32(child, "adi,excitation-current-microamp", in ltc2983_diode_new() 1061 "Invalid value for excitation current(%u)", in ltc2983_diode_new()
|
| /kernel/linux/linux-6.6/drivers/iio/temperature/ |
| D | ltc2983.c | 869 ret = fwnode_property_read_u32(child, "adi,excitation-current-microamp", in ltc2983_rtd_new() 902 "Invalid value for excitation current(%u)", in ltc2983_rtd_new() 990 ret = fwnode_property_read_u32(child, "adi,excitation-current-nanoamp", in ltc2983_thermistor_new() 1048 "Invalid value for excitation current(%u)", in ltc2983_thermistor_new() 1095 ret = fwnode_property_read_u32(child, "adi,excitation-current-microamp", in ltc2983_diode_new() 1113 "Invalid value for excitation current(%u)", in ltc2983_diode_new()
|
| /kernel/linux/linux-6.6/drivers/iio/afe/ |
| D | iio-rescale.c | 419 ret = device_property_read_u32(dev, "excitation-current-microamp", in rescale_temp_sense_rtd_props() 422 dev_err(dev, "failed to read excitation-current-microamp: %d\n", in rescale_temp_sense_rtd_props()
|
| /kernel/linux/linux-6.6/drivers/iio/cdc/ |
| D | ad7746.c | 62 /* Excitation Setup Register Bit Designations (AD7746_REG_EXC_SETUP) */ 762 ret = device_property_read_u32(dev, "adi,excitation-vdd-permille", in ad7746_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | iqs269a.yaml | 172 Specifies the inductive sensing excitation frequency as follows (paren-
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | iqs269a.yaml | 172 Specifies the inductive sensing excitation frequency as follows (paren-
|
| /kernel/linux/linux-6.6/drivers/staging/iio/resolver/ |
| D | ad2s1210.c | 261 "ad2s1210: excitation frequency out of range\n"); in ad2s1210_store_fexcit()
|
| /kernel/linux/linux-5.10/drivers/staging/iio/resolver/ |
| D | ad2s1210.c | 260 "ad2s1210: excitation frequency out of range\n"); in ad2s1210_store_fexcit()
|