Lines Matching defs:sensors
3 * Windfarm PowerMac thermal control. SMU based sensors
47 * SMU basic sensors objects
210 /* We currently pick the sensors based on the OF name and location
411 struct device_node *smu, *sensors, *s;
424 /* Look for sensors subdir */
425 for_each_child_of_node(smu, sensors)
426 if (of_node_name_eq(sensors, "sensors"))
431 /* Create basic sensors */
433 sensors && (s = of_get_next_child(sensors, s)) != NULL;) {
447 of_node_put(sensors);
465 /* dispose of basic sensors */