Symbol: thermostat
drivers/macintosh/therm_adt746x.c
112
read_reg(struct thermostat* th, int reg)
drivers/macintosh/therm_adt746x.c
129
static int read_fan_speed(struct thermostat *th, u8 addr)
drivers/macintosh/therm_adt746x.c
143
static void write_both_fan_speed(struct thermostat *th, int speed)
drivers/macintosh/therm_adt746x.c
150
static void write_fan_speed(struct thermostat *th, int speed, int fan)
drivers/macintosh/therm_adt746x.c
200
static void read_sensors(struct thermostat *th)
drivers/macintosh/therm_adt746x.c
209
static void display_stats(struct thermostat *th)
drivers/macintosh/therm_adt746x.c
228
static void update_fans_speed (struct thermostat *th)
drivers/macintosh/therm_adt746x.c
285
struct thermostat* th = arg;
drivers/macintosh/therm_adt746x.c
311
static void set_limit(struct thermostat *th, int i)
drivers/macintosh/therm_adt746x.c
324
struct thermostat *th = dev_get_drvdata(dev); \
drivers/macintosh/therm_adt746x.c
343
struct thermostat *th = dev_get_drvdata(dev); \
drivers/macintosh/therm_adt746x.c
353
struct thermostat *th = dev_get_drvdata(dev); \
drivers/macintosh/therm_adt746x.c
416
static void thermostat_create_files(struct thermostat *th)
drivers/macintosh/therm_adt746x.c
447
static void thermostat_remove_files(struct thermostat *th)
drivers/macintosh/therm_adt746x.c
473
struct thermostat* th;
drivers/macintosh/therm_adt746x.c
501
th = kzalloc_obj(struct thermostat);
drivers/macintosh/therm_adt746x.c
570
struct thermostat *th = i2c_get_clientdata(client);
drivers/macintosh/therm_adt746x.c
92
static void write_both_fan_speed(struct thermostat *th, int speed);
drivers/macintosh/therm_adt746x.c
93
static void write_fan_speed(struct thermostat *th, int speed, int fan);
drivers/macintosh/therm_adt746x.c
96
write_reg(struct thermostat* th, int reg, u8 data)
drivers/macintosh/therm_windtunnel.c
174
temp = read_reg( x.thermostat, 0, 2 );
drivers/macintosh/therm_windtunnel.c
223
if( (val=read_reg(x.thermostat, 1, 1)) >= 0 ) {
drivers/macintosh/therm_windtunnel.c
225
if( write_reg( x.thermostat, 1, val, 1 ) )
drivers/macintosh/therm_windtunnel.c
243
write_reg( x.thermostat, 2, x.overheat_hyst, 2 );
drivers/macintosh/therm_windtunnel.c
244
write_reg( x.thermostat, 3, x.overheat_temp, 2 );
drivers/macintosh/therm_windtunnel.c
349
if (client == x.thermostat)
drivers/macintosh/therm_windtunnel.c
350
x.thermostat = NULL;
drivers/macintosh/therm_windtunnel.c
378
if( x.thermostat )
drivers/macintosh/therm_windtunnel.c
401
x.thermostat = cl;
drivers/macintosh/therm_windtunnel.c
435
if (!x.running && x.thermostat && x.fan) {
drivers/macintosh/therm_windtunnel.c
57
struct i2c_client *thermostat;