Lines Matching defs:sensors
3 * Windfarm PowerMac thermal control. SMU based sensors
46 * SMU basic sensors objects
209 /* We currently pick the sensors based on the OF name and location
410 struct device_node *smu, *sensors, *s;
423 /* Look for sensors subdir */
424 for_each_child_of_node(smu, sensors)
425 if (of_node_name_eq(sensors, "sensors"))
430 /* Create basic sensors */
432 sensors && (s = of_get_next_child(sensors, s)) != NULL;) {
446 of_node_put(sensors);
464 /* dispose of basic sensors */