Home
last modified time | relevance | path

Searched full:excitation (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dad7793.h54 * 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
/OK3568_Linux_fs/kernel/drivers/staging/iio/cdc/
H A Dad7746.h21 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 */
H A Dad7746.c62 /* Excitation Setup Register Bit Designations (AD7746_REG_EXC_SETUP) */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml30 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-ad71926 excitation mode found on some converters. In ac excitation mode,
7 the polarity of the excitation voltage is reversed on
H A Dsysfs-bus-iio-impedance-analyzer-ad593332 Number of output excitation cycles (settling time cycles)
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dirc2pc.c46 /* GPRIME - Excitation modification gain */
51 /* G2PASS - Excitation modification sharpening factor */
H A Dbsynz.c254 /* Impulse doublet excitation for plosives */ in bsynz_()
270 /* Load voiced excitation */ in bsynz_()
304 /* Modify the excitation with all-zero filter 1 + G*SUM */ in bsynz_()
/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dltc2983.c815 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()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dad7793.c114 /* 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 */
H A Dad7192.c64 #define AD7192_MODE_ACX BIT(14) /* AC excitation enable(AD7195 only)*/
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml172 Specifies the inductive sensing excitation frequency as follows (paren-
/OK3568_Linux_fs/kernel/drivers/staging/iio/resolver/
H A Dad2s1210.c260 "ad2s1210: excitation frequency out of range\n"); in ad2s1210_store_fexcit()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Djr3_pci.h40 * channels. Channel 0 shows the excitation voltage at the sensor. It
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Diqs269a.c914 "Invalid excitation frequency: %u\n", val); in iqs269_parse_prop()