Searched refs:therm_type (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_adt746x.c85 static enum {ADT7460, ADT7467} therm_type; variable in typeref:enum:__anon11942
207 if (therm_type == ADT7460)
220 if (therm_type == ADT7467 && fan == 1)
243 if(therm_type == ADT7460) {
297 int fan_number = (therm_type == ADT7460 && i == 2);
410 if(therm_type == ADT7460) {
573 therm_type = ADT7460;
575 therm_type = ADT7467;
654 if(therm_type == ADT7460)
674 if(therm_type
[all...]

Completed in 103 milliseconds