Lines Matching defs:sensors
3 * Windfarm PowerMac thermal control. SMU "satellite" controller sensors.
33 struct list_head sensors;
43 int index2; /* used for power sensors */
214 INIT_LIST_HEAD(&sat->sensors);
225 /* the cooked sensors are between 0x30 and 0x37 */
281 list_add(&sens->link, &sat->sensors);
286 /* make the power sensors */
308 list_add(&sens->link, &sat->sensors);
324 /* release sensors */
325 while(!list_empty(&sat->sensors)) {
326 sens = list_first_entry(&sat->sensors,
360 MODULE_DESCRIPTION("SMU satellite sensors for PowerMac thermal control");