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