Lines Matching refs:wf_sensor
219 static struct wf_sensor *sensor_cpu_power;
220 static struct wf_sensor *sensor_cpu_temp;
221 static struct wf_sensor *sensor_cpu_voltage;
222 static struct wf_sensor *sensor_cpu_current;
223 static struct wf_sensor *sensor_gpu_temp;
224 static struct wf_sensor *sensor_north_bridge_temp;
225 static struct wf_sensor *sensor_hard_drive_temp;
226 static struct wf_sensor *sensor_optical_drive_temp;
227 static struct wf_sensor *sensor_incoming_air_temp; /* unused ! */
354 struct wf_sensor **sensor; /* use sensor_id instead ? */
585 struct wf_sensor *sensor; in pm121_sys_fans_tick()
898 static struct wf_sensor* pm121_register_sensor(struct wf_sensor *sensor, in pm121_register_sensor()
900 struct wf_sensor **var) in pm121_register_sensor()
909 static void pm121_new_sensor(struct wf_sensor *sr) in pm121_new_sensor()
952 ((struct wf_sensor *)data)->name); in pm121_notify()