Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dpac1934.c293 * @shunts: shunts
310 u32 shunts[PAC1934_MAX_NUM_CHANNELS]; member
486 return sysfs_emit(buf, "%u\n", info->shunts[this_attr->address]); in pac1934_shunt_value_show()
504 info->shunts[this_attr->address] = sh_val; in pac1934_shunt_value_store()
861 *val2 = info->shunts[channel]; in pac1934_read_raw()
863 *val2 = info->shunts[channel] >> 1; in pac1934_read_raw()
876 *val2 = info->shunts[channel]; in pac1934_read_raw()
878 *val2 = info->shunts[channel] >> 1; in pac1934_read_raw()
891 *val2 = info->shunts[channe in pac1934_read_raw()
[all...]
/linux/drivers/iio/afe/
H A DKconfig13 that handles voltage dividers, current sense shunts and
/linux/drivers/comedi/drivers/
H A Djr3_pci.h314 * proper for the indicated shunt readings. If shunts is 0, then
316 * changing the sensor gain, and making shunts readings, please
322 struct six_axis_array shunts; /* offset 0x0060 */ member