Lines Matching refs:wf_sensor
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()
275 struct wf_sensor *volts;
276 struct wf_sensor *amps;
279 struct wf_sensor sens;
285 static void smu_cpu_power_release(struct wf_sensor *sr) in smu_cpu_power_release()
296 static int smu_cpu_power_get(struct wf_sensor *sr, s32 *value) in smu_cpu_power_get()
337 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create()