Searched refs:pvt_read_limit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 4 milliseconds