Searched refs:pvt_write_limit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | bt1-pvt.c | 331 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit() function 514 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit() function 813 return pvt_write_limit(pvt, ch, true, val); in pvt_hwmon_write() 815 return pvt_write_limit(pvt, ch, false, val); in pvt_hwmon_write() 823 return pvt_write_limit(pvt, PVT_VOLT + ch, true, val); in pvt_hwmon_write() 825 return pvt_write_limit(pvt, PVT_VOLT + ch, false, val); in pvt_hwmon_write()
|