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 */
215 INIT_LIST_HEAD(&sat->sensors);
226 /* the cooked sensors are between 0x30 and 0x37 */
282 list_add(&sens->link, &sat->sensors);
287 /* make the power sensors */
309 list_add(&sens->link, &sat->sensors);
325 /* release sensors */
326 while(!list_empty(&sat->sensors)) {
327 sens = list_first_entry(&sat->sensors,
363 MODULE_DESCRIPTION("SMU satellite sensors for PowerMac thermal control");