Searched refs:pvt_read_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | bt1-pvt.c | 314 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data() function 476 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data() function 753 return pvt_read_data(pvt, ch, val); in pvt_hwmon_read() 772 return pvt_read_data(pvt, PVT_VOLT + ch, val); in pvt_hwmon_read()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | bt1-pvt.c | 290 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data() function 452 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data() function 729 return pvt_read_data(pvt, ch, val); in pvt_hwmon_read() 748 return pvt_read_data(pvt, PVT_VOLT + ch, val); in pvt_hwmon_read()
|
Completed in 6 milliseconds