Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dina238.c107 bool has_20bit_voltage_current; /* vshunt, vbus and current are 20-bit fields */ member
131 .has_20bit_voltage_current = true,
140 .has_20bit_voltage_current = false,
149 .has_20bit_voltage_current = false,
158 .has_20bit_voltage_current = false,
168 .has_20bit_voltage_current = false,
178 .has_20bit_voltage_current = false,
246 if (data->config->has_20bit_voltage_current) { in ina228_read_voltage()
363 if (data->config->has_20bit_voltage_current) { in __ina238_read_curr()