thermostat 91 drivers/macintosh/therm_adt746x.c static void write_both_fan_speed(struct thermostat *th, int speed); thermostat 92 drivers/macintosh/therm_adt746x.c static void write_fan_speed(struct thermostat *th, int speed, int fan); thermostat 95 drivers/macintosh/therm_adt746x.c write_reg(struct thermostat* th, int reg, u8 data) thermostat 111 drivers/macintosh/therm_adt746x.c read_reg(struct thermostat* th, int reg) thermostat 128 drivers/macintosh/therm_adt746x.c static int read_fan_speed(struct thermostat *th, u8 addr) thermostat 142 drivers/macintosh/therm_adt746x.c static void write_both_fan_speed(struct thermostat *th, int speed) thermostat 149 drivers/macintosh/therm_adt746x.c static void write_fan_speed(struct thermostat *th, int speed, int fan) thermostat 199 drivers/macintosh/therm_adt746x.c static void read_sensors(struct thermostat *th) thermostat 208 drivers/macintosh/therm_adt746x.c static void display_stats(struct thermostat *th) thermostat 227 drivers/macintosh/therm_adt746x.c static void update_fans_speed (struct thermostat *th) thermostat 284 drivers/macintosh/therm_adt746x.c struct thermostat* th = arg; thermostat 310 drivers/macintosh/therm_adt746x.c static void set_limit(struct thermostat *th, int i) thermostat 323 drivers/macintosh/therm_adt746x.c struct thermostat *th = dev_get_drvdata(dev); \ thermostat 342 drivers/macintosh/therm_adt746x.c struct thermostat *th = dev_get_drvdata(dev); \ thermostat 352 drivers/macintosh/therm_adt746x.c struct thermostat *th = dev_get_drvdata(dev); \ thermostat 415 drivers/macintosh/therm_adt746x.c static void thermostat_create_files(struct thermostat *th) thermostat 446 drivers/macintosh/therm_adt746x.c static void thermostat_remove_files(struct thermostat *th) thermostat 472 drivers/macintosh/therm_adt746x.c struct thermostat* th; thermostat 500 drivers/macintosh/therm_adt746x.c th = kzalloc(sizeof(struct thermostat), GFP_KERNEL); thermostat 569 drivers/macintosh/therm_adt746x.c struct thermostat *th = i2c_get_clientdata(client); thermostat 56 drivers/macintosh/therm_windtunnel.c struct i2c_client *thermostat; thermostat 173 drivers/macintosh/therm_windtunnel.c temp = read_reg( x.thermostat, 0, 2 ); thermostat 222 drivers/macintosh/therm_windtunnel.c if( (val=read_reg(x.thermostat, 1, 1)) >= 0 ) { thermostat 224 drivers/macintosh/therm_windtunnel.c if( write_reg( x.thermostat, 1, val, 1 ) ) thermostat 242 drivers/macintosh/therm_windtunnel.c write_reg( x.thermostat, 2, x.overheat_hyst, 2 ); thermostat 243 drivers/macintosh/therm_windtunnel.c write_reg( x.thermostat, 3, x.overheat_temp, 2 ); thermostat 346 drivers/macintosh/therm_windtunnel.c if (client == x.thermostat) thermostat 347 drivers/macintosh/therm_windtunnel.c x.thermostat = NULL; thermostat 377 drivers/macintosh/therm_windtunnel.c if( x.thermostat ) thermostat 400 drivers/macintosh/therm_windtunnel.c x.thermostat = cl; thermostat 433 drivers/macintosh/therm_windtunnel.c if (!x.running && x.thermostat && x.fan) {