Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dtherm_adt746x.c74 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 …]
H A 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()
346 if (client == x.thermostat) in do_remove()
347 x.thermostat = NULL; in do_remove()
377 if( x.thermostat ) in attach_thermostat()
400 x.thermostat = cl; in attach_thermostat()
[all …]
H A DKconfig179 This driver provides some thermostat and fan control for the desktop
186 This driver provides some thermostat and fan control for the
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dds620.rst22 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
H A Dds1621.rst64 The DS1621 is a (one instance) digital thermometer and thermostat. It has
71 As for the thermostat, behavior can also be programmed using the polarity
72 toggle. On the one hand ("heater"), the thermostat output of the chip,
/OK3568_Linux_fs/kernel/drivers/of/unittest-data/
H A Doverlay.dts41 hvac-thermostat = < 27 32 > ;
H A Doverlay_base.dts54 hvac-thermostat = < 29 > ;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/
H A Dsensorhub.txt7 - compatible: "samsung,sensorhub-rinato" or "samsung,sensorhub-thermostat"