Lines Matching refs:wf_sensor
218 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;
225 static struct wf_sensor *sensor_optical_drive_temp;
226 static struct wf_sensor *sensor_incoming_air_temp; /* unused ! */
353 struct wf_sensor **sensor; /* use sensor_id instead ? */
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()
908 static void pm121_new_sensor(struct wf_sensor *sr) in pm121_new_sensor()
951 ((struct wf_sensor *)data)->name); in pm121_notify()