Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dpac1934.c497 int sh_val; in pac1934_shunt_value_store() local
499 if (kstrtouint(buf, 10, &sh_val)) { in pac1934_shunt_value_store()
505 info->shunts[this_attr->address] = sh_val; in pac1934_shunt_value_store()