Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dtherm_adt746x.c73 struct thermostat { struct
90 static void write_both_fan_speed(struct thermostat *th, int speed); argument
91 static void write_fan_speed(struct thermostat *th, int speed, int fan);
94 write_reg(struct thermostat* th, int reg, u8 data) in write_reg()
110 read_reg(struct thermostat* th, int reg) in read_reg()
127 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed()
141 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed()
148 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed()
198 static void read_sensors(struct thermostat *th) in read_sensors()
207 static void display_stats(struct thermostat *th) in display_stats()
[all …]
Dtherm_windtunnel.c56 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 …]
DKconfig195 This driver provides some thermostat and fan control for the desktop
202 This driver provides some thermostat and fan control for the
/linux-4.4.14/Documentation/hwmon/
Dds62018 The DS620 is a (one instance) digital thermometer and thermostat. It has both
24 The thermostat function works as follows: When configured via platform_data
25 (struct ds620_platform_data) .pomode == 0 (default), the thermostat output pin
26 PO is always low. If .pomode == 1, the thermostat is in PO_LOW mode. I.e., the
30 Likewise, with .pomode == 2, the thermostat is in PO_HIGH mode. I.e., the PO
Dds162145 The DS1621 is a (one instance) digital thermometer and thermostat. It has
52 As for the thermostat, behavior can also be programmed using the polarity
53 toggle. On the one hand ("heater"), the thermostat output of the chip,
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Dsensorhub.txt7 - compatible: "samsung,sensorhub-rinato" or "samsung,sensorhub-thermostat"