Searched refs:thermostat (Results 1 – 5 of 5) sorted by relevance
/drivers/macintosh/ |
D | therm_adt746x.c | 74 struct thermostat { struct 91 static void write_both_fan_speed(struct thermostat *th, int speed); argument 92 static void write_fan_speed(struct thermostat *th, int speed, int fan); 95 write_reg(struct thermostat* th, int reg, u8 data) in write_reg() 111 read_reg(struct thermostat* th, int reg) in read_reg() 128 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed() 142 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed() 149 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed() 199 static void read_sensors(struct thermostat *th) in read_sensors() 208 static void display_stats(struct thermostat *th) in display_stats() [all …]
|
D | therm_windtunnel.c | 56 struct i2c_client *thermostat; member 173 temp = read_reg( x.thermostat, 0, 2 ); in poll_temp() 222 if( (val=read_reg(x.thermostat, 1, 1)) >= 0 ) { in setup_hardware() 224 if( write_reg( x.thermostat, 1, val, 1 ) ) in setup_hardware() 242 write_reg( x.thermostat, 2, x.overheat_hyst, 2 ); in setup_hardware() 243 write_reg( x.thermostat, 3, x.overheat_temp, 2 ); in setup_hardware() 329 if( x.thermostat && x.fan ) { in do_attach() 345 if (client == x.thermostat) in do_remove() 346 x.thermostat = NULL; in do_remove() 376 if( x.thermostat ) in attach_thermostat() [all …]
|
D | Kconfig | 173 This driver provides some thermostat and fan control for the desktop 180 This driver provides some thermostat and fan control for the
|
/drivers/of/unittest-data/ |
D | overlay.dts | 41 hvac-thermostat = < 27 32 > ;
|
D | overlay_base.dts | 54 hvac-thermostat = < 29 > ;
|