Home
last modified time | relevance | path

Searched refs:chval (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dlkc.h159 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value() argument
161 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
/openbmc/linux/drivers/power/supply/
H A Dmp2629_charger.c160 int chval; in mp2629_read_adc() local
162 ret = iio_read_channel_processed(charger->iiochan[ch], &chval); in mp2629_read_adc()
166 val->intval = chval * 1000; in mp2629_read_adc()