Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dpac1934.c310 u32 shunts[PAC1934_MAX_NUM_CHANNELS]; member
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()
1112 info->active_channels[idx] = (info->shunts[idx] != 0); in pac1934_acpi_parse_channel_config()
1188 &info->shunts[idx]); in pac1934_fw_parse_channel_config()
[all …]
/linux-6.15/drivers/iio/afe/
H A DKconfig13 that handles voltage dividers, current sense shunts and
/linux-6.15/drivers/comedi/drivers/
H A Djr3_pci.h322 struct six_axis_array shunts; /* offset 0x0060 */ member