Searched refs:pvt_read_limit (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | bt1-pvt.c | 334 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit() function 532 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit() function 758 return pvt_read_limit(pvt, ch, true, val); in pvt_hwmon_read() 760 return pvt_read_limit(pvt, ch, false, val); in pvt_hwmon_read() 774 return pvt_read_limit(pvt, PVT_VOLT + ch, true, val); in pvt_hwmon_read() 776 return pvt_read_limit(pvt, PVT_VOLT + ch, false, val); in pvt_hwmon_read()
|