Searched refs:pvt_read_limit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | bt1-pvt.c | 310 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit() function 508 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit() function 734 return pvt_read_limit(pvt, ch, true, val); in pvt_hwmon_read() 736 return pvt_read_limit(pvt, ch, false, val); in pvt_hwmon_read() 750 return pvt_read_limit(pvt, PVT_VOLT + ch, true, val); in pvt_hwmon_read() 752 return pvt_read_limit(pvt, PVT_VOLT + ch, false, val); in pvt_hwmon_read()
|