Lines Matching refs:wf_sensor
54 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()
295 static int smu_cpu_power_get(struct wf_sensor *sr, s32 *value) in smu_cpu_power_get()
336 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create()