Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dpac1934.c310 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[channel]; in pac1934_read_raw()
893 *val2 = info->shunts[channel] >> 1; in pac1934_read_raw()
1111 info->shunts[idx] = rez->package.elements[i + 1].integer.value * 1000; in pac1934_acpi_parse_channel_config()
[all …]
/linux-6.12.1/drivers/iio/afe/
DKconfig13 that handles voltage dividers, current sense shunts and
/linux-6.12.1/drivers/comedi/drivers/
Djr3_pci.h322 struct six_axis_array shunts; /* offset 0x0060 */ member