Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dina3221.c94 INA3221_CHANNEL3, enumerator
142 if (channel > INA3221_CHANNEL3) in ina3221_is_enabled()
279 const bool is_shunt = channel > INA3221_CHANNEL3; in ina3221_read_in()
343 if (channel > INA3221_CHANNEL3) in ina3221_read_curr()
447 if (channel > INA3221_CHANNEL3) in ina3221_write_curr()
627 if (channel - 1 <= INA3221_CHANNEL3) in ina3221_is_visible()
740 static SENSOR_DEVICE_ATTR_RW(shunt3_resistor, ina3221_shunt, INA3221_CHANNEL3);
781 } else if (val > INA3221_CHANNEL3) { in ina3221_probe_child_from_dt()