Lines Matching refs:wf_sensor
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 ? */
594 struct wf_sensor *sensor; in pm121_sys_fans_tick()
907 static struct wf_sensor* pm121_register_sensor(struct wf_sensor *sensor, in pm121_register_sensor()
909 struct wf_sensor **var) in pm121_register_sensor()
918 static void pm121_new_sensor(struct wf_sensor *sr) in pm121_new_sensor()
961 ((struct wf_sensor *)data)->name); in pm121_notify()