Lines Matching defs:th
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()
228 static void update_fans_speed (struct thermostat *th) in update_fans_speed()
285 struct thermostat* th = arg; in monitor_task() local
311 static void set_limit(struct thermostat *th, int i) in set_limit()
416 static void thermostat_create_files(struct thermostat *th) in thermostat_create_files()
447 static void thermostat_remove_files(struct thermostat *th) in thermostat_remove_files()
473 struct thermostat* th; in probe_thermostat() local
570 struct thermostat *th = i2c_get_clientdata(client); in remove_thermostat() local