Searched refs:wf_sensor (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/macintosh/ |
D | windfarm.h | 100 struct wf_sensor; 103 int (*get_value)(struct wf_sensor *sr, s32 *val); 104 void (*release)(struct wf_sensor *sr); 108 struct wf_sensor { struct 118 extern int wf_register_sensor(struct wf_sensor *sr); argument 119 extern void wf_unregister_sensor(struct wf_sensor *sr); 120 extern struct wf_sensor * wf_find_sensor(const char *name); 121 extern int wf_get_sensor(struct wf_sensor *sr); 122 extern void wf_put_sensor(struct wf_sensor *sr); 124 static inline int wf_sensor_get(struct wf_sensor *sr, s32 *val) in wf_sensor_get()
|
D | windfarm_smu_sensors.c | 55 struct wf_sensor sens; 59 static void smu_ads_release(struct wf_sensor *sr) in smu_ads_release() 88 static int smu_cputemp_get(struct wf_sensor *sr, s32 *value) in smu_cputemp_get() 111 static int smu_cpuamp_get(struct wf_sensor *sr, s32 *value) in smu_cpuamp_get() 132 static int smu_cpuvolt_get(struct wf_sensor *sr, s32 *value) in smu_cpuvolt_get() 153 static int smu_slotspow_get(struct wf_sensor *sr, s32 *value) in smu_slotspow_get() 276 struct wf_sensor *volts; 277 struct wf_sensor *amps; 280 struct wf_sensor sens; 286 static void smu_cpu_power_release(struct wf_sensor *sr) in smu_cpu_power_release() [all …]
|
D | windfarm_core.c | 301 struct wf_sensor *sr = container_of(kref, struct wf_sensor, ref); in wf_sensor_release() 314 struct wf_sensor *sens = container_of(attr, struct wf_sensor, attr); in wf_show_sensor() 324 int wf_register_sensor(struct wf_sensor *new_sr) in wf_register_sensor() 326 struct wf_sensor *sr; in wf_register_sensor() 359 void wf_unregister_sensor(struct wf_sensor *sr) in wf_unregister_sensor() 371 struct wf_sensor * wf_find_sensor(const char *name) in wf_find_sensor() 373 struct wf_sensor *sr; in wf_find_sensor() 389 int wf_get_sensor(struct wf_sensor *sr) in wf_get_sensor() 398 void wf_put_sensor(struct wf_sensor *sr) in wf_put_sensor() 415 struct wf_sensor *sr; in wf_register_client()
|
D | windfarm_pm121.c | 229 static struct wf_sensor *sensor_cpu_power; 230 static struct wf_sensor *sensor_cpu_temp; 231 static struct wf_sensor *sensor_cpu_voltage; 232 static struct wf_sensor *sensor_cpu_current; 233 static struct wf_sensor *sensor_gpu_temp; 234 static struct wf_sensor *sensor_north_bridge_temp; 235 static struct wf_sensor *sensor_hard_drive_temp; 236 static struct wf_sensor *sensor_optical_drive_temp; 237 static struct wf_sensor *sensor_incoming_air_temp; /* unused ! */ 363 struct wf_sensor **sensor; /* use sensor_id instead ? */ [all …]
|
D | windfarm_max6690_sensor.c | 30 struct wf_sensor sens; 35 static int wf_max6690_get(struct wf_sensor *sr, s32 *value) in wf_max6690_get() 51 static void wf_max6690_release(struct wf_sensor *sr) in wf_max6690_release()
|
D | windfarm_lm75_sensor.c | 40 struct wf_sensor sens; 44 static int wf_lm75_get(struct wf_sensor *sr, s32 *value) in wf_lm75_get() 78 static void wf_lm75_release(struct wf_sensor *sr) in wf_lm75_release()
|
D | windfarm_lm87_sensor.c | 38 struct wf_sensor sens; 68 static int wf_lm87_get(struct wf_sensor *sr, s32 *value) in wf_lm87_get() 87 static void wf_lm87_release(struct wf_sensor *sr) in wf_lm87_release()
|
D | windfarm_ad7417_sensor.c | 33 struct wf_sensor sensors[5]; 37 static int wf_ad7417_temp_get(struct wf_sensor *sr, s32 *value) in wf_ad7417_temp_get() 100 static int wf_ad7417_adc_get(struct wf_sensor *sr, s32 *value) in wf_ad7417_adc_get() 160 static void wf_ad7417_sensor_release(struct wf_sensor *sr) in wf_ad7417_sensor_release()
|
D | windfarm_pm112.c | 50 static struct wf_sensor *sens_cpu_temp[NR_CORES]; 51 static struct wf_sensor *sens_cpu_power[NR_CORES]; 52 static struct wf_sensor *hd_temp; 53 static struct wf_sensor *slots_power; 54 static struct wf_sensor *u4_temp; 268 struct wf_sensor *sr; in cpu_fans_tick() 597 static void pm112_new_sensor(struct wf_sensor *sr) in pm112_new_sensor()
|
D | windfarm_rm31.c | 49 static struct wf_sensor *sens_cpu_temp[NR_CHIPS]; 50 static struct wf_sensor *sens_cpu_volts[NR_CHIPS]; 51 static struct wf_sensor *sens_cpu_amps[NR_CHIPS]; 52 static struct wf_sensor *backside_temp; 53 static struct wf_sensor *slots_temp; 54 static struct wf_sensor *dimms_temp; 606 static void rm31_new_sensor(struct wf_sensor *sr) in rm31_new_sensor()
|
D | windfarm_pm91.c | 66 static struct wf_sensor *sensor_cpu_power; 67 static struct wf_sensor *sensor_cpu_temp; 68 static struct wf_sensor *sensor_hd_temp; 69 static struct wf_sensor *sensor_slots_power; 577 static void wf_smu_new_sensor(struct wf_sensor *sr) in wf_smu_new_sensor() 620 ((struct wf_sensor *)data)->name); in wf_smu_notify()
|
D | windfarm_pm72.c | 49 static struct wf_sensor *sens_cpu_temp[NR_CHIPS]; 50 static struct wf_sensor *sens_cpu_volts[NR_CHIPS]; 51 static struct wf_sensor *sens_cpu_amps[NR_CHIPS]; 52 static struct wf_sensor *backside_temp; 53 static struct wf_sensor *drives_temp; 716 static void pm72_new_sensor(struct wf_sensor *sr) in pm72_new_sensor()
|
D | windfarm_pm81.c | 134 static struct wf_sensor *sensor_cpu_power; 135 static struct wf_sensor *sensor_cpu_temp; 136 static struct wf_sensor *sensor_hd_temp; 651 static void wf_smu_new_sensor(struct wf_sensor *sr) in wf_smu_new_sensor() 688 ((struct wf_sensor *)data)->name); in wf_smu_notify()
|
D | windfarm_smu_sat.c | 55 struct wf_sensor sens; 147 static int wf_sat_sensor_get(struct wf_sensor *sr, s32 *value) in wf_sat_sensor_get() 189 static void wf_sat_sensor_release(struct wf_sensor *sr) in wf_sat_sensor_release()
|