Searched refs:thermostat (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/macintosh/ |
| H A D | therm_adt746x.c | 75 struct thermostat { struct 92 static void write_both_fan_speed(struct thermostat *th, int speed); argument 93 static void write_fan_speed(struct thermostat *th, int speed, int fan); 96 write_reg(struct thermostat* th, int reg, u8 data) in write_reg() 112 read_reg(struct thermostat* th, int reg) in read_reg() 129 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed() 143 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed() 150 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed() 200 static void read_sensors(struct thermostat *th) in read_sensors() 209 static void display_stats(struct thermostat *th) in display_stats() [all …]
|
| H A D | therm_windtunnel.c | 57 struct i2c_client *thermostat; member 174 temp = read_reg( x.thermostat, 0, 2 ); in poll_temp() 223 if( (val=read_reg(x.thermostat, 1, 1)) >= 0 ) { in setup_hardware() 225 if( write_reg( x.thermostat, 1, val, 1 ) ) in setup_hardware() 243 write_reg( x.thermostat, 2, x.overheat_hyst, 2 ); in setup_hardware() 244 write_reg( x.thermostat, 3, x.overheat_temp, 2 ); in setup_hardware() 349 if (client == x.thermostat) in do_remove() 350 x.thermostat = NULL; in do_remove() 378 if( x.thermostat ) in attach_thermostat() 401 x.thermostat = cl; in attach_thermostat() [all …]
|
| H A D | Kconfig | 181 This driver provides some thermostat and fan control for the desktop 188 This driver provides some thermostat and fan control for the
|
| /linux/Documentation/hwmon/ |
| H A D | ds620.rst | 22 The DS620 is a (one instance) digital thermometer and thermostat. It has both 28 The thermostat function works as follows: When configured via platform_data 29 (struct ds620_platform_data) .pomode == 0 (default), the thermostat output pin 30 PO is always low. If .pomode == 1, the thermostat is in PO_LOW mode. I.e., the 34 Likewise, with .pomode == 2, the thermostat is in PO_HIGH mode. I.e., the PO
|
| /linux/drivers/of/unittest-data/ |
| H A D | overlay.dtso | 40 hvac-thermostat = <27 32> ;
|
| H A D | overlay_common.dtsi | 52 hvac-thermostat = <29> ;
|