Home
last modified time | relevance | path

Searched refs:pmac_fan_le (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.c65 struct pmac_fan_le { struct
69 SLIST_ENTRY(pmac_fan_le) entries; argument
78 static SLIST_HEAD(pmac_fans, pmac_fan_le) fans = SLIST_HEAD_INITIALIZER(fans);
99 struct pmac_fan_le *fan; in pmac_therm_manage_fans()
195 struct pmac_fan_le *list_entry; in pmac_thermal_fan_register()
197 list_entry = malloc(sizeof(struct pmac_fan_le), M_PMACTHERM, in pmac_thermal_fan_register()