Home
last modified time | relevance | path

Searched full:ref_sel (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7173.c225 u8 ref_sel;
673 u8 ref_sel; in ad7173_is_setup_equal()
681 cfg1->ref_sel == cfg2->ref_sel && in ad7173_is_setup_equal()
731 config = FIELD_PREP(AD7173_SETUP_REF_SEL_MASK, cfg->ref_sel); in ad7173_load_config()
1283 *val = ad7173_get_ref_voltage_milli(st, ch->cfg.ref_sel); in ad7173_read_raw()
1290 *val = ad7173_get_ref_voltage_milli(st, ch->cfg.ref_sel); in ad7173_read_raw()
1727 static int ad7173_validate_reference(struct ad7173_state *st, int ref_sel) in ad7173_validate_reference() argument
1732 if (ref_sel == AD7173_SETUP_REF_SEL_INT_REF && !st->info->has_int_ref) in ad7173_validate_reference()
1736 if (ref_sel == AD7173_SETUP_REF_SEL_EXT_REF2 && !st->info->has_ref2) in ad7173_validate_reference()
1740 ret = ad7173_get_ref_voltage_milli(st, ref_sel); in ad7173_validate_reference()
[all …]
H A Dad4062.c500 const bool *ref_sel) in ad4062_setup() argument
527 *ref_sel)); in ad4062_setup()
1332 static int ad4062_regulators_get(struct ad4062_state *st, bool *ref_sel) in ad4062_regulators_get() argument
1342 *ref_sel = st->vref_uV == -ENODEV; in ad4062_regulators_get()
1343 if (st->vref_uV < 0 && !*ref_sel) in ad4062_regulators_get()
1347 if (*ref_sel) { in ad4062_regulators_get()
1491 bool ref_sel; in ad4062_probe() local
1503 ret = ad4062_regulators_get(st, &ref_sel); in ad4062_probe()
1534 ret = ad4062_setup(indio_dev, indio_dev->channels, &ref_sel); in ad4062_probe()
H A Dad4170-4.c1102 unsigned int ch_reg, unsigned int ref_sel) in ad4170_get_input_range() argument
1108 switch (ref_sel) { in ad4170_get_input_range()
/linux/Documentation/devicetree/bindings/usb/
H A Dsmsc,usb3503.yaml65 that clock signal is always available, its rate is specified by REF_SEL
75 Frequency of the REFCLK signal as defined by REF_SEL pins. If not
/linux/include/linux/mfd/
H A Dstmpe.h144 u8 ref_sel; member
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_rf2959.c52 PDEBUG("reg0 CFG1 ref_sel %d hibernate %d rf_vco_reg_en %d"
/linux/drivers/input/touchscreen/
H A Dstmpe-ts.c271 ts->stmpe->ref_sel = val; in stmpe_ts_get_platform_info()