Home
last modified time | relevance | path

Searched refs:wf_sensor (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/macintosh/
A Dwindfarm.h97 struct wf_sensor;
100 int (*get_value)(struct wf_sensor *sr, s32 *val);
101 void (*release)(struct wf_sensor *sr);
105 struct wf_sensor { struct
115 extern int wf_register_sensor(struct wf_sensor *sr); argument
116 extern void wf_unregister_sensor(struct wf_sensor *sr);
117 extern int wf_get_sensor(struct wf_sensor *sr);
118 extern void wf_put_sensor(struct wf_sensor *sr);
120 static inline int wf_sensor_get(struct wf_sensor *sr, s32 *val) in wf_sensor_get()
A Dwindfarm_smu_sensors.c54 struct wf_sensor sens;
58 static void smu_ads_release(struct wf_sensor *sr) in smu_ads_release()
87 static int smu_cputemp_get(struct wf_sensor *sr, s32 *value) in smu_cputemp_get()
110 static int smu_cpuamp_get(struct wf_sensor *sr, s32 *value) in smu_cpuamp_get()
131 static int smu_cpuvolt_get(struct wf_sensor *sr, s32 *value) in smu_cpuvolt_get()
152 static int smu_slotspow_get(struct wf_sensor *sr, s32 *value) in smu_slotspow_get()
274 struct wf_sensor *volts;
275 struct wf_sensor *amps;
278 struct wf_sensor sens;
284 static void smu_cpu_power_release(struct wf_sensor *sr) in smu_cpu_power_release()
[all …]
A Dwindfarm_pm121.c218 static struct wf_sensor *sensor_cpu_power;
219 static struct wf_sensor *sensor_cpu_temp;
220 static struct wf_sensor *sensor_cpu_voltage;
221 static struct wf_sensor *sensor_cpu_current;
222 static struct wf_sensor *sensor_gpu_temp;
223 static struct wf_sensor *sensor_north_bridge_temp;
224 static struct wf_sensor *sensor_hard_drive_temp;
584 struct wf_sensor *sensor; in pm121_sys_fans_tick()
897 static struct wf_sensor* pm121_register_sensor(struct wf_sensor *sensor, in pm121_register_sensor()
899 struct wf_sensor **var) in pm121_register_sensor()
[all …]
A Dwindfarm_core.c281 struct wf_sensor *sr = container_of(kref, struct wf_sensor, ref); in wf_sensor_release()
294 struct wf_sensor *sens = container_of(attr, struct wf_sensor, attr); in wf_show_sensor()
304 int wf_register_sensor(struct wf_sensor *new_sr) in wf_register_sensor()
306 struct wf_sensor *sr; in wf_register_sensor()
339 void wf_unregister_sensor(struct wf_sensor *sr) in wf_unregister_sensor()
351 int wf_get_sensor(struct wf_sensor *sr) in wf_get_sensor()
360 void wf_put_sensor(struct wf_sensor *sr) in wf_put_sensor()
377 struct wf_sensor *sr; in wf_register_client()
A Dwindfarm_max6690_sensor.c29 struct wf_sensor sens;
34 static int wf_max6690_get(struct wf_sensor *sr, s32 *value) in wf_max6690_get()
50 static void wf_max6690_release(struct wf_sensor *sr) in wf_max6690_release()
A Dwindfarm_lm75_sensor.c40 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()
A Dwindfarm_lm87_sensor.c36 struct wf_sensor sens;
66 static int wf_lm87_get(struct wf_sensor *sr, s32 *value) in wf_lm87_get()
85 static void wf_lm87_release(struct wf_sensor *sr) in wf_lm87_release()
A Dwindfarm_rm31.c48 static struct wf_sensor *sens_cpu_temp[NR_CHIPS];
49 static struct wf_sensor *sens_cpu_volts[NR_CHIPS];
50 static struct wf_sensor *sens_cpu_amps[NR_CHIPS];
51 static struct wf_sensor *backside_temp;
52 static struct wf_sensor *slots_temp;
53 static struct wf_sensor *dimms_temp;
605 static void rm31_new_sensor(struct wf_sensor *sr) in rm31_new_sensor()
A Dwindfarm_pm112.c49 static struct wf_sensor *sens_cpu_temp[NR_CORES];
50 static struct wf_sensor *sens_cpu_power[NR_CORES];
51 static struct wf_sensor *hd_temp;
52 static struct wf_sensor *slots_power;
53 static struct wf_sensor *u4_temp;
272 struct wf_sensor *sr; in cpu_fans_tick()
601 static void pm112_new_sensor(struct wf_sensor *sr) in pm112_new_sensor()
A Dwindfarm_pm91.c65 static struct wf_sensor *sensor_cpu_power;
66 static struct wf_sensor *sensor_cpu_temp;
67 static struct wf_sensor *sensor_hd_temp;
68 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()
A Dwindfarm_ad7417_sensor.c32 struct wf_sensor sensors[5];
36 static int wf_ad7417_temp_get(struct wf_sensor *sr, s32 *value) in wf_ad7417_temp_get()
99 static int wf_ad7417_adc_get(struct wf_sensor *sr, s32 *value) in wf_ad7417_adc_get()
159 static void wf_ad7417_sensor_release(struct wf_sensor *sr) in wf_ad7417_sensor_release()
A Dwindfarm_pm72.c48 static struct wf_sensor *sens_cpu_temp[NR_CHIPS];
49 static struct wf_sensor *sens_cpu_volts[NR_CHIPS];
50 static struct wf_sensor *sens_cpu_amps[NR_CHIPS];
51 static struct wf_sensor *backside_temp;
52 static struct wf_sensor *drives_temp;
715 static void pm72_new_sensor(struct wf_sensor *sr) in pm72_new_sensor()
A Dwindfarm_pm81.c132 static struct wf_sensor *sensor_cpu_power;
133 static struct wf_sensor *sensor_cpu_temp;
134 static struct wf_sensor *sensor_hd_temp;
650 static void wf_smu_new_sensor(struct wf_sensor *sr) in wf_smu_new_sensor()
687 ((struct wf_sensor *)data)->name); in wf_smu_notify()
A Dwindfarm_smu_sat.c46 struct wf_sensor sens;
135 static int wf_sat_sensor_get(struct wf_sensor *sr, s32 *value) in wf_sat_sensor_get()
177 static void wf_sat_sensor_release(struct wf_sensor *sr) in wf_sat_sensor_release()

Completed in 21 milliseconds