Searched refs:pvt_write_limit (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | bt1-pvt.c | 355 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit() function 538 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit() function 837 return pvt_write_limit(pvt, ch, true, val); in pvt_hwmon_write() 839 return pvt_write_limit(pvt, ch, false, val); in pvt_hwmon_write() 847 return pvt_write_limit(pvt, PVT_VOLT + ch, true, val); in pvt_hwmon_write() 849 return pvt_write_limit(pvt, PVT_VOLT + ch, false, val); in pvt_hwmon_write()
|