Home
last modified time | relevance | path

Searched refs:ref_sel (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7173.c224 u8 ref_sel;
672 u8 ref_sel; in ad7173_is_setup_equal()
680 cfg1->ref_sel == cfg2->ref_sel && in ad7173_is_setup_equal()
730 config = FIELD_PREP(AD7173_SETUP_REF_SEL_MASK, cfg->ref_sel); in ad7173_load_config()
1282 *val = ad7173_get_ref_voltage_milli(st, ch->cfg.ref_sel); in ad7173_read_raw()
1289 *val = ad7173_get_ref_voltage_milli(st, ch->cfg.ref_sel); in ad7173_read_raw()
1726 static int ad7173_validate_reference(struct ad7173_state *st, int ref_sel) in ad7173_validate_reference() argument
1731 if (ref_sel == AD7173_SETUP_REF_SEL_INT_REF && !st->info->has_int_ref) in ad7173_validate_reference()
1735 if (ref_sel == AD7173_SETUP_REF_SEL_EXT_REF2 && !st->info->has_ref2) in ad7173_validate_reference()
1739 ret = ad7173_get_ref_voltage_milli(st, ref_sel); in ad7173_validate_reference()
[all …]
/linux/include/linux/mfd/
H A Dstmpe.h144 u8 ref_sel; member
/linux/drivers/input/touchscreen/
H A Dstmpe-ts.c271 ts->stmpe->ref_sel = val; in stmpe_ts_get_platform_info()