Searched refs:thermostat (Results 1 - 2 of 2) 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.c2 * Device driver for the i2c thermostat found on the iBook G4, Albook G4
58 MODULE_DESCRIPTION("Driver for ADT746x thermostat in iBook G4 and "
74 struct thermostat { struct
88 static struct thermostat* thermostat; variable in typeref:struct:thermostat
91 static void write_both_fan_speed(struct thermostat *th, int speed);
92 static void write_fan_speed(struct thermostat *th, int speed, int fan);
97 write_reg(struct thermostat* th, int reg, u8 data)
113 read_reg(struct thermostat* th, int reg)
163 struct thermostat *t
[all...]
H A Dtherm_windtunnel.c8 * ADM1030 fan controller and a DS1775 thermostat.
22 * Loosely based upon 'thermostat.c' written by Benjamin Herrenschmidt
57 struct i2c_client *thermostat; member in struct:__anon11944
174 temp = read_reg( x.thermostat, 0, 2 );
223 if( (val=read_reg(x.thermostat, 1, 1)) >= 0 ) {
225 if( write_reg( x.thermostat, 1, val, 1 ) )
235 /* The thermostat (which besides measureing temperature controls
243 write_reg( x.thermostat, 2, x.overheat_hyst, 2 );
244 write_reg( x.thermostat, 3, x.overheat_temp, 2 );
330 if( x.thermostat
[all...]

Completed in 56 milliseconds